CALL_CIP_REPORT - Intergraph Smart Materials - Version 2020 (10.0) - Customization & Programming - Hexagon PPM

Intergraph Smart Materials Customization (2020)

Language
English
Product
Intergraph Smart Materials
Subproduct
Classic
Search by Category
Customization & Programming
Smart Materials/Smart Reference Data Version
2020 (10.0)

Description:

If DBA setting ESUP_VIEW_REPORTS is set to CIP, this procedure will be executed on clicking View Reports in the Portal.

In case p_module = INQ (calling from Inquiry module), these arguments are passed:

  • p_id_1 => Supplier Id (sup_id from m_suppliers)

  • p_id_2 => User Id (lrc_id from m_login_request_contacts)

  • p_id_3 => Inquiry Id (inq_id from m_inquiries)

  • p_id_4 => NULL

  • p_id_5 => NULL

In case p_module = MA (calling from My Account module), these arguments are passed:

  • p_id_1 => Supplier Id (sup_id from m_suppliers)

  • p_id_2 => User Id (lrc_id from m_login_request_contacts)

  • p_id_3 => NULL

  • p_id_4 => NULL

  • p_id_5 => NULL

Type:

Procedure

Usage:

Smart Materials Portal

Event:

View Reports

Default:

see description