DBA Data[Home] [Help]

APPS.WIP_JOBCLOSE_PRIV dependencies on WIP_PICKING_PVT

Line 1047: wip_picking_pvt.cancel_allocations

1043: BEGIN
1044: l_failed_counter := 0 ;
1045: fnd_file.put_line(FND_FILE.LOG,'Cancelling Move Orders if any exists ');
1046: for l_jobRec in c_jobs loop
1047: wip_picking_pvt.cancel_allocations
1048: (p_wip_entity_id => l_jobRec.wip_entity_id,
1049: p_wip_entity_type => l_jobRec.entity_type,
1050: x_return_status => l_ret_status,
1051: x_msg_data => l_msg_data);