DBA Data[Home] [Help]

APPS.INV_MWB_LOCATION_TREE dependencies on INV_MWB_LOCATION_TREE

Line 1: PACKAGE BODY inv_mwb_location_tree AS

1: PACKAGE BODY inv_mwb_location_tree AS
2: /* $Header: INVMWLEB.pls 120.50 2008/01/10 23:43:15 musinha noship $ */
3:
4: g_pkg_name VARCHAR2(30) := 'INV_MWB_LOCATION_TREE';
5:

Line 4: g_pkg_name VARCHAR2(30) := 'INV_MWB_LOCATION_TREE';

1: PACKAGE BODY inv_mwb_location_tree AS
2: /* $Header: INVMWLEB.pls 120.50 2008/01/10 23:43:15 musinha noship $ */
3:
4: g_pkg_name VARCHAR2(30) := 'INV_MWB_LOCATION_TREE';
5:
6: -- PROCEDURE make_common_query_onhand(p_flag VARCHAR2); -- Bug 6060233 : Putting the declaration in the package spec.
7: PROCEDURE make_common_query_receiving(p_flag VARCHAR2);
8: PROCEDURE make_common_query_inbound(p_flag VARCHAR2);

Line 3304: END inv_mwb_location_tree;

3300: END CASE;
3301:
3302: END event;
3303:
3304: END inv_mwb_location_tree;