DBA Data[Home] [Help]

APPS.GMD_QM_CONC_REPLACE_PKG dependencies on GMD_CUSTOMER_SPEC_VRS_PVT

Line 2932: l_return := gmd_customer_spec_vrs_pvt.insert_row

2928: END IF;
2929:
2930: l_cust_spec_vrs_in.spec_vr_id := NULL;
2931: default_log (' Copy From Cusotmer Validity Rule: ' || l_spec_vr_id);
2932: l_return := gmd_customer_spec_vrs_pvt.insert_row
2933: ( p_customer_spec_vrs => l_cust_spec_vrs_in
2934: , x_customer_spec_vrs => l_cust_spec_vrs_out );
2935:
2936: default_log (' Created New Cusotmer Validity Rule: ' || l_cust_spec_vrs_out.spec_vr_id);