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.12 2011/06/14 09:40:29 nimisra 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.12 2011/06/14 09:40:29 nimisra 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 702: END INV_MWB_LOT_TREE;

698: WHEN no_data_found THEN
699: NULL;
700: END event;
701:
702: END INV_MWB_LOT_TREE;
703: