DBA Data[Home] [Help]

APPS.BEN_PERSON_OBJECT dependencies on BEN_PER_BNFTS_BAL_F

Line 102: type g_cache_bal_table is table of ben_per_bnfts_bal_f%rowtype index

98: --
99: type g_cache_pil_table is table of ben_per_in_ler%rowtype index
100: by binary_integer;
101: --
102: type g_cache_bal_table is table of ben_per_bnfts_bal_f%rowtype index
103: by binary_integer;
104: --
105: type g_cache_bnb_table is table of ben_bnfts_bal_f%rowtype index
106: by binary_integer;

Line 178: g_cache_last_bal_rec ben_per_bnfts_bal_f%rowtype;

174: g_cache_last_con_rec g_cache_con_table;
175: g_cache_last_appass_rec g_cache_ass_table;
176: g_cache_last_allass_rec g_cache_ass_table;
177: g_cache_last_typ_rec g_cache_typ_table;
178: g_cache_last_bal_rec ben_per_bnfts_bal_f%rowtype;
179: g_cache_last_bnb_rec ben_bnfts_bal_f%rowtype;
180: --
181: -- Set object routines
182: --

Line 208: (p_rec in out nocopy ben_per_bnfts_bal_f%rowtype);

204: (p_rec in out nocopy ben_per_in_ler%rowtype);
205: procedure set_object
206: (p_rec in out nocopy ben_bnfts_bal_f%rowtype);
207: procedure set_object
208: (p_rec in out nocopy ben_per_bnfts_bal_f%rowtype);
209: procedure set_object
210: (p_rec in out nocopy per_contact_relationships%rowtype);
211: procedure set_object
212: (p_rec in out nocopy g_person_date_info_rec);

Line 358: p_rec in out nocopy ben_per_bnfts_bal_f%rowtype);

354: procedure get_object
355: (p_person_id in number,
356: p_bnfts_bal_id in number,
357: p_effective_date in date,
358: p_rec in out nocopy ben_per_bnfts_bal_f%rowtype);
359: procedure get_object
360: (p_person_id in number,
361: p_rec in out nocopy g_person_date_info_rec);
362: procedure get_object

Line 369: p_rec in out nocopy ben_per_bnfts_bal_f%rowtype);

365: procedure get_bal_per_object
366: (p_person_id in number,
367: p_bnfts_bal_id in number,
368: p_effective_date in date,
369: p_rec in out nocopy ben_per_bnfts_bal_f%rowtype);
370: --
371: procedure clear_down_cache;
372: --
373: procedure defrag_caches;