DBA Data[Home] [Help]

APPS.WIP_MOVPROC_PRIV dependencies on WIP_WS_TIME_ENTRY

Line 11071: wip_ws_time_entry.process_time_records_move(

11067: l_process_phase := '6';
11068: -- If move success, call time entry API to clock off operator if there
11069: -- is no quantity left at the operation.
11070: FOR l_move_records IN c_move_records LOOP
11071: wip_ws_time_entry.process_time_records_move(
11072: p_wip_entity_id => l_move_records.wip_id,
11073: p_from_op => l_move_records.fm_op,
11074: p_to_op => l_move_records.to_op);
11075: END LOOP;