DBA Data[Home] [Help]

APPS.RCV_GARBAGE_COLLECTOR_SV dependencies on RCV_GARBAGE_COLLECTOR_SV

Line 1: PACKAGE BODY RCV_GARBAGE_COLLECTOR_SV AS

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');

Line 145: END RCV_GARBAGE_COLLECTOR_SV;

141: end loop;
142:
143: END collect_garbage;
144:
145: END RCV_GARBAGE_COLLECTOR_SV;