DBA Data[Home] [Help]

APPS.ASN_DEBUG dependencies on FND_PROFILE

Line 245: IF (fnd_profile.VALUE('INV_DEBUG_TRACE') = '1') THEN

241:
242: -- Bug 9152790: rcv debug enhancement
243: FUNCTION is_debug_on RETURN VARCHAR2 IS
244: BEGIN
245: IF (fnd_profile.VALUE('INV_DEBUG_TRACE') = '1') THEN
246: return 'Y';
247: ELSE
248: return 'N';
249: END IF;