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 120.0.12010000.2 2010/01/25 22:40:03 vthevark ship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_asn_debug VARCHAR2(1) := asn_debug.is_debug_on; -- Bug 9152790

Line 145: END RCV_GARBAGE_COLLECTOR_SV;

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