DBA Data[Home] [Help]

APPS.RCV_GARBAGE_COLLECTOR_SV dependencies on FND_PROFILE

Line 5: g_asn_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('RCV_DEBUG_MODE'),'N');

1: PACKAGE BODY RCV_GARBAGE_COLLECTOR_SV AS
2: /* $Header: RCVGARBB.pls 115.10 2004/06/30 23:45:09 wkunz noship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_asn_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('RCV_DEBUG_MODE'),'N');
6:
7: /*===========================================================================
8:
9: PROCEDURE NAME: collect_garbage()