DBA Data[Home] [Help]

APPS.GMD_QM_CONC_REPLACE_PKG dependencies on GMD_SUPPLIER_SPEC_VRS_PVT

Line 2992: l_return := gmd_supplier_spec_vrs_pvt.insert_row

2988: END IF;
2989:
2990: l_supplier_spec_vrs_in.spec_vr_id := NULL;
2991: default_log (' Copy From Supplier Validity Rule: ' || l_spec_vr_id);
2992: l_return := gmd_supplier_spec_vrs_pvt.insert_row
2993: ( p_supplier_spec_vrs => l_supplier_spec_vrs_in
2994: , x_supplier_spec_vrs => l_supplier_spec_vrs_out);
2995:
2996: default_log (' Created New Supplier Validity Rule: ' || l_supplier_spec_vrs_out.spec_vr_id);