DBA Data[Home] [Help]

APPS.INV_LOT_EO_PVT dependencies on FND_PROFILE

Line 3: g_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 2);

1: package body INV_LOT_EO_PVT as
2: /* $Header: INVLTEOB.pls 120.4.12020000.3 2013/05/08 03:32:35 ptian ship $ */
3: g_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 2);
4:
5:
6: PROCEDURE mydebug( p_msg IN VARCHAR2)
7: IS