DBA Data[Home] [Help]

APPS.WMS_CUSTAPI_CONC_PKG dependencies on FND_PROFILE

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

1: package body wms_custapi_conc_pkg as
2: /* $Header: WMSCCPKB.pls 120.1 2006/08/10 11:32:38 bradha noship $ */
3: --
4: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
5: --
6: -- ---------------------------------------------------------------------------|
7: -- |-------------------------------< trace >----------------------------------|
8: -- ---------------------------------------------------------------------------|