DBA Data[Home] [Help]

APPS.GMD_QM_CONC_REPLACE_PKG dependencies on GMD_WIP_SPEC_VRS_PVT

Line 2973: l_return := gmd_wip_spec_vrs_pvt.insert_row

2969: END IF;
2970:
2971: l_wip_spec_vrs_in.spec_vr_id := NULL;
2972: default_log (' Copy From WIP Validity Rule: ' || l_spec_vr_id);
2973: l_return := gmd_wip_spec_vrs_pvt.insert_row
2974: ( p_wip_spec_vrs => l_wip_spec_vrs_in
2975: , x_wip_spec_vrs => l_wip_spec_vrs_out );
2976:
2977: default_log (' Created New WIP Validity Rule: ' || l_wip_spec_vrs_out.spec_vr_id);