DBA Data[Home] [Help]

APPS.WIP_JOB_DTLS_SUBSTITUTIONS dependencies on WIP_PICKING_PVT

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

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