DBA Data[Home] [Help]

APPS.INV_EXPRESS_PICK_PUB dependencies on FND_PROFILE

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

198:
199: -- because the debug profile rarely changes, only check it once per
200: -- session, instead of once per batch
201: IF is_debug IS NULL THEN
202: l_debug := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
203: if l_debug = 1 then
204: is_debug := TRUE;
205: else
206: is_debug := FALSE;