DBA Data[Home] [Help]

APPS.BENUTILS dependencies on BEN_ENV_OBJECT

Line 4496: l_env ben_env_object.g_global_env_rec_type;

4492: l_outputs ff_exec.outputs_t;
4493: l_loc_rec hr_locations_all%rowtype;
4494: l_ass_rec per_all_assignments_f%rowtype;
4495: l_jurisdiction_code varchar2(30);
4496: l_env ben_env_object.g_global_env_rec_type;
4497: --
4498: begin
4499: --
4500: hr_utility.set_location ('Entering '||l_package,10);

Line 4514: if ben_env_object.g_global_env_rec.business_group_id is NULL

4510: ' p_leod ' || p_lf_evt_ocrd_dt,11);
4511: --
4512: -- if fnd_global.conc_request_id = -1 then
4513: -- bug 4947096
4514: if ben_env_object.g_global_env_rec.business_group_id is NULL
4515: then
4516: --
4517: -- This makes sense for the calls made from the forms.
4518: --

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

4515: then
4516: --
4517: -- This makes sense for the calls made from the forms.
4518: --
4519: ben_env_object.init(p_business_group_id => p_business_group_id,
4520: p_effective_date => p_effective_date,
4521: p_thread_id => 1,
4522: p_chunk_size => 1,
4523: p_threads => 1,