DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on PQH_GSP_POST_PROCESS

Line 1217: pqh_gsp_post_process.get_persons_gl_and_grade

1213: --
1214: hr_utility.set_location('Entering : ' || l_proc, 10);
1215: --
1216: -- Get Grade Ladder (PGM_ID) and Grade (PLIP_ID) placement
1217: pqh_gsp_post_process.get_persons_gl_and_grade
1218: (p_person_id => p_person_id,
1219: p_business_group_id => p_business_group_id,
1220: p_effective_date => p_effective_date,
1221: p_persons_pgm_id => p_gsp_pgm_id,

Line 2622: pqh_gsp_post_process.Call_PP_From_Benmngle(

2618: --
2619: --Call the GSP Post process for Automatic enrollment
2620: if l_auto_enrt_flag = 'Y' then
2621: --
2622: pqh_gsp_post_process.Call_PP_From_Benmngle(
2623: P_Effective_Date =>p_effective_date,
2624: P_Elig_per_Elctbl_Chc_Id =>l_epe.elig_per_elctbl_chc_id
2625: ) ;
2626: --

Line 10410: pqh_gsp_post_process.get_persons_gl_and_grade

10406: p_prgr_style => l_prgr_style,
10407: p_gsp_emp_step_id => l_gsp_emp_step_id,
10408: p_gsp_num_incr => l_gsp_num_incr);
10409: /*
10410: pqh_gsp_post_process.get_persons_gl_and_grade
10411: (p_person_id => p_person_id,
10412: p_business_group_id => p_business_group_id,
10413: p_effective_date => p_effective_date,
10414: p_persons_pgm_id => l_gsp_pgm_id,

Line 10754: pqh_gsp_post_process.gsp_rate_sync

10750: hr_utility.set_location('GSPRS l_empasg_row.assignment_id = ' || l_empasg_row.assignment_id, 45);
10751: --
10752:
10753: -- This procedure will create Electable Choices and Rates
10754: pqh_gsp_post_process.gsp_rate_sync
10755: (p_effective_date => p_effective_date
10756: ,p_per_in_ler_id => l_pil_row.per_in_ler_id
10757: ,p_person_id => p_person_id
10758: ,p_assignment_id => l_empasg_row.assignment_id

Line 10762: pqh_gsp_post_process.update_rate_sync_salary

10758: ,p_assignment_id => l_empasg_row.assignment_id
10759: );
10760:
10761: -- This procedure will update salary if at all new salary has changed from current salary
10762: pqh_gsp_post_process.update_rate_sync_salary
10763: (p_per_in_ler_id => l_pil_row.per_in_ler_id
10764: ,p_effective_date => p_effective_date
10765: );
10766:

Line 11883: pqh_gsp_post_process.update_rate_sync_salary

11879: if p_lf_evt_oper_cd = 'SYNC'
11880: then
11881: --
11882: hr_utility.set_location('Calling GSP Rate Sync Post Process in PQH', 45);
11883: pqh_gsp_post_process.update_rate_sync_salary
11884: (p_per_in_ler_id => l_pil_row.per_in_ler_id
11885: ,p_effective_date => p_effective_date
11886: );
11887: --