DBA Data[Home] [Help]

APPS.GMD_QM_CONC_REPLACE_PKG dependencies on GMD_CUSTOMER_SPEC_VRS_PVT

Line 3044: l_return := gmd_customer_spec_vrs_pvt.insert_row

3040: END IF;
3041:
3042: l_cust_spec_vrs_in.spec_vr_id := NULL;
3043: default_log (' Copy From Cusotmer Validity Rule: ' || l_spec_vr_id);
3044: l_return := gmd_customer_spec_vrs_pvt.insert_row
3045: ( p_customer_spec_vrs => l_cust_spec_vrs_in
3046: , x_customer_spec_vrs => l_cust_spec_vrs_out );
3047:
3048: default_log (' Created New Cusotmer Validity Rule: ' || l_cust_spec_vrs_out.spec_vr_id);