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 5096: l_pl_rec ben_comp_object.g_cache_pl_rec_table;

5092: i binary_integer;
5093: l_ok boolean := false;
5094: l_rows_found boolean := false;
5095: l_dummy varchar2(1);
5096: l_pl_rec ben_comp_object.g_cache_pl_rec_table;
5097: --
5098: l_cur_found boolean := false;
5099: --
5100: cursor pilc1

Line 5586: l_pl_rec ben_comp_object.g_cache_pl_rec_table;

5582: l_found_ptip boolean := false;
5583: l_continue boolean := true;
5584: l_date_to_use date;
5585: l_dummy varchar2(1);
5586: l_pl_rec ben_comp_object.g_cache_pl_rec_table;
5587: --
5588: cursor c1(p_pl_id in number) is
5589: select null
5590: from ben_pl_f pln,

Line 6007: l_pl_rec ben_comp_object.g_cache_pl_rec_table;

6003: i binary_integer;
6004: l_ok boolean := false;
6005: l_rows_found boolean := false;
6006: l_dummy varchar2(1);
6007: l_pl_rec ben_comp_object.g_cache_pl_rec_table;
6008: --
6009: cursor c1
6010: (c_ptip_id in number
6011: ,c_bgp_id in number

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

7530: --
7531: hr_utility.set_location(' oipl id ' || l_epe.oipl_id , 610.3);
7532: hr_utility.set_location( ' PLIP ID '|| l_epe.plip_id ,610);
7533: if l_epe.oipl_id is not null then
7534: ben_comp_object.get_object(p_oipl_id => l_epe.oipl_id
7535: ,p_rec => l_oipl_rec);
7536: end if;
7537: --
7538: if p_use_globals then