DBA Data[Home] [Help]

APPS.WIP_MOVPROC_PRIV dependencies on WIP_WS_TIME_ENTRY

Line 11562: wip_ws_time_entry.process_time_records_move(

11558: l_process_phase := '6';
11559: -- If move success, call time entry API to clock off operator if there
11560: -- is no quantity left at the operation.
11561: FOR l_move_records IN c_move_records LOOP
11562: wip_ws_time_entry.process_time_records_move(
11563: p_wip_entity_id => l_move_records.wip_id,
11564: p_from_op => l_move_records.fm_op,
11565: p_to_op => l_move_records.to_op);
11566: END LOOP;