DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on PQH_GSP_POST_PROCESS

Line 1609: pqh_gsp_post_process.get_persons_gl_and_grade

1605: --
1606: hr_utility.set_location('Entering : ' || l_proc, 10);
1607: --
1608: -- Get Grade Ladder (PGM_ID) and Grade (PLIP_ID) placement
1609: pqh_gsp_post_process.get_persons_gl_and_grade
1610: (p_person_id => p_person_id,
1611: p_business_group_id => p_business_group_id,
1612: p_effective_date => p_effective_date,
1613: p_persons_pgm_id => p_gsp_pgm_id,

Line 3014: pqh_gsp_post_process.Call_PP_From_Benmngle(

3010: --
3011: --Call the GSP Post process for Automatic enrollment
3012: if l_auto_enrt_flag = 'Y' then
3013: --
3014: pqh_gsp_post_process.Call_PP_From_Benmngle(
3015: P_Effective_Date =>p_effective_date,
3016: P_Elig_per_Elctbl_Chc_Id =>l_epe.elig_per_elctbl_chc_id
3017: ) ;
3018: --

Line 10915: pqh_gsp_post_process.get_persons_gl_and_grade

10911: p_prgr_style => l_prgr_style,
10912: p_gsp_emp_step_id => l_gsp_emp_step_id,
10913: p_gsp_num_incr => l_gsp_num_incr);
10914: /*
10915: pqh_gsp_post_process.get_persons_gl_and_grade
10916: (p_person_id => p_person_id,
10917: p_business_group_id => p_business_group_id,
10918: p_effective_date => p_effective_date,
10919: p_persons_pgm_id => l_gsp_pgm_id,

Line 11264: pqh_gsp_post_process.gsp_rate_sync

11260: hr_utility.set_location('GSPRS l_empasg_row.assignment_id = ' || l_empasg_row.assignment_id, 45);
11261: --
11262:
11263: -- This procedure will create Electable Choices and Rates
11264: pqh_gsp_post_process.gsp_rate_sync
11265: (p_effective_date => p_effective_date
11266: ,p_per_in_ler_id => l_pil_row.per_in_ler_id
11267: ,p_person_id => p_person_id
11268: ,p_assignment_id => l_empasg_row.assignment_id

Line 11272: pqh_gsp_post_process.update_rate_sync_salary

11268: ,p_assignment_id => l_empasg_row.assignment_id
11269: );
11270:
11271: -- This procedure will update salary if at all new salary has changed from current salary
11272: pqh_gsp_post_process.update_rate_sync_salary
11273: (p_per_in_ler_id => l_pil_row.per_in_ler_id
11274: ,p_effective_date => p_effective_date
11275: );
11276:

Line 12462: pqh_gsp_post_process.update_rate_sync_salary

12458: if p_lf_evt_oper_cd = 'SYNC'
12459: then
12460: --
12461: hr_utility.set_location('Calling GSP Rate Sync Post Process in PQH', 45);
12462: pqh_gsp_post_process.update_rate_sync_salary
12463: (p_per_in_ler_id => l_pil_row.per_in_ler_id
12464: ,p_effective_date => p_effective_date
12465: );
12466: --