DBA Data[Home] [Help]

APPS.GHR_PER_ALL_PEOPLE_F_AFIUD dependencies on GHR_HISTORY_CONV_RG

Line 17: ghr_history_conv_rg.conv_to_people_rg (

13: --Initilization for NOCOPY Changes
14: --
15: v_old_people_record := p_old_people_record;
16:
17: ghr_history_conv_rg.conv_to_people_rg (
18: p_person_id => :old.person_id ,
19: p_effective_start_date => :old.effective_start_date ,
20: p_effective_end_date => :old.effective_end_date ,
21: p_business_group_id => :old.business_group_id ,

Line 198: ghr_history_conv_rg.conv_people_rg_to_hist_rg( p_people_data => l_old_people_data,

194: IF l_session_date between :new.effective_start_date and
195: :new.effective_end_date THEN
196: hr_utility.set_location( l_proc , 140);
197: get_old_people_data(l_old_people_data);
198: ghr_history_conv_rg.conv_people_rg_to_hist_rg( p_people_data => l_old_people_data,
199: p_history_data => l_old_people_hist_data);
200:
201: -- For core forms effective date must be set to effective start date.
202: -- Currently this is not set correctly thru core form. As it sets the

Line 248: ghr_history_conv_rg.conv_people_rg_to_hist_rg(

244: ELSE
245: hr_utility.set_location('sf50 Updating '|| l_proc , 20);
246: get_old_people_data (l_old_people_data);
247:
248: ghr_history_conv_rg.conv_people_rg_to_hist_rg(
249: p_people_data => l_old_people_data,
250: p_history_data => l_old_people_hist_data);
251:
252: ghr_history_api.set_operation_info(