DBA Data[Home] [Help]

APPS.FND_PROFILE dependencies on WF_CORE

Line 4194: WF_CORE.CONTEXT('FND_PROFILE', 'bumpCacheVersion_RF',

4190: return 'SUCCESS';
4191:
4192: exception
4193: when others then
4194: WF_CORE.CONTEXT('FND_PROFILE', 'bumpCacheVersion_RF',
4195: p_event.getEventName(), p_subscription_guid);
4196: WF_EVENT.setErrorInfo(p_event, 'ERROR');
4197: return 'ERROR';
4198: end;