APPROVE_REQ_BY - 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 when the Approved indicator is selected on A.20.49. It is possible to revoke approval and then set the Approved indicator again. So this CIP handles being called multiple times for the same requisition and approver.

You can implement any approval checks necessary here. You can indicate an error to the caller in order to stop the approval process in the following way:

RAISE_APPLICATION_ERROR yourself from within approve_req_by. The caller will propagate this exception to the GUI. Please make sure to enter a correct custom error message text on A.60.31 if you want to use this method.

Type:

Procedure

Usage:

A.20.49, Web Approval

Event:

Select the Approved check box.

Default:

m_pck_req.check_req_aprv_preconditions(p_r_id)