DBA Data[Home] [Help]

APPS.BEN_CEP_CACHE1 dependencies on HR_UTILITY

Line 681: hr_utility.set_location(' Entering '||l_proc,10);

677: --
678: -- Grade/Step
679: begin
680: --
681: hr_utility.set_location(' Entering '||l_proc,10);
682: --
683: -- Get the instance details
684: --
685: l_hv := mod(nvl(p_pgm_id,1)+nvl(p_ptip_id,2)+nvl(p_plip_id,3)

Line 757: hr_utility.set_location(' Dn Look '||l_proc,10);

753: ben_cep_cache.g_copcep_odlookup(l_hv).fk2_id := p_pl_id;
754: ben_cep_cache.g_copcep_odlookup(l_hv).fk3_id := p_oipl_id;
755: ben_cep_cache.g_copcep_odlookup(l_hv).fk4_id := p_vrbl_rt_prfl_id;
756: --
757: hr_utility.set_location(' Dn Look '||l_proc,10);
758: --
759: l_starttorele_num := nvl(ben_cep_cache.g_copcep_nxelenum,1);
760: l_torrwnum := l_starttorele_num;
761: --

Line 762: hr_utility.set_location(' Bef inst loop '||l_proc,10);

758: --
759: l_starttorele_num := nvl(ben_cep_cache.g_copcep_nxelenum,1);
760: l_torrwnum := l_starttorele_num;
761: --
762: hr_utility.set_location(' Bef inst loop '||l_proc,10);
763: --
764: if p_pgm_id is not null then
765: --
766: open c_pgminstance

Line 844: hr_utility.set_location(' Assign inst '||l_proc,10);

840: exit when c_vpfinstance%NOTFOUND;
841: --
842: end if;
843: --
844: hr_utility.set_location(' Assign inst '||l_proc,10);
845: --
846: ben_cep_cache.g_copcep_odinst.extend(1);
847: ben_cep_cache.g_copcep_odinst(l_torrwnum).pgm_id := l_instance.pgm_id;
848: ben_cep_cache.g_copcep_odinst(l_torrwnum).ptip_id := l_instance.ptip_id;

Line 925: hr_utility.set_location(' Dn Assign inst '||l_proc,10);

921: ben_cep_cache.g_copcep_odinst(l_torrwnum).elig_anthr_pl_flag := l_instance.elig_anthr_pl_flag ;
922: ben_cep_cache.g_copcep_odinst(l_torrwnum).elig_qua_in_gr_flag := l_instance.elig_qua_in_gr_flag ;
923: ben_cep_cache.g_copcep_odinst(l_torrwnum).elig_perf_rtng_flag := l_instance.elig_perf_rtng_flag ;
924: ben_cep_cache.g_copcep_odinst(l_torrwnum).elig_crit_values_flag := l_instance.elig_crit_values_flag ;
925: hr_utility.set_location(' Dn Assign inst '||l_proc,10);
926: --
927: l_torrwnum := l_torrwnum+1;
928: --
929: end loop;

Line 992: hr_utility.set_location(' Leaving '||l_proc,10);

988: p_hv := null;
989: --
990: end if;
991: --
992: hr_utility.set_location(' Leaving '||l_proc,10);
993: end write_cobcep_odcache;
994: --
995: end ben_cep_cache1;