DBA Data[Home] [Help]

APPS.WIP_INTERFACE_ERR_UTILS dependencies on WIP_JOB_SCHEDULE_INTERFACE

Line 58: -- selecting the audit column values from wip_job_schedule_interface

54: if (l_logLevel <= wip_constants.trace_logging) then
55: wip_logger.log('error:' || current_errors(error_no).error, l_dummy2);
56: end if;
57: -- Added the following stmt for bug fix 5124822
58: -- selecting the audit column values from wip_job_schedule_interface
59: -- and pass it to api that inserts into interface errors table.
60: -- We cannot derive these values in insert_error api, as the insert_error api
61: -- is autonomous transaction api.
62:

Line 72: from wip_job_schedule_interface

68: created_by
69: into l_last_update_login,
70: l_last_updated_by,
71: l_created_by
72: from wip_job_schedule_interface
73: where interface_id = current_errors(error_no).interface_id;
74: exception
75: when no_data_found then
76: l_WJSI_error_exist := WIP_CONSTANTS.NO;