DBA Data[Home] [Help]

APPS.WF_LOG_PKG dependencies on WF_CORE

Line 72: wf_core.context('WF_LOG_PKG', 'Init');

68: FND_LOG_REPOSITORY.Init();
69:
70: exception
71: when others then
72: wf_core.context('WF_LOG_PKG', 'Init');
73: raise;
74: end Init;
75: ------------------------------------------------------------------------------
76: