DBA Data[Home] [Help]

APPS.GHR_HR_ALL_POSITIONS_F_AFIUD dependencies on GHR_HISTORY_CONV_RG

Line 13: ghr_history_conv_rg.conv_to_position_rg(

9: l_proc varchar2(40):='hr_all_positions_f_afiud';
10:
11: PROCEDURE get_old_position_data( p_old_position_record in out NOCOPY hr_all_positions_f%rowtype) is
12: BEGIN
13: ghr_history_conv_rg.conv_to_position_rg(
14: p_position_id => :old.position_id,
15: p_effective_start_date => :old.effective_start_date,
16: p_effective_end_date => :old.effective_end_date,
17: p_availability_status_id => :old.availability_status_id,

Line 192: ghr_history_conv_rg.conv_position_rg_to_hist_rg( p_position_data => l_old_position_data,

188: :new.effective_end_date
189: THEN
190: hr_utility.set_location( l_proc , 140);
191: get_old_position_data(l_old_position_data);
192: ghr_history_conv_rg.conv_position_rg_to_hist_rg( p_position_data => l_old_position_data,
193: p_history_data => l_old_position_hist_data);
194: -- For core forms effective date must be set to effective start date.
195: -- Currently this is not set correctly thru core form. As it sets the
196: -- effective date to session date.

Line 241: ghr_history_conv_rg.conv_position_rg_to_hist_rg( p_position_data => l_old_position_data,

237: NULL;
238: ELSE
239: hr_utility.set_location('sf50 Updating '|| l_proc , 20);
240: get_old_position_data(l_old_position_data);
241: ghr_history_conv_rg.conv_position_rg_to_hist_rg( p_position_data => l_old_position_data,
242: p_history_data => l_old_position_hist_data);
243: ghr_history_api.set_operation_info(
244: p_table_name => ghr_history_api.g_posn_table,
245: p_program_name => l_session_var.program_name,