DBA Data[Home] [Help]

APPS.GMD_QM_CONC_REPLACE_PKG dependencies on GMD_INVENTORY_SPEC_VRS_PVT

Line 3065: l_return := gmd_inventory_spec_vrs_pvt.insert_row

3061:
3062: l_inv_spec_vrs_in.spec_vr_id := NULL;
3063: DEBUG ('l_inv_spec_vrs.spec_vr_status: ' || l_inv_spec_vrs_in.spec_vr_status);
3064: default_log (' Copy From Inventory Validity Rule: ' || l_spec_vr_id);
3065: l_return := gmd_inventory_spec_vrs_pvt.insert_row
3066: ( p_inventory_spec_vrs => l_inv_spec_vrs_in
3067: , x_inventory_spec_vrs => l_inv_spec_vrs_out );
3068:
3069: --debug('call insert row for inventory validity rule, l_return '|| to_char(l_return));