DBA Data[Home] [Help]

APPS.BEN_TCS_STMT_PROCESS dependencies on BEN_ENV_OBJECT

Line 2799: ben_env_object.init(

2795: BEGIN
2796: IF (temp_ee_id is not null ) THEN
2797: hr_utility.set_location('before calling ben_evaluate_elig_profiles.eligible...',167);
2798:
2799: ben_env_object.init(
2800: p_business_group_id=>l_business_group_id,
2801: p_effective_date =>l_period_end_date,
2802: p_thread_id => 99 ,
2803: p_chunk_size => l_chunk_size ,

Line 2970: ben_env_object.init(

2966: IF (stmt_rec.ee_id IS NOT NULL ) THEN
2967: t_prof_tbl (1).eligy_prfl_id := stmt_rec.ee_id;
2968: IF (temp_ee_id is not null ) THEN
2969:
2970: ben_env_object.init(
2971: p_business_group_id => stmt_rec.bg_id,
2972: p_effective_date => l_period_end_date,
2973: p_thread_id => 99 ,
2974: p_chunk_size => l_chunk_size ,

Line 3124: ben_env_object.init(

3120: hr_utility.set_location ('checking the eligibility of the person id ' ||per_rec.person_id,182 );
3121:
3122: t_prof_tbl (1).eligy_prfl_id := stmt_record_rec (l_loop_cnt).statement_rec.ee_id;
3123:
3124: ben_env_object.init(
3125: p_business_group_id => stmt_record_rec (l_loop_cnt).statement_rec.bg_id ,
3126: p_effective_date => l_period_end_date,
3127: p_thread_id => 99 ,
3128: p_chunk_size => l_chunk_size ,