DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_PUB dependencies on GMD_MONITORING_SPEC_VRS

Line 31: TYPE MONITORING_SPEC_VRS_TBL IS TABLE OF GMD_MONITORING_SPEC_VRS%ROWTYPE

27:
28: TYPE SUPPLIER_SPEC_VRS_TBL IS TABLE OF GMD_SUPPLIER_SPEC_VRS%ROWTYPE
29: INDEX BY BINARY_INTEGER;
30:
31: TYPE MONITORING_SPEC_VRS_TBL IS TABLE OF GMD_MONITORING_SPEC_VRS%ROWTYPE
32: INDEX BY BINARY_INTEGER;
33:
34: /* Define Procedures And Functions : */
35:

Line 179: * into gmd_monitoring_spec_vrs.

175: /*#
176: * Creates multiple monitoring spec validity rules.
177: * Accepts a table of Monitoring Spec Validity Rule definitions, validates
178: * each table entry and if found valid, inserts a corresponding row
179: * into gmd_monitoring_spec_vrs.
180: * @param p_api_version API version field
181: * @param p_init_msg_list Flag to indicate message list is initialized
182: * @param p_commit Flag to check for commit
183: * @param p_validation_level For future use