DBA Data[Home] [Help]

APPS.WIP_JSI_UTILS dependencies on WIP_INTERFACE_ERR_UTILS

Line 68: WIP_INTERFACE_ERR_Utils.load_errors;

64: end if ;
65:
66: -- Use new utilities to load errors into interface errors table.
67:
68: WIP_INTERFACE_ERR_Utils.load_errors;
69:
70: update wip_job_schedule_interface
71: set
72: process_phase = current_process_phase,

Line 107: error_record WIP_INTERFACE_ERR_Utils.request_error ;

103: p_warning_only in boolean
104: )
105: is
106:
107: error_record WIP_INTERFACE_ERR_Utils.request_error ;
108: error_type number ;
109:
110: begin
111:

Line 121: WIP_INTERFACE_ERR_Utils.add_error(current_interface_id,p_text, error_type);

117: end if ;
118:
119: -- Use new error handler to add error into PL/SQL table.
120:
121: WIP_INTERFACE_ERR_Utils.add_error(current_interface_id,p_text, error_type);
122:
123: end record_error_text ;
124:
125: