DBA Data[Home] [Help]

APPS.WIP_INTERFACE_ERR_UTILS dependencies on WIP_LOGGER

Line 55: wip_logger.log('error:' || current_errors(error_no).error, l_dummy2);

51:
52: WHILE (error_no <= n_errors) LOOP
53: l_logLevel := fnd_log.g_current_runtime_level;
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.

Line 114: wip_logger.cleanup(l_dummy2);

110: --commit;
111:
112: current_errors.delete ;
113:
114: wip_logger.cleanup(l_dummy2);
115:
116: END load_errors;
117:
118: