DBA Data[Home] [Help]

APPS.XLA_EVENTS_PUB_PKG dependencies on WF_CORE

Line 872: WF_CORE.CONTEXT( 'xla_events_pub_pkg', 'period_close',

868: EXCEPTION
869:
870: WHEN xla_exceptions_pkg.application_exception THEN
871:
872: WF_CORE.CONTEXT( 'xla_events_pub_pkg', 'period_close',
873: p_event.getEventName( ), p_subscription_guid);
874: WF_EVENT.setErrorInfo(p_event, 'ERROR');
875: RETURN 'ERROR';
876: