DBA Data[Home] [Help]

APPS.WIP_WS_SHORTAGE dependencies on FND_FILE

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

2442: wip_ws_util.trace_log('WIPWSSHB:calc_shortage: Exception: Expected Error');
2443: ROLLBACK TO WIP_SHORT_CALC_START;
2444: --bug 6756693 Get the message and write it
2445: errbuf := fnd_message.get;
2446: fnd_file.put_line(fnd_file.log, errbuf);
2447: --end bug 6756693
2448: if (g_logLevel <= wip_constants.trace_logging) then
2449: wip_logger.exitPoint(p_procName => 'WIP_WS_SHORTAGE.calc_shortage',
2450: p_procReturnStatus => retcode,