DBA Data[Home] [Help]

APPS.FND_USER_PVT dependencies on FND_LOG

Line 60: if (fnd_log.LEVEL_EXCEPTION >=

56: 'must correct their code. ' ||
57: 'Oracle employees who encounter this error should log '||
58: 'a bug against the product that owns the call to this '||
59: 'routine');
60: if (fnd_log.LEVEL_EXCEPTION >=
61: fnd_log.g_current_runtime_level) then
62: fnd_log.message(FND_LOG.LEVEL_EXCEPTION,
63: c_log_head || l_api_name || '.end_unsupported',
64: FALSE);

Line 61: fnd_log.g_current_runtime_level) then

57: 'Oracle employees who encounter this error should log '||
58: 'a bug against the product that owns the call to this '||
59: 'routine');
60: if (fnd_log.LEVEL_EXCEPTION >=
61: fnd_log.g_current_runtime_level) then
62: fnd_log.message(FND_LOG.LEVEL_EXCEPTION,
63: c_log_head || l_api_name || '.end_unsupported',
64: FALSE);
65: end if;

Line 62: fnd_log.message(FND_LOG.LEVEL_EXCEPTION,

58: 'a bug against the product that owns the call to this '||
59: 'routine');
60: if (fnd_log.LEVEL_EXCEPTION >=
61: fnd_log.g_current_runtime_level) then
62: fnd_log.message(FND_LOG.LEVEL_EXCEPTION,
63: c_log_head || l_api_name || '.end_unsupported',
64: FALSE);
65: end if;
66: fnd_message.raise_error;

Line 122: if (fnd_log.LEVEL_EXCEPTION >=

118: 'must correct their code. ' ||
119: 'Oracle employees who encounter this error should log '||
120: 'a bug against the product that owns the call to this '||
121: 'routine');
122: if (fnd_log.LEVEL_EXCEPTION >=
123: fnd_log.g_current_runtime_level) then
124: fnd_log.message(FND_LOG.LEVEL_EXCEPTION,
125: c_log_head || l_api_name || '.end_unsupported',
126: FALSE);

Line 123: fnd_log.g_current_runtime_level) then

119: 'Oracle employees who encounter this error should log '||
120: 'a bug against the product that owns the call to this '||
121: 'routine');
122: if (fnd_log.LEVEL_EXCEPTION >=
123: fnd_log.g_current_runtime_level) then
124: fnd_log.message(FND_LOG.LEVEL_EXCEPTION,
125: c_log_head || l_api_name || '.end_unsupported',
126: FALSE);
127: end if;

Line 124: fnd_log.message(FND_LOG.LEVEL_EXCEPTION,

120: 'a bug against the product that owns the call to this '||
121: 'routine');
122: if (fnd_log.LEVEL_EXCEPTION >=
123: fnd_log.g_current_runtime_level) then
124: fnd_log.message(FND_LOG.LEVEL_EXCEPTION,
125: c_log_head || l_api_name || '.end_unsupported',
126: FALSE);
127: end if;
128: fnd_message.raise_error;