DBA Data[Home] [Help]

APPS.WMS_ATF_DEST_LOC dependencies on FND_PROFILE

Line 4: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);

1: package body wms_atf_dest_loc as
2: /* $Header: WMSADLOB.pls 115.47 2004/05/07 21:24:39 joabraha noship $ */
3: --
4: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
5: l_pkg varchar2(72) := 'WMS_ATF_DEST_LOC :';
6:
7: --
8: -- ---------------------------------------------------------------------------------------