DBA Data[Home] [Help]

APPS.GL_AUTO_ALLOC_WF_CUST_PKG dependencies on WF_CORE

Line 19: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'dummy', p_item_type, p_item_key);

15: END IF;
16:
17: EXCEPTION
18: WHEN OTHERS THEN
19: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'dummy', p_item_type, p_item_key);
20: raise;
21: End dummy1;
22:
23: Procedure dummy2(p_item_type IN VARCHAR2,

Line 38: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'dummy1', p_item_type, p_item_key);

34: END IF;
35:
36: EXCEPTION
37: WHEN OTHERS THEN
38: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'dummy1', p_item_type, p_item_key);
39: raise;
40: End dummy2;
41:
42: End GL_AUTO_ALLOC_WF_CUST_PKG;