DBA Data[Home] [Help]

APPS.INV_SERIAL_EO_PVT dependencies on INV_SERIAL_EO_PVT

Line 1: package body INV_SERIAL_EO_PVT as

1: package body INV_SERIAL_EO_PVT as
2: /* $Header: INVSNEOB.pls 120.5 2005/08/01 16:56 janetli noship $ */
3: g_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 2);
4:
5:

Line 12: p_module => 'INV_SERIAL_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_SERIAL_EO_PVT',
13: p_level => 4);
14:
15: END IF;
16: -- dbms_output.put_line( p_msg );

Line 778: end INV_SERIAL_EO_PVT;

774:
775:
776: end;
777:
778: end INV_SERIAL_EO_PVT;