GET_INFORMATION_POH - 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 an agreement (PO - purchase order, NC - notice of commitment, BO - blanket order, or SC - subcontract) 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:

'Agreement: ' || l_po_number || v_cr ||

'Type: ' || l_order_type || v_cr ||

'Short Desc: ' || NVL(l_short_desc, '(Not set)') || v_cr ||

'Description: ' || NVL(l_description, '(Not set)') || v_cr ||

'Origin: ' || l_origin_code || v_cr || v_cr;