DBA Data[Home] [Help]

APPS.BEN_PERSON_OBJECT dependencies on BEN_PER_BNFTS_BAL_F

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

105: --
106: type g_cache_pil_table is table of ben_per_in_ler%rowtype index
107: by binary_integer;
108: --
109: type g_cache_bal_table is table of ben_per_bnfts_bal_f%rowtype index
110: by binary_integer;
111: --
112: type g_cache_bnb_table is table of ben_bnfts_bal_f%rowtype index
113: by binary_integer;

Line 185: g_cache_last_bal_rec ben_per_bnfts_bal_f%rowtype;

181: g_cache_last_con_rec g_cache_con_table;
182: g_cache_last_appass_rec g_cache_ass_table;
183: g_cache_last_allass_rec g_cache_ass_table;
184: g_cache_last_typ_rec g_cache_typ_table;
185: g_cache_last_bal_rec ben_per_bnfts_bal_f%rowtype;
186: g_cache_last_bnb_rec ben_bnfts_bal_f%rowtype;
187: --
188: -- Set object routines
189: --

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

211: (p_rec in out nocopy ben_per_in_ler%rowtype);
212: procedure set_object
213: (p_rec in out nocopy ben_bnfts_bal_f%rowtype);
214: procedure set_object
215: (p_rec in out nocopy ben_per_bnfts_bal_f%rowtype);
216: procedure set_object
217: (p_rec in out nocopy per_contact_relationships%rowtype);
218: procedure set_object
219: (p_rec in out nocopy g_person_date_info_rec);

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

373: procedure get_object
374: (p_person_id in number,
375: p_bnfts_bal_id in number,
376: p_effective_date in date,
377: p_rec in out nocopy ben_per_bnfts_bal_f%rowtype);
378: procedure get_object
379: (p_person_id in number,
380: p_rec in out nocopy g_person_date_info_rec);
381: procedure get_object

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

384: procedure get_bal_per_object
385: (p_person_id in number,
386: p_bnfts_bal_id in number,
387: p_effective_date in date,
388: p_rec in out nocopy ben_per_bnfts_bal_f%rowtype);
389: --
390: procedure clear_down_cache;
391: --
392: procedure defrag_caches;