DBA Data[Home] [Help]

APPS.BEN_PEP_CACHE dependencies on BEN_PEP_CACHE2

Line 68: ben_pep_cache2.

64: 115.25 06-May-05 mhoyes - Bug 4350303. Bypassed call to hash function
65: ben_hash_utility.get_hashed_index.
66: - Removed obsolete procedures.
67: 115.26 30-May-05 mhoyes - Bug 4400538. Moved local procedures out to
68: ben_pep_cache2.
69: 115.27 12-jun-05 mhoyes - Bug 4425771. Defined package locals as
70: globals.
71: 115.28 20-Oct-05 abparekh - Bug 4646361 : Added NOCOPY hint to out parameters
72: -----------------------------------------------------------------------------

Line 121: ben_pep_cache2.write_pilpep_cache

117: then
118: --
119: -- Build the cache
120: --
121: ben_pep_cache2.write_pilpep_cache
122: (p_person_id => p_person_id
123: ,p_business_group_id => p_business_group_id
124: ,p_effective_date => p_effective_date
125: );

Line 232: ben_pep_cache2.write_pilepo_cache

228: then
229: --
230: -- Build the cache
231: --
232: ben_pep_cache2.write_pilepo_cache
233: (p_person_id => p_person_id
234: ,p_business_group_id => p_business_group_id
235: ,p_effective_date => p_effective_date
236: );