DBA Data[Home] [Help]

APPS.BEN_DETERMINE_DPNT_ELIG_SS dependencies on HR_UTILITY

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

275: --
276: l_dummy varchar2(1);
277:
278: begin
279: hr_utility.set_location ('Entering '|| l_proc,10);
280: --6279654
281: if fnd_global.conc_request_id = -1 then
282: --
283: if ben_env_object.g_global_env_rec.business_group_id is null then

Line 289: hr_utility.set_location ('business_group_id '|| l_business_group_id, 8085);

285: open c_bg_id;
286: fetch c_bg_id into l_business_group_id;
287: close c_bg_id;
288:
289: hr_utility.set_location ('business_group_id '|| l_business_group_id, 8085);
290: hr_utility.set_location ('effective_date '|| p_effective_date, 8085);
291:
292: ben_env_object.init(p_business_group_id => l_business_group_id,
293: p_effective_date => p_effective_date,

Line 290: hr_utility.set_location ('effective_date '|| p_effective_date, 8085);

286: fetch c_bg_id into l_business_group_id;
287: close c_bg_id;
288:
289: hr_utility.set_location ('business_group_id '|| l_business_group_id, 8085);
290: hr_utility.set_location ('effective_date '|| p_effective_date, 8085);
291:
292: ben_env_object.init(p_business_group_id => l_business_group_id,
293: p_effective_date => p_effective_date,
294: p_thread_id => 1,

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

630: close c_elig_dpnt;
631: --
632: end loop;
633: --
634: hr_utility.set_location ('Leaving '|| l_proc,10);
635:
636: exception
637: when others then
638: fnd_msg_pub.initialize;

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

772: l_found boolean := false;
773: --
774: begin
775: --
776: hr_utility.set_location('Entering: '||l_proc,10);
777: --
778: for l_pgm_rec in c_pgm loop
779: --
780: if l_pgm_rec.vrfy_fmly_mmbr_cd is not null or --level 1

Line 898: hr_utility.set_location('Leaving: '||l_proc,20);

894: end if;
895: end if; --level 2
896: end if; --level 1
897: end loop; --pgm end loop
898: hr_utility.set_location('Leaving: '||l_proc,20);
899: --
900: if (l_found) then
901: p_fmly_mmbr_exist := 'Y';
902: else