DBA Data[Home] [Help]

APPS.POS_ACK_PO dependencies on FND_LOG

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

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

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

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