DBA Data[Home] [Help]

APPS.GHR_MASS_SEL_NOA dependencies on GHR_HISTORY_FETCH

Line 141: ghr_history_fetch.fetch_peopleei

137:
138: pr ('Inside '|| l_proc, to_char (p_person_id));
139: l_ind := 10;
140:
141: ghr_history_fetch.fetch_peopleei
142: (p_person_id => p_person_id
143: , p_information_type => 'GHR_US_PER_MASS_ACTIONS'
144: , p_date_effective => p_effective_date
145: , p_per_ei_data => l_per_ei_data);

Line 273: ghr_history_fetch.fetch_peopleei

269: g_proc := 'get_extra_info_comments';
270: hr_utility.set_location ('Entering ' || l_proc, 5);
271: l_eff_date := p_effective_date;
272:
273: ghr_history_fetch.fetch_peopleei
274: (p_person_id => p_person_id
275: , p_information_type => 'GHR_US_PER_MASS_ACTIONS'
276: , p_date_effective => l_eff_date
277: , p_per_ei_data => l_per_ei_data);

Line 383: ghr_history_fetch.fetch_peopleei

379: l_rpa_nte_date := fnd_date.canonical_to_date(l_cur_rpa_dtl.first_noa_information1);
380: END LOOP;
381: --Begin Bug# 14403219
382: IF p_noa_action IN ('471') THEN
383: ghr_history_fetch.fetch_peopleei
384: (p_person_id => p_person_id
385: , p_information_type => 'GHR_US_PER_GROUP1'
386: , p_date_effective => p_effective_date - 1
387: , p_per_ei_data => l_pei_extra_info);

Line 402: ghr_history_fetch.fetch_peopleei

398: l_employment_type := 'T';
399: ELSIF (l_rpa_nte_date-l_rpa_eff_date)>30 THEN
400: l_employment_type := 'F';
401: ELSE
402: ghr_history_fetch.fetch_peopleei
403: (p_person_id => p_person_id
404: , p_information_type => 'GHR_US_PER_GROUP1'
405: , p_date_effective => p_effective_date - 1
406: , p_per_ei_data => l_pei_extra_info);

Line 1009: ghr_history_fetch.fetch_asgei

1005: END;
1006: IF g_mcal_flag THEN
1007: l_temp_noa_code := p_can_noa_code;
1008: ELSE
1009: ghr_history_fetch.fetch_asgei
1010: (p_assignment_id => p_assignment_id,
1011: p_information_type => 'GHR_US_ASG_NON_SF52',
1012: p_date_effective => p_effective_date,
1013: p_asg_ei_data => l_asg_extra_info_rec

Line 1046: ghr_history_fetch.fetch_peopleei

1042: for asg_stat_rec in c_user_status loop
1043: l_old_assignment_status := asg_stat_rec.user_status;
1044: end loop;
1045:
1046: ghr_history_fetch.fetch_peopleei
1047: (p_person_id => p_person_id
1048: , p_information_type => 'GHR_US_PER_GROUP1'
1049: , p_date_effective => p_effective_date
1050: , p_per_ei_data => l_pei_extra_info);

Line 1077: ghr_history_fetch.fetch_asgei

1073: END IF;
1074: END IF;
1075: IF l_noa_code NOT IN ('792','800') THEN
1076:
1077: ghr_history_fetch.fetch_asgei
1078: (p_assignment_id => p_assignment_id,
1079: p_information_type => 'GHR_US_ASG_NTE_DATES',
1080: p_date_effective => p_effective_date,
1081: p_asg_ei_data => l_asg_extra_info_rec

Line 1350: ghr_history_fetch.fetch_peopleei

1346: ELSE
1347: l_eff_date := p_effective_date;
1348: END IF;
1349:
1350: ghr_history_fetch.fetch_peopleei
1351: (p_person_id => p_person_id
1352: , p_information_type => 'GHR_US_PER_MASS_ACTIONS'
1353: , p_date_effective => l_eff_date
1354: , p_per_ei_data => l_per_ei_data);

Line 1462: ghr_history_fetch.fetch_positionei

1458: g_proc := 'get_pos_grp1_ddf';
1459:
1460: hr_utility.set_location ('Entering '|| l_proc, 5);
1461:
1462: ghr_history_fetch.fetch_positionei
1463: (p_position_id => p_position_id
1464: , p_information_type => 'GHR_US_POS_GRP1'
1465: , p_date_effective => p_effective_date
1466: , p_pos_ei_data => p_pos_ei_data);

Line 2081: ghr_history_fetch.fetch_positionei

2077: l_position_seq_no := ghr_api.get_position_sequence_no_pos
2078: (p_position_id => l_position_id
2079: , p_business_group_id => l_business_group_id);
2080:
2081: ghr_history_fetch.fetch_positionei
2082: (p_position_id => l_position_id
2083: , p_information_type => 'GHR_US_POS_VALID_GRADE'
2084: , p_date_effective => l_effective_date
2085: , p_pos_ei_data => l_pos_valid_grade_ei_data);

Line 3365: ghr_history_fetch.fetch_asgei

3361: l_pay_basis := NULL;
3362: l_elig_flag := FALSE;
3363: l_org_name := ghr_mre_pkg.get_organization_name (per.organization_id);
3364: l_asg_extra_info_rec := null;
3365: ghr_history_fetch.fetch_asgei
3366: (p_assignment_id => per.assignment_id,
3367: p_information_type => 'GHR_US_ASG_NON_SF52',
3368: p_date_effective => l_effective_date,
3369: p_asg_ei_data => l_asg_extra_info_rec