DBA Data[Home] [Help]

APPS.GHR_MRE_PKG dependencies on GHR_HISTORY_FETCH

Line 1227: ghr_history_fetch.fetch_asgei

1223: -------------Added by Dinkar for creation of 52s-----------------------
1224:
1225: pr('Bef hist fetch');
1226: BEGIN
1227: ghr_history_fetch.fetch_asgei
1228: ( p_assignment_id => l_assignment_id,
1229: p_information_type => 'GHR_US_ASG_NON_SF52',
1230: p_DATE_effective => l_effective_DATE,
1231: p_asg_ei_data => l_asg_extra_info_rec

Line 1478: ghr_history_fetch.fetch_positionei

1474: NOT IN ('DELETED','FROZEN','ELIMINATED') THEN
1475: --End Bug# 13684234
1476:
1477: l_position_id := per.position_id;
1478: ghr_history_fetch.fetch_positionei
1479: (p_position_id => l_position_id
1480: ,p_information_type => 'GHR_US_POS_VALID_GRADE'
1481: ,p_DATE_effective => l_effective_DATE
1482: ,p_pos_ei_data => l_pos_valid_grade_ei_data

Line 1814: ghr_history_fetch.fetch_positionei

1810: -- Getting Pos group2 data.
1811:
1812: --BUG #13872029 Added Exception procedure wise
1813: BEGIN
1814: ghr_history_fetch.fetch_positionei
1815: (p_position_id => l_new_position_id
1816: ,p_information_type => 'GHR_US_POS_GRP2'
1817: ,p_DATE_effective => l_effective_DATE
1818: ,p_pos_ei_data => l_pos_ei_data_rec);

Line 2403: ghr_history_fetch.fetch_positionei

2399: ELSE
2400: l_eff_DATE := p_effective_DATE;
2401: END IF;
2402:
2403: ghr_history_fetch.fetch_positionei
2404: (p_position_id => p_position_id
2405: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
2406: ,p_DATE_effective => l_eff_DATE
2407: ,p_pos_ei_data => l_pos_ei_data);

Line 2551: ghr_history_fetch.fetch_positionei

2547: ELSE
2548: l_eff_DATE := p_effective_DATE;
2549: END IF;
2550:
2551: ghr_history_fetch.fetch_positionei
2552: (p_position_id => p_position_id
2553: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
2554: ,p_DATE_effective => l_eff_DATE
2555: ,p_pos_ei_data => l_pos_ei_data);

Line 2849: ghr_history_fetch.fetch_positionei

2845: BEGIN
2846: g_proc := 'get_pos_grp1_ddf';
2847:
2848: hr_utility.set_location('Entering ' || l_proc,5);
2849: ghr_history_fetch.fetch_positionei
2850: (p_position_id => p_position_id
2851: ,p_information_type => 'GHR_US_POS_GRP1'
2852: ,p_DATE_effective => p_effective_DATE
2853: ,p_pos_ei_data => p_pos_ei_data

Line 2898: ghr_history_fetch.fetch_positionei

2894:
2895: BEGIN
2896: g_proc := 'get_pos_grp2_ddf';
2897: hr_utility.set_location('Entering ' || l_proc,5);
2898: ghr_history_fetch.fetch_positionei
2899: (p_position_id => p_position_id
2900: ,p_information_type => 'GHR_US_POS_GRP2'
2901: ,p_DATE_effective => p_effective_DATE
2902: ,p_pos_ei_data => l_pos_ei_data

Line 3135: ghr_history_fetch.fetch_positionei

3131: l_eff_DATE := p_effective_DATE;
3132:
3133: pr(l_proc||'---> before fetch pos ei');
3134:
3135: ghr_history_fetch.fetch_positionei
3136: (p_position_id => p_position_id
3137: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
3138: ,p_DATE_effective => l_eff_DATE
3139: ,p_pos_ei_data => l_pos_ei_data);

Line 3638: ghr_history_fetch.fetch_positionei

3634:
3635: exit;
3636: END loop;
3637:
3638: ghr_history_fetch.fetch_positionei
3639: (p_position_id => p_position_id
3640: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
3641: ,p_DATE_effective => l_eff_DATE
3642: ,p_pos_ei_data => l_pos_ei_data);

Line 3907: ghr_history_fetch.fetch_positionei

3903: l_eff_DATE := p_effective_DATE;
3904: END IF;
3905:
3906: -- Bug#2944091 Instead of trunc(sysDATE) , l_eff_DATE is passed.
3907: ghr_history_fetch.fetch_positionei
3908: (p_position_id => p_position_id
3909: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
3910: ,p_DATE_effective => l_eff_DATE
3911: ,p_pos_ei_data => l_pos_ei_data);

Line 3992: ghr_history_fetch.fetch_positionei

3988: ELSE
3989: l_eff_DATE := p_effective_DATE;
3990: END IF;
3991:
3992: ghr_history_fetch.fetch_positionei
3993: (p_position_id => p_position_id
3994: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
3995: ,p_DATE_effective => l_eff_DATE
3996: ,p_pos_ei_data => l_pos_ei_data);