GET_INFORMATION_INQ - Intergraph Smart Materials - Version 10.2 - Customization & Programming - Hexagon

Intergraph Smart Materials Customization (10.2)

Language
English
Product
Intergraph Smart Materials
Subproduct
Classic
Search by Category
Customization & Programming
Smart Materials/Smart Reference Data Version
10.2

Description:

This function fetches information about an inquiry 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:

'Inquiry:' || l_inq_code || v_cr ||

'Suppl: ' || l_i_supp || v_cr ||

'For PO: ' || l_actual_ind || v_cr ||

'Inquiry Type: ' || l_inq_type || v_cr;

IF p_inq_approval:

'Budget: ' || l_budget || ' ' || l_curcy_code ||v_cr ||

'Buyer: ' || l_po_buyer || v_cr;

'Short Desc: ' || l_short_desc || v_cr ||

'Description: ' || l_description || v_cr || v_cr;