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.67.12020000.3 2012/09/07 05:58:19 srsomasu ship $ */
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.67.12020000.3 2012/09/07 05:58:19 srsomasu ship $ */
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 3646: END inv_mwb_location_tree;

3642: END CASE;
3643:
3644: END event;
3645:
3646: END inv_mwb_location_tree;