GET_INFORMATION_MRR - Intergraph Smart Materials - Version 10.1 - Customization & Programming - Hexagon

Intergraph Smart Materials Customization (10.1)

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

Description:

This function fetches information about a material receipt report (MRR) 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:

'MRR Number: ' || l_mrr_number || v_cr ||

'Rev: ' || l_revision_id || v_cr ||

'MRR Create Date: ' || l_create_date || v_cr ||

'Receive Type: ' || l_recv_type || v_cr ||

'Posted Date: ' || l_posted_date || v_cr ||

'Receive By: ' || l_recv_by || v_cr ||

'Warehouse: ' || l_wh_code || v_cr ||

'Location: ' || l_loc_code || v_cr ||v_cr;