DBA Data[Home] [Help]

APPS.GHR_MTO_PKG dependencies on GHR_HISTORY_FETCH

Line 1319: ghr_history_fetch.fetch_positionei

1315: );
1316:
1317: --Bug # 7533027 Added to fetch the grade id for vacant position
1318: --from extra information
1319: ghr_history_fetch.fetch_positionei
1320: (p_position_id => l_position_id
1321: ,p_information_type => 'GHR_US_POS_VALID_GRADE'
1322: ,p_date_effective => l_effective_date
1323: ,p_pos_ei_data => l_pos_ei_grade_data

Line 1893: ghr_history_fetch.fetch_positionei

1889: else
1890: l_eff_date := p_effective_date;
1891: end if;
1892:
1893: ghr_history_fetch.fetch_positionei
1894: (p_position_id => p_position_id
1895: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
1896: ,p_date_effective => l_eff_date
1897: ,p_pos_ei_data => l_pos_ei_data);

Line 1982: ghr_history_fetch.fetch_positionei

1978: else
1979: l_eff_date := p_effective_date;
1980: end if;
1981:
1982: ghr_history_fetch.fetch_positionei
1983: (p_position_id => p_position_id
1984: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
1985: ,p_date_effective => p_effective_date
1986: ,p_pos_ei_data => l_pos_ei_data);

Line 2183: ghr_history_fetch.fetch_positionei

2179: l_pos_ei_data := p_pos_ei_data;
2180:
2181: hr_utility.set_location('Entering ' || l_proc,5);
2182: g_proc := 'get_pos_grp1_ddf';
2183: ghr_history_fetch.fetch_positionei
2184: (p_position_id => p_position_id
2185: ,p_information_type => 'GHR_US_POS_GRP1'
2186: ,p_date_effective => p_effective_date
2187: ,p_pos_ei_data => l_pos_ei_data

Line 2247: ghr_history_fetch.fetch_positionei

2243: l_pos_ei_data := p_pos_ei_data;
2244:
2245: hr_utility.set_location('Entering ' || l_proc,5);
2246: g_proc := 'get_pos_grp2_ddf';
2247: ghr_history_fetch.fetch_positionei
2248: (p_position_id => p_position_id
2249: ,p_information_type => 'GHR_US_POS_GRP2'
2250: ,p_date_effective => p_effective_date
2251: ,p_pos_ei_data => l_pos_ei_data

Line 2310: ghr_history_fetch.fetch_positionei

2306: -- NOCOPY Changes
2307: hr_utility.set_location('Entering ' || l_proc,5);
2308:
2309: l_eff_date := p_effective_date;
2310: ghr_history_fetch.fetch_positionei
2311: (p_position_id => p_position_id
2312: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
2313: ,p_date_effective => l_eff_date
2314: ,p_pos_ei_data => l_pos_ei_data);

Line 2825: ghr_history_fetch.fetch_positionei

2821: l_proc varchar2(72) := g_package || '.upd_ext_info_api';
2822: begin
2823:
2824: g_proc := 'upd_ext_info_to_null';
2825: ghr_history_fetch.fetch_positionei
2826: (p_position_id => p_position_id
2827: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
2828: ,p_date_effective => trunc(sysdate)
2829: ,p_pos_ei_data => l_pos_ei_data);

Line 2883: ghr_history_fetch.fetch_peopleei

2879: l_eff_date := p_effective_date;
2880: end if;
2881: -- VSM - Changes Bug # 752015 changed p_information type from
2882: -- GHR_US_PER_SEPARATE_RETIRE to GHR_US_PER_MASS_ACTIONS
2883: ghr_history_fetch.fetch_peopleei
2884: (p_person_id => p_person_id
2885: ,p_information_type => 'GHR_US_PER_MASS_ACTIONS'
2886: ,p_date_effective => l_eff_date
2887: ,p_per_ei_data => l_per_ei_data);

Line 2931: ghr_history_fetch.fetch_peopleei

2927: end if;
2928:
2929: -- VSM - Changes Bug # 752015 changed p_information type from
2930: -- GHR_US_PER_SEPARATE_RETIRE to GHR_US_PER_MASS_ACTIONS
2931: ghr_history_fetch.fetch_peopleei
2932: (p_person_id => p_person_id
2933: ,p_information_type => 'GHR_US_PER_MASS_ACTIONS'
2934: ,p_date_effective => trunc(l_eff_date)
2935: ,p_per_ei_data => l_per_ei_data);

Line 3033: ghr_history_fetch.fetch_peopleei

3029: l_proc varchar2(72) := g_package || '.upd_per_extra_info_to_null';
3030: begin
3031:
3032: g_proc := 'upd_per_extra_info_to_null';
3033: ghr_history_fetch.fetch_peopleei
3034: (p_person_id => p_person_id
3035: ,p_information_type => 'GHR_US_PER_MASS_ACTIONS'
3036: ,p_date_effective => trunc(sysdate)
3037: ,p_per_ei_data => l_per_ei_data);