DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_PUB dependencies on GMD_SUPPLIER_SPEC_VRS

Line 28: TYPE SUPPLIER_SPEC_VRS_TBL IS TABLE OF GMD_SUPPLIER_SPEC_VRS%ROWTYPE

24:
25: TYPE CUSTOMER_SPEC_VRS_TBL IS TABLE OF GMD_CUSTOMER_SPEC_VRS%ROWTYPE
26: INDEX BY BINARY_INTEGER;
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;

Line 145: * into gmd_supplier_spec_vrs.

141: /*#
142: * Creates multiple supplier spec validity rules.
143: * Accepts a table of Supplier Spec Validity Rule definitions, validates
144: * each table entry and if found valid, inserts a corresponding row
145: * into gmd_supplier_spec_vrs.
146: * @param p_api_version API version field
147: * @param p_init_msg_list Flag to indicate message list is initialized
148: * @param p_commit Flag to check for commit
149: * @param p_validation_level For future use