DBA Data[Home] [Help]

APPS.FND_GLOBAL dependencies on FND_LOG

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

2238:
2239: -- This will start up debug logging.
2240: -- This call must occur after profiles have been initialized and
2241: -- when there is a user and resp.
2242: fnd_log_repository.init(NULL,user_id);
2243:
2244: end if;
2245:
2246: --

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

2893: end if;
2894:
2895: initialize(z_backup);
2896:
2897: if(fnd_log.LEVEL_EXCEPTION >= fnd_log.g_current_runtime_level) then
2898: fnd_log.string(FND_LOG.LEVEL_EXCEPTION,
2899: 'oracle.apps.plsql.fnd_global.restore.changed ',
2900: 'Developer error: FND_GLOBAL initialization potential side effects. '||
2901: 'Remove the call that initialized the context to resp_id: '||

Line 2898: fnd_log.string(FND_LOG.LEVEL_EXCEPTION,

2894:
2895: initialize(z_backup);
2896:
2897: if(fnd_log.LEVEL_EXCEPTION >= fnd_log.g_current_runtime_level) then
2898: fnd_log.string(FND_LOG.LEVEL_EXCEPTION,
2899: 'oracle.apps.plsql.fnd_global.restore.changed ',
2900: 'Developer error: FND_GLOBAL initialization potential side effects. '||
2901: 'Remove the call that initialized the context to resp_id: '||
2902: resp_id||' resp_appl_id: '||resp_appl_id||' user_id: '||