DBA Data[Home] [Help]

APPS.POS_ACK_PO dependencies on FND_LOG

Line 569: IF ( FND_LOG.level_unexpected >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN

565: WHEN OTHERS THEN
566: l_error := sqlerrm;
567: IF g_fnd_debug = 'Y' THEN
568:
569: IF ( FND_LOG.level_unexpected >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
570: FND_LOG.string(FND_LOG.level_unexpected, g_module_prefix ||
571: l_api_name || '.others_exception', l_progress||':'||sqlerrm);
572: END IF;
573:

Line 570: FND_LOG.string(FND_LOG.level_unexpected, g_module_prefix ||

566: l_error := sqlerrm;
567: IF g_fnd_debug = 'Y' THEN
568:
569: IF ( FND_LOG.level_unexpected >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
570: FND_LOG.string(FND_LOG.level_unexpected, g_module_prefix ||
571: l_api_name || '.others_exception', l_progress||':'||sqlerrm);
572: END IF;
573:
574: END IF;