DBA Data[Home] [Help]

APPS.FND_CACHE_VERSIONS_PKG dependencies on FND_CACHE_VERSIONS_PKG

Line 1: package body FND_CACHE_VERSIONS_PKG as

1: package body FND_CACHE_VERSIONS_PKG as
2: /* $Header: AFCCHVRB.pls 120.4.12020000.2 2012/08/03 15:32:28 rarmaly ship $ */
3:
4:
5: /* Arrays for bulk collects */

Line 119: /* Bug 5161071:4308360: ORA-06502 FND_CACHE_VERSIONS_PKG.get_version

115: end if;
116: */
117: end if;
118:
119: /* Bug 5161071:4308360: ORA-06502 FND_CACHE_VERSIONS_PKG.get_version
120: * The previous fix for bug 4308360 did not completely resolve the issue
121: * since it was placed in a conditional block. As it happens, the
122: * condition is not satisfied in all cases and the failover is bypassed
123: * causing the ORA-6502 error to be raised.

Line 207: end FND_CACHE_VERSIONS_PKG;

203: return TRUE;
204:
205: end;
206:
207: end FND_CACHE_VERSIONS_PKG;