DBA Data[Home] [Help]

APPS.OKC_REP_CLOSEOUT_PVT dependencies on WF_CORE

Line 1848: WF_CORE.CONTEXT('OKC_DELIVERABLE_WF_PVT', 'deliverable_completed_event', p_event.getEventName(), p_subscription_guid);

1844: IF ( FND_LOG.LEVEL_EXCEPTION >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1845: fnd_log.string(FND_LOG.LEVEL_EXCEPTION, g_module || l_api_name, 'Leaving deliverable_completed_event:FND_API.G_EXC_ERROR Exception');
1846: END IF;
1847: rollback;
1848: WF_CORE.CONTEXT('OKC_DELIVERABLE_WF_PVT', 'deliverable_completed_event', p_event.getEventName(), p_subscription_guid);
1849: WF_EVENT.setErrorInfo(p_event, 'ERROR');
1850: RETURN 'ERROR';
1851:
1852: END deliverable_completed_event;