DBA Data[Home] [Help]

APPS.INV_LOT_EO_PVT dependencies on INV_LOT_EO_PVT

Line 1: package body INV_LOT_EO_PVT as

1: package body INV_LOT_EO_PVT as
2: /* $Header: INVLTEOB.pls 120.4 2006/09/15 23:52:48 janetli noship $ */
3: g_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 2);
4:
5:

Line 12: p_module => 'INV_LOT_EO_PVT',

8: BEGIN
9: IF (g_debug = 1) THEN
10: inv_mobile_helper_functions.tracelog(
11: p_err_msg => p_msg,
12: p_module => 'INV_LOT_EO_PVT',
13: p_level => 4);
14:
15: END IF;
16: -- dbms_output.put_line( p_msg );

Line 939: end INV_LOT_EO_PVT;

935:
936:
937: end;
938:
939: end INV_LOT_EO_PVT;