DBA Data[Home] [Help]

APPS.WIP_OPERATIONS_UTILITIES dependencies on WIP_PICKING_PVT

Line 882: wip_picking_pvt.update_allocation_op_seqs(p_wip_entity_id => X_Wip_Entity_Id,

878:
879: --just ignore the return status.
880: --this is status quo for the form (WIPOPMDF) apparently since only db errors will cause exceptions in these
881: --procedures.
882: wip_picking_pvt.update_allocation_op_seqs(p_wip_entity_id => X_Wip_Entity_Id,
883: p_operation_seq_num => X_Operation_Seq_Num,
884: p_repetitive_schedule_id => X_Repetitive_Schedule_Id,
885: x_msg_data => l_msg_data,
886: x_return_status => l_return_status);