DBA Data[Home] [Help]

APPS.GHR_PER_ALL_PEOPLE_F_AFIUD dependencies on GHR_HISTORY_CONV_RG

Line 16: ghr_history_conv_rg.conv_to_people_rg (

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

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

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

Line 247: ghr_history_conv_rg.conv_people_rg_to_hist_rg(

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