DBA Data[Home] [Help]

APPS.GHR_MLC_PKG dependencies on GHR_HISTORY_FETCH

Line 2366: ghr_history_fetch.fetch_positionei

2362: hr_utility.set_location('Available status ' || HR_GENERAL.DECODE_AVAILABILITY_STATUS(l_avail_status_id) || l_proc,37);
2363: l_position_id := un_per.position_id;
2364: hr_utility.set_location('position id is ' || to_char(l_position_id) || l_proc,40);
2365:
2366: ghr_history_fetch.fetch_positionei
2367: (p_position_id => l_position_id
2368: ,p_information_type => 'GHR_US_POS_VALID_GRADE'
2369: ,p_DATE_effective => l_effective_DATE
2370: ,p_pos_ei_data => l_pos_valid_grade_ei_data

Line 3131: ghr_history_fetch.fetch_peopleei

3127: g_proc := 'update_sel_flg';
3128: hr_utility.set_location('Entering ' || l_proc,5);
3129: pr('Inside '||l_proc,to_char(p_person_id));
3130: l_ind := 10;
3131: ghr_history_fetch.fetch_peopleei
3132: (p_person_id => p_person_id
3133: ,p_information_type => 'GHR_US_PER_MASS_ACTIONS'
3134: ,p_date_effective => p_effective_date
3135: ,p_per_ei_data => l_per_ei_data);

Line 3253: ghr_history_fetch.fetch_peopleei

3249: end if;
3250: */
3251: l_eff_date := p_effective_date;
3252:
3253: ghr_history_fetch.fetch_peopleei
3254: (p_person_id => p_person_id
3255: ,p_information_type => 'GHR_US_PER_MASS_ACTIONS'
3256: ,p_date_effective => l_eff_date
3257: ,p_per_ei_data => l_per_ei_data);

Line 3316: ghr_history_fetch.fetch_peopleei

3312: else
3313: l_eff_date := p_effective_date;
3314: end if;
3315:
3316: ghr_history_fetch.fetch_peopleei
3317: (p_person_id => p_person_id
3318: ,p_information_type => 'GHR_US_PER_MASS_ACTIONS'
3319: ,p_date_effective => l_eff_date
3320: ,p_per_ei_data => l_per_ei_data);

Line 3854: ghr_history_fetch.fetch_positionei

3850:
3851: begin
3852: g_proc := 'get_pos_grp1_ddf';
3853: hr_utility.set_location('Entering ' || l_proc,5);
3854: ghr_history_fetch.fetch_positionei
3855: (p_position_id => p_position_id
3856: ,p_information_type => 'GHR_US_POS_GRP1'
3857: ,p_date_effective => p_effective_date
3858: ,p_pos_ei_data => p_pos_ei_data

Line 4993: ghr_history_fetch.fetch_positionei

4989: ELSE
4990: l_eff_DATE := p_effective_DATE;
4991: END IF;
4992:
4993: ghr_history_fetch.fetch_positionei
4994: (p_position_id => p_position_id
4995: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
4996: ,p_DATE_effective => l_eff_DATE
4997: ,p_pos_ei_data => l_pos_ei_data);

Line 5186: ghr_history_fetch.fetch_positionei

5182: ELSE
5183: l_eff_DATE := p_effective_DATE;
5184: END IF;
5185:
5186: ghr_history_fetch.fetch_positionei
5187: (p_position_id => p_position_id
5188: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
5189: ,p_DATE_effective => l_eff_DATE
5190: ,p_pos_ei_data => l_pos_ei_data);

Line 5277: ghr_history_fetch.fetch_positionei

5273: l_eff_DATE := p_effective_DATE;
5274:
5275: pr(l_proc||'---> before fetch pos ei');
5276:
5277: ghr_history_fetch.fetch_positionei
5278: (p_position_id => p_position_id
5279: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
5280: ,p_DATE_effective => l_eff_DATE
5281: ,p_pos_ei_data => l_pos_ei_data);