DBA Data[Home] [Help]

APPS.GMD_QM_CONC_REPLACE_PKG dependencies on GMD_SUPPLIER_SPEC_VRS_PVT

Line 3104: l_return := gmd_supplier_spec_vrs_pvt.insert_row

3100: END IF;
3101:
3102: l_supplier_spec_vrs_in.spec_vr_id := NULL;
3103: default_log (' Copy From Supplier Validity Rule: ' || l_spec_vr_id);
3104: l_return := gmd_supplier_spec_vrs_pvt.insert_row
3105: ( p_supplier_spec_vrs => l_supplier_spec_vrs_in
3106: , x_supplier_spec_vrs => l_supplier_spec_vrs_out);
3107:
3108: default_log (' Created New Supplier Validity Rule: ' || l_supplier_spec_vrs_out.spec_vr_id);