DBA Data[Home] [Help]

APPS.BEN_TCS_STMT_PROCESS dependencies on BEN_ENV_OBJECT

Line 2768: ben_env_object.init(

2764: BEGIN
2765: IF (temp_ee_id is not null ) THEN
2766: hr_utility.set_location('before calling ben_evaluate_elig_profiles.eligible...',167);
2767:
2768: ben_env_object.init(
2769: p_business_group_id=>l_business_group_id,
2770: p_effective_date =>l_period_end_date,
2771: p_thread_id => 99 ,
2772: p_chunk_size => l_chunk_size ,

Line 2939: ben_env_object.init(

2935: IF (stmt_rec.ee_id IS NOT NULL ) THEN
2936: t_prof_tbl (1).eligy_prfl_id := stmt_rec.ee_id;
2937: IF (temp_ee_id is not null ) THEN
2938:
2939: ben_env_object.init(
2940: p_business_group_id => stmt_rec.bg_id,
2941: p_effective_date => l_period_end_date,
2942: p_thread_id => 99 ,
2943: p_chunk_size => l_chunk_size ,

Line 3093: ben_env_object.init(

3089: hr_utility.set_location ('checking the eligibility of the person id ' ||per_rec.person_id,182 );
3090:
3091: t_prof_tbl (1).eligy_prfl_id := stmt_record_rec (l_loop_cnt).statement_rec.ee_id;
3092:
3093: ben_env_object.init(
3094: p_business_group_id => stmt_record_rec (l_loop_cnt).statement_rec.bg_id ,
3095: p_effective_date => l_period_end_date,
3096: p_thread_id => 99 ,
3097: p_chunk_size => l_chunk_size ,