DBA Data[Home] [Help]

APPS.PO_AME_SETUP_PVT dependencies on FND_LOG

Line 276: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN

272:
273: exception
274: when others then
275: if g_fnd_debug = 'Y' then
276: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
277: FND_LOG.string(FND_LOG.level_unexpected, 'icx.plsql.PO_AME_SETUP_PVT' ||
278: l_api_name || '.others_exception', sqlerrm);
279: END IF;
280: end if;

Line 277: FND_LOG.string(FND_LOG.level_unexpected, 'icx.plsql.PO_AME_SETUP_PVT' ||

273: exception
274: when others then
275: if g_fnd_debug = 'Y' then
276: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
277: FND_LOG.string(FND_LOG.level_unexpected, 'icx.plsql.PO_AME_SETUP_PVT' ||
278: l_api_name || '.others_exception', sqlerrm);
279: END IF;
280: end if;
281: raise;