DBA Data[Home] [Help]

APPS.FND_GLOBAL dependencies on FND_LOG

Line 2018: fnd_log_repository.init(NULL,user_id);

2014:
2015: -- This will start up debug logging.
2016: -- This call must occur after profiles have been initialized and
2017: -- when there is a user and resp.
2018: fnd_log_repository.init(NULL,user_id);
2019:
2020: end if;
2021:
2022: --

Line 2540: if(fnd_log.LEVEL_EXCEPTION >= fnd_log.g_current_runtime_level) then

2536: end if;
2537:
2538: initialize(z_backup);
2539:
2540: if(fnd_log.LEVEL_EXCEPTION >= fnd_log.g_current_runtime_level) then
2541: fnd_log.string(FND_LOG.LEVEL_EXCEPTION,
2542: 'oracle.apps.plsql.fnd_global.restore.changed ',
2543: 'Developer error: FND_GLOBAL initialization potential side effects. '||
2544: 'Remove the call that initialized the context to resp_id: '||

Line 2541: fnd_log.string(FND_LOG.LEVEL_EXCEPTION,

2537:
2538: initialize(z_backup);
2539:
2540: if(fnd_log.LEVEL_EXCEPTION >= fnd_log.g_current_runtime_level) then
2541: fnd_log.string(FND_LOG.LEVEL_EXCEPTION,
2542: 'oracle.apps.plsql.fnd_global.restore.changed ',
2543: 'Developer error: FND_GLOBAL initialization potential side effects. '||
2544: 'Remove the call that initialized the context to resp_id: '||
2545: resp_id||' resp_appl_id: '||resp_appl_id||' user_id: '||