DBA Data[Home] [Help]

APPS.GHR_VALIDATE_CHECK dependencies on GHR_HISTORY_FETCH

Line 1131: ghr_history_fetch.return_special_information

1127: l_adj_basic_pay_amt := p_pa_request_rec.from_adj_basic_pay;
1128: IF ((p_pa_request_rec.first_noa_code = '879') OR (p_pa_request_rec.first_noa_code = '002' and
1129: p_pa_request_rec.second_noa_code = '879')) THEN
1130:
1131: ghr_history_fetch.return_special_information
1132: (p_person_id => p_pa_request_rec.person_id,
1133: p_structure_name => 'US Fed Perf Appraisal',
1134: p_effective_date => p_pa_request_rec.effective_date,
1135: p_special_info => l_special_info_type

Line 1339: ghr_history_fetch.fetch_asgei (

1335: --
1336: -- START fix for 3563491 Madhuri
1337: --
1338: IF (p_pa_request_rec.noa_family_code = 'EXT_NTE') THEN
1339: ghr_history_fetch.fetch_asgei (
1340: p_assignment_id =>p_pa_request_rec.employee_assignment_id ,
1341: p_information_type => 'GHR_US_ASG_NTE_DATES' ,
1342: p_date_effective => nvl(p_pa_request_rec.effective_date,trunc(sysdate)) ,
1343: p_asg_ei_data => l_asg_ei_data

Line 1420: ghr_history_fetch.fetch_peopleei

1416: -- added for Student Loan Repayment Changes - 3494728 bug
1417: IF ( p_pa_request_rec.first_noa_code = '817' or p_pa_request_rec.second_noa_code = '817') THEN
1418:
1419: --3562069
1420: ghr_history_fetch.fetch_peopleei
1421: (p_person_id => p_pa_request_rec.person_id,
1422: p_information_type => 'GHR_US_PER_GROUP1',
1423: p_date_effective => nvl(p_pa_request_rec.effective_date,trunc(sysdate)),
1424: p_per_ei_data => l_per_ei_data

Line 1852: ghr_history_fetch.fetch_asgei

1848: hr_utility.raise_error;
1849: END IF;
1850: --Begin Bug# 11776559
1851: IF l_detail_nte_date IS NOT NULL THEN
1852: ghr_history_fetch.fetch_asgei
1853: (p_assignment_id => p_pa_request_rec.employee_assignment_id,
1854: p_information_type => 'GHR_US_ASG_DET_INFO',
1855: p_date_effective => p_pa_request_rec.effective_date,
1856: p_asg_ei_data => l_asg_extra_info_rec

Line 2326: ghr_history_fetch.fetch_positionei(

2322: l_user_table_id := ghr_pay_calc.get_user_table_id (p_pa_request_rec.to_position_id
2323: ,NVL(p_pa_request_rec.effective_date,TRUNC(sysdate)) );
2324: --Start of the Bug 3604377
2325: -- Retive the Grade info from the POI history table
2326: ghr_history_fetch.fetch_positionei(
2327: p_position_id => p_pa_request_rec.to_position_id,
2328: p_information_type => 'GHR_US_POS_VALID_GRADE',
2329: p_date_effective => NVL(p_pa_request_rec.effective_date,TRUNC(sysdate)),
2330: p_pos_ei_data => l_pos_ei_grade_data);