DBA Data[Home] [Help]

APPS.WIP_JOBCLOSE_PRIV dependencies on WIP_PICKING_PVT

Line 780: wip_picking_pvt.cancel_allocations

776: BEGIN
777: l_failed_counter := 0 ;
778: fnd_file.put_line(FND_FILE.LOG,'Cancelling Move Orders if any exists ');
779: for l_jobRec in c_jobs loop
780: wip_picking_pvt.cancel_allocations
781: (p_wip_entity_id => l_jobRec.wip_entity_id,
782: p_wip_entity_type => l_jobRec.entity_type,
783: x_return_status => l_ret_status,
784: x_msg_data => l_msg_data);