DBA Data[Home] [Help]

APPS.BEN_PAC_LER dependencies on BEN_ENV_OBJECT

Line 90: l_env ben_env_object.g_global_env_rec_type;

86: l_outputs ff_exec.outputs_t;
87: l_loc_rec hr_locations_all%rowtype;
88: l_ass_rec per_all_assignments_f%rowtype;
89: l_jurisdiction_code varchar2(30);
90: l_env ben_env_object.g_global_env_rec_type;
91:
92: --
93: begin
94: --

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

97: if fnd_global.conc_request_id = -1 then
98: --
99: -- This makes sense for the calls made from the forms.
100: --
101: ben_env_object.init(p_business_group_id => p_business_group_id,
102: p_effective_date => p_effective_date,
103: p_thread_id => 1,
104: p_chunk_size => 1,
105: p_threads => 1,