DBA Data[Home] [Help]

APPS.WF_WS_SAMPLES dependencies on WF_CORE

Line 39: wf_core.context('WF_WS_SAMPLES', 'Generate', p_event_name, p_event_key);

35:
36: exception
37:
38: when others then
39: wf_core.context('WF_WS_SAMPLES', 'Generate', p_event_name, p_event_key);
40: raise;
41:
42: end generate;
43: