DBA Data[Home] [Help]

APPS.GHR_LACS_REMARKS dependencies on GHR_HISTORY_FETCH

Line 82: ghr_history_fetch.fetch_positionei

78:
79: -- Fetch GHR_US_POS_VALID_GRADE information
80: l_location := 'Apply_894_Rules:Fetch_Data:' ||
81: 'Fetching GHR_US_POS_VALID_GRADE info';
82: ghr_history_fetch.fetch_positionei
83: (p_position_id => g_position_id,
84: p_information_type => 'GHR_US_POS_VALID_GRADE',
85: p_date_effective => g_requests_rec.effective_date,
86: p_pos_ei_data => l_pos_extra_info_rec);

Line 102: ghr_history_fetch.fetch_positionei

98: hr_utility.set_location('Pay Table ID Aft Calc Pay Table'||g_pay_table_id,50);
99: -- Bug#4901888 End
100: l_location := 'Apply_894_Rules:Fetch_Data:Fetching Extra Information';
101: -- Fetch GHR_US_POS_GRP2 information
102: ghr_history_fetch.fetch_positionei
103: (p_position_id => g_position_id,
104: p_information_type => 'GHR_US_POS_GRP2',
105: p_date_effective => g_requests_rec.effective_date,
106: p_pos_ei_data => l_pos_extra_info_rec);