GET_INFORMATION_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 function fetches information about a requisition and appends it to the approval email body.

Type:

Function

Usage:

Called by BUILD_APPORVAL_BODY CIP function

Event:

Select Ready for Approval, or click Approve button

Default:

'Engineering Requisition: ' || v_r_code || v_cr;

'Suppl: ' || v_r_supp || v_cr;

'For PO: ' || v_actual_ind || v_cr;

'Origin: ' || v_origin_code || v_cr;

'Short Desc: ' || v_short_desc || v_cr;

'Description: ' || v_description || v_cr;|| v_cr;