DBA Data[Home] [Help]

APPS.WIP_WS_SHORTAGE dependencies on FND_FILE

Line 2375: fnd_file.put_line(fnd_file.log, errbuf);

2371: wip_ws_util.trace_log('WIPWSSHB:calc_shortage: Exception: Expected Error');
2372: ROLLBACK TO WIP_SHORT_CALC_START;
2373: --bug 6756693 Get the message and write it
2374: errbuf := fnd_message.get;
2375: fnd_file.put_line(fnd_file.log, errbuf);
2376: --end bug 6756693
2377: if (g_logLevel <= wip_constants.trace_logging) then
2378: wip_logger.exitPoint(p_procName => 'WIP_WS_SHORTAGE.calc_shortage',
2379: p_procReturnStatus => retcode,