DBA Data[Home] [Help]

APPS.FND_CONC_GLOBAL dependencies on FND_LOG

Line 251: if( FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL )then

247: --obsolete. Ignoreing the value of this parameter.
248: zrelease_sub_request := NULL;
249:
250: if (release_sub_request is not null) then
251: if( FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL )then
252:
253: fnd_log.string(
254: FND_LOG.LEVEL_EVENT,
255: 'fnd.plsql.FND_CONC_GLOBAL.SET_REQ_GLOBALS',

Line 253: fnd_log.string(

249:
250: if (release_sub_request is not null) then
251: if( FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL )then
252:
253: fnd_log.string(
254: FND_LOG.LEVEL_EVENT,
255: 'fnd.plsql.FND_CONC_GLOBAL.SET_REQ_GLOBALS',
256: 'The release_sub_request parammeter is obsolete now'||
257: 'and it''s value is ignored.');

Line 254: FND_LOG.LEVEL_EVENT,

250: if (release_sub_request is not null) then
251: if( FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL )then
252:
253: fnd_log.string(
254: FND_LOG.LEVEL_EVENT,
255: 'fnd.plsql.FND_CONC_GLOBAL.SET_REQ_GLOBALS',
256: 'The release_sub_request parammeter is obsolete now'||
257: 'and it''s value is ignored.');
258: end if;