DBA Data[Home] [Help]

APPS.WIP_JOB_DTLS_SUBSTITUTIONS dependencies on WIP_PICKING_PVT

Line 1289: wip_picking_pvt.cancel_comp_allocations(p_wip_entity_id => p_wip_entity_id,

1285: AND organization_id = p_organization_id
1286: AND operation_seq_num = cur_row.operation_seq_num
1287: AND inventory_item_id = cur_row.inventory_item_id_old;
1288:
1289: wip_picking_pvt.cancel_comp_allocations(p_wip_entity_id => p_wip_entity_id,
1290: p_operation_seq_num => cur_row.operation_seq_num,
1291: p_inventory_item_id => cur_row.inventory_item_id_old,
1292: p_wip_entity_type => wip_constants.discrete,
1293: x_return_status => x_return_status,