DBA Data[Home] [Help]

APPS.BENUTILS dependencies on BEN_ENV_OBJECT

Line 696: l_rec ben_env_object.g_global_env_rec_type;

692: and pat.per_system_status(+) = 'ACTIVE_ASSIGN'
693: and p_effective_date between paf.effective_start_date and paf.effective_end_date
694: order by assignment_type desc, effective_start_date desc;
695: -- bug 8431552
696: l_rec ben_env_object.g_global_env_rec_type;
697: begin
698: --
699: hr_utility.set_location('Entering:'||l_proc, 5);
700: ben_env_object.get(l_rec);

Line 700: ben_env_object.get(l_rec);

696: l_rec ben_env_object.g_global_env_rec_type;
697: begin
698: --
699: hr_utility.set_location('Entering:'||l_proc, 5);
700: ben_env_object.get(l_rec);
701: -- Perf changes
702: -- bug 8431552: Skip the security profile check for CWB mode
703: if (hr_security.view_all = 'Y' and hr_general.get_xbg_profile = 'Y') or (nvl(l_rec.mode_cd,hr_api.g_varchar2) = 'W')
704: then

Line 4608: l_env ben_env_object.g_global_env_rec_type;

4604: l_outputs ff_exec.outputs_t;
4605: l_loc_rec hr_locations_all%rowtype;
4606: l_ass_rec per_all_assignments_f%rowtype;
4607: l_jurisdiction_code varchar2(30);
4608: l_env ben_env_object.g_global_env_rec_type;
4609: --
4610: begin
4611: --
4612: hr_utility.set_location ('Entering '||l_package,10);

Line 4626: if ben_env_object.g_global_env_rec.business_group_id is NULL

4622: ' p_leod ' || p_lf_evt_ocrd_dt,11);
4623: --
4624: -- if fnd_global.conc_request_id = -1 then
4625: -- bug 4947096
4626: if ben_env_object.g_global_env_rec.business_group_id is NULL
4627: then
4628: --
4629: -- This makes sense for the calls made from the forms.
4630: --

Line 4631: ben_env_object.init(p_business_group_id => p_business_group_id,

4627: then
4628: --
4629: -- This makes sense for the calls made from the forms.
4630: --
4631: ben_env_object.init(p_business_group_id => p_business_group_id,
4632: p_effective_date => p_effective_date,
4633: p_thread_id => 1,
4634: p_chunk_size => 1,
4635: p_threads => 1,