DBA Data[Home] [Help]

APPS.BEN_EXT_SMART_TOTAL dependencies on FND_FILE

Line 480: fnd_file.put_line(fnd_file.log,

476: --
477: when others then
478: p_smart_total := null;
479: -- this needs replaced with a message for translation.
480: fnd_file.put_line(fnd_file.log,
481: 'Error in Smart Totals while processing this dynamic sql statement: ');
482: fnd_file.put_line(fnd_file.log, l_smart_ttl_string);
483: raise; -- such that the error processing in ben_ext_thread occurs.
484:

Line 482: fnd_file.put_line(fnd_file.log, l_smart_ttl_string);

478: p_smart_total := null;
479: -- this needs replaced with a message for translation.
480: fnd_file.put_line(fnd_file.log,
481: 'Error in Smart Totals while processing this dynamic sql statement: ');
482: fnd_file.put_line(fnd_file.log, l_smart_ttl_string);
483: raise; -- such that the error processing in ben_ext_thread occurs.
484:
485: --
486: End calc_smart_total;