DBA Data[Home] [Help]

APPS.WIP_JSI_UTILS dependencies on WIP_CONSTANTS

Line 51: x_final_process_status := WIP_CONSTANTS.ERROR ;

47: end if ;
48:
49: if (any_nonwarning_errors) then
50: rollback to savepoint wip_jsi_request_start ;
51: x_final_process_status := WIP_CONSTANTS.ERROR ;
52:
53: select group_id,header_id
54: into x_group_id, x_header_id
55: from wip_job_schedule_interface

Line 63: x_final_process_status := WIP_CONSTANTS.COMPLETED ;

59:
60: WIP_JDI_Utils.Change_Status_Error(x_group_id,x_header_id,null,null);
61:
62: else
63: x_final_process_status := WIP_CONSTANTS.COMPLETED ;
64: end if ;
65:
66: -- Use new utilities to load errors into interface errors table.
67: