DBA Data[Home] [Help]

APPS.INV_MWB_LOT_TREE dependencies on INV_MWB_LOT_TREE

Line 1: PACKAGE BODY INV_MWB_LOT_TREE AS

1: PACKAGE BODY INV_MWB_LOT_TREE AS
2: /* $Header: INVMWLOB.pls 120.8 2008/01/10 23:20:45 musinha ship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2(30) := 'INV_MWB_LOT_TREE';
5: --

Line 4: g_pkg_name CONSTANT VARCHAR2(30) := 'INV_MWB_LOT_TREE';

1: PACKAGE BODY INV_MWB_LOT_TREE AS
2: /* $Header: INVMWLOB.pls 120.8 2008/01/10 23:20:45 musinha ship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2(30) := 'INV_MWB_LOT_TREE';
5: --
6: -- private functions
7: --
8: -- PROCEDURE make_common_queries(p_flag VARCHAR2); -- Bug 6060233

Line 694: END INV_MWB_LOT_TREE;

690: WHEN no_data_found THEN
691: NULL;
692: END event;
693:
694: END INV_MWB_LOT_TREE;
695: