DBA Data[Home] [Help]

APPS.BEN_EVALUATE_RATE_PROFILES dependencies on BEN_COMP_OBJECT

Line 2570: ben_comp_object.get_object(p_pl_id => p_pl_id

2566: end if;
2567:
2568: -- get Scheduled hour details from the assignment records
2569: if p_pl_id is not null then
2570: ben_comp_object.get_object(p_pl_id => p_pl_id
2571: ,p_rec => l_pl_rec);
2572: end if;
2573:
2574: if p_pgm_id is not null then

Line 2575: ben_comp_object.get_object(p_pgm_id => p_pgm_id

2571: ,p_rec => l_pl_rec);
2572: end if;
2573:
2574: if p_pgm_id is not null then
2575: ben_comp_object.get_object(p_pgm_id => p_pgm_id
2576: ,p_rec => l_pgm_rec);
2577: end if;
2578: --
2579: if l_pl_rec.use_all_asnts_for_rt_flag = 'Y' or l_pgm_rec.uses_all_asmts_for_rts_flag = 'Y' then

Line 5039: l_pl_rec ben_comp_object.g_cache_pl_rec_table;

5035: i binary_integer;
5036: l_ok boolean := false;
5037: l_rows_found boolean := false;
5038: l_dummy varchar2(1);
5039: l_pl_rec ben_comp_object.g_cache_pl_rec_table;
5040: --
5041: l_cur_found boolean := false;
5042: --
5043: cursor pilc1

Line 5529: l_pl_rec ben_comp_object.g_cache_pl_rec_table;

5525: l_found_ptip boolean := false;
5526: l_continue boolean := true;
5527: l_date_to_use date;
5528: l_dummy varchar2(1);
5529: l_pl_rec ben_comp_object.g_cache_pl_rec_table;
5530: --
5531: cursor c1(p_pl_id in number) is
5532: select null
5533: from ben_pl_f pln,

Line 5950: l_pl_rec ben_comp_object.g_cache_pl_rec_table;

5946: i binary_integer;
5947: l_ok boolean := false;
5948: l_rows_found boolean := false;
5949: l_dummy varchar2(1);
5950: l_pl_rec ben_comp_object.g_cache_pl_rec_table;
5951: --
5952: cursor c1
5953: (c_ptip_id in number
5954: ,c_bgp_id in number

Line 7473: ben_comp_object.get_object(p_oipl_id => l_epe.oipl_id

7469: --
7470: hr_utility.set_location(' oipl id ' || l_epe.oipl_id , 610.3);
7471: hr_utility.set_location( ' PLIP ID '|| l_epe.plip_id ,610);
7472: if l_epe.oipl_id is not null then
7473: ben_comp_object.get_object(p_oipl_id => l_epe.oipl_id
7474: ,p_rec => l_oipl_rec);
7475: end if;
7476: --
7477: if p_use_globals then