DBA Data[Home] [Help]

APPS.GHR_HISTORY_CASCADE dependencies on GHR_SF52_POS_UPDATE

Line 2562: l_position_data_rec ghr_sf52_pos_update.position_data_rec_type;

2558: where position_id = cp_position_id
2559: and effective_start_date = cp_eff_st_dt;
2560:
2561: l_posn_data hr_all_positions_f%rowtype;
2562: l_position_data_rec ghr_sf52_pos_update.position_data_rec_type;
2563: l_proc varchar2(30):='Correct_posn_Row';
2564: l_datetrack_mode varchar2(30):=hr_api.g_correction;
2565: l_date2 hr_all_positions_f.effective_start_date%type;
2566:

Line 2728: ghr_sf52_pos_update.update_position_info

2724: -- Assigning l_date1 instaed of p_posn_data.effective_start date because of nocopy changes
2725: l_position_data_rec.effective_date := l_date2;
2726: hr_utility.set_location(l_proc || 'change in data element-pos ' || p_posn_data.job_id,15);
2727:
2728: ghr_sf52_pos_update.update_position_info
2729: (p_pos_data_rec => l_position_data_rec
2730: );
2731:
2732: hr_utility.set_location( 'Leaving : ' || l_proc, 20);