UPDATE_INQ_REQ - 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:

This procedure is called by m_pck_mto.update_inq_req. This procedure is executed when an inquiry only requisition is revised (that is, the original supplement 0 is updated instead of creating a new supplement).

p_temp_new_suppl_r_id is the internal primary key of the supplement 1 requisition that is the source of the update but exists only temporarily, which means that after this CIP has been called, m_pck_mto.update_inq_req will delete this temporary supplement and unapprove ("open") supplement 0 again.

p_original_inq_req_r_id is the internal PK of the revised (that is, suppl 0) inquiry requisition.

When this CIP is called, all updates to supplement 0 have already been made.

Possible applications of this CIP are, for example:

  • calling other API routines to external interfaces that need to be informed about this internal event

  • reconciling any attachment data from supplement 1 to supplement 0 that is not done automatically by standard MTO functionality.

Type:

Procedure

Usage:

R.20.01

Event:

MTO Job

Default:

NULL