DBA Data[Home] [Help]

APPS.WIP_BATCH_MOVE dependencies on WIP_WS_TIME_ENTRY

Line 1041: wip_ws_time_entry.process_time_records_move(

1037: ELSE
1038: l_process_phase := '5';
1039: -- If move success, call time entry API to clock off operator if there
1040: -- is no quantity left at the operation.
1041: wip_ws_time_entry.process_time_records_move(
1042: p_wip_entity_id => l_move_intf_records.wip_id,
1043: p_from_op => l_move_intf_records.fm_op,
1044: p_to_op => l_move_intf_records.to_op);
1045: l_process_phase := '6';