DBA Data[Home] [Help]

APPS.GMD_QM_CONC_REPLACE_PKG dependencies on GMD_WIP_SPEC_VRS_PVT

Line 3085: l_return := gmd_wip_spec_vrs_pvt.insert_row

3081: END IF;
3082:
3083: l_wip_spec_vrs_in.spec_vr_id := NULL;
3084: default_log (' Copy From WIP Validity Rule: ' || l_spec_vr_id);
3085: l_return := gmd_wip_spec_vrs_pvt.insert_row
3086: ( p_wip_spec_vrs => l_wip_spec_vrs_in
3087: , x_wip_spec_vrs => l_wip_spec_vrs_out );
3088:
3089: default_log (' Created New WIP Validity Rule: ' || l_wip_spec_vrs_out.spec_vr_id);