DBA Data[Home] [Help]

APPS.WIP_JDI_UTILS dependencies on WIP_INTERFACE_ERR_UTILS

Line 118: WIP_INTERFACE_ERR_Utils.add_error(x_jdi_interface_id,

114: -- else insert the interface_id of job header.
115:
116: if WIP_JOB_DETAILS.std_alone = 1 THEN
117:
118: WIP_INTERFACE_ERR_Utils.add_error(x_jdi_interface_id,
119: x_error_msg,
120: x_error_type);
121:
122: elsif WIP_JOB_DETAILS.std_alone = 0 then

Line 124: WIP_INTERFACE_ERR_Utils.add_error(WIP_JSI_Utils.current_interface_id,

120: x_error_type);
121:
122: elsif WIP_JOB_DETAILS.std_alone = 0 then
123:
124: WIP_INTERFACE_ERR_Utils.add_error(WIP_JSI_Utils.current_interface_id,
125: x_error_msg,
126: x_error_type);
127:
128: end if;

Line 189: WIP_INTERFACE_ERR_Utils.load_errors;

185:
186: /* bug 4650624, move load_errors out of if so errors got recorded no matter what mode it is in */
187: -- Load all errors from PL/SQL table into wip_interface_errors.
188:
189: WIP_INTERFACE_ERR_Utils.load_errors;
190:
191:
192: END End_Processing_Request;
193: