DBA Data[Home] [Help]

APPS.GL_AUTO_ALLOC_WF_CUST_PKG dependencies on GL_AUTO_ALLOC_WF_CUST_PKG

Line 1: PACKAGE BODY GL_AUTO_ALLOC_WF_CUST_PKG AS

1: PACKAGE BODY GL_AUTO_ALLOC_WF_CUST_PKG AS
2: /* $Header: glcwfalb.pls 120.3 2002/11/15 01:28:52 khchang ship $ */
3:
4: Procedure dummy1(p_item_type IN VARCHAR2,
5: p_item_key IN VARCHAR2,

Line 42: End GL_AUTO_ALLOC_WF_CUST_PKG;

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;