DBA Data[Home] [Help]

APPS.GHR_MTO_PKG dependencies on GHR_HISTORY_FETCH

Line 1786: ghr_history_fetch.fetch_positionei

1782: else
1783: l_eff_date := p_effective_date;
1784: end if;
1785:
1786: ghr_history_fetch.fetch_positionei
1787: (p_position_id => p_position_id
1788: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
1789: ,p_date_effective => l_eff_date
1790: ,p_pos_ei_data => l_pos_ei_data);

Line 1875: ghr_history_fetch.fetch_positionei

1871: else
1872: l_eff_date := p_effective_date;
1873: end if;
1874:
1875: ghr_history_fetch.fetch_positionei
1876: (p_position_id => p_position_id
1877: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
1878: ,p_date_effective => p_effective_date
1879: ,p_pos_ei_data => l_pos_ei_data);

Line 2076: ghr_history_fetch.fetch_positionei

2072: l_pos_ei_data := p_pos_ei_data;
2073:
2074: hr_utility.set_location('Entering ' || l_proc,5);
2075: g_proc := 'get_pos_grp1_ddf';
2076: ghr_history_fetch.fetch_positionei
2077: (p_position_id => p_position_id
2078: ,p_information_type => 'GHR_US_POS_GRP1'
2079: ,p_date_effective => p_effective_date
2080: ,p_pos_ei_data => l_pos_ei_data

Line 2140: ghr_history_fetch.fetch_positionei

2136: l_pos_ei_data := p_pos_ei_data;
2137:
2138: hr_utility.set_location('Entering ' || l_proc,5);
2139: g_proc := 'get_pos_grp2_ddf';
2140: ghr_history_fetch.fetch_positionei
2141: (p_position_id => p_position_id
2142: ,p_information_type => 'GHR_US_POS_GRP2'
2143: ,p_date_effective => p_effective_date
2144: ,p_pos_ei_data => l_pos_ei_data

Line 2203: ghr_history_fetch.fetch_positionei

2199: -- NOCOPY Changes
2200: hr_utility.set_location('Entering ' || l_proc,5);
2201:
2202: l_eff_date := p_effective_date;
2203: ghr_history_fetch.fetch_positionei
2204: (p_position_id => p_position_id
2205: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
2206: ,p_date_effective => l_eff_date
2207: ,p_pos_ei_data => l_pos_ei_data);

Line 2712: ghr_history_fetch.fetch_positionei

2708: l_proc varchar2(72) := g_package || '.upd_ext_info_api';
2709: begin
2710:
2711: g_proc := 'upd_ext_info_to_null';
2712: ghr_history_fetch.fetch_positionei
2713: (p_position_id => p_position_id
2714: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
2715: ,p_date_effective => trunc(sysdate)
2716: ,p_pos_ei_data => l_pos_ei_data);

Line 2770: ghr_history_fetch.fetch_peopleei

2766: l_eff_date := p_effective_date;
2767: end if;
2768: -- VSM - Changes Bug # 752015 changed p_information type from
2769: -- GHR_US_PER_SEPARATE_RETIRE to GHR_US_PER_MASS_ACTIONS
2770: ghr_history_fetch.fetch_peopleei
2771: (p_person_id => p_person_id
2772: ,p_information_type => 'GHR_US_PER_MASS_ACTIONS'
2773: ,p_date_effective => l_eff_date
2774: ,p_per_ei_data => l_per_ei_data);

Line 2818: ghr_history_fetch.fetch_peopleei

2814: end if;
2815:
2816: -- VSM - Changes Bug # 752015 changed p_information type from
2817: -- GHR_US_PER_SEPARATE_RETIRE to GHR_US_PER_MASS_ACTIONS
2818: ghr_history_fetch.fetch_peopleei
2819: (p_person_id => p_person_id
2820: ,p_information_type => 'GHR_US_PER_MASS_ACTIONS'
2821: ,p_date_effective => trunc(l_eff_date)
2822: ,p_per_ei_data => l_per_ei_data);

Line 2920: ghr_history_fetch.fetch_peopleei

2916: l_proc varchar2(72) := g_package || '.upd_per_extra_info_to_null';
2917: begin
2918:
2919: g_proc := 'upd_per_extra_info_to_null';
2920: ghr_history_fetch.fetch_peopleei
2921: (p_person_id => p_person_id
2922: ,p_information_type => 'GHR_US_PER_MASS_ACTIONS'
2923: ,p_date_effective => trunc(sysdate)
2924: ,p_per_ei_data => l_per_ei_data);