DBA Data[Home] [Help]

APPS.GHR_HISTORY_CASCADE dependencies on GHR_SF52_POS_UPDATE

Line 2536: l_position_data_rec ghr_sf52_pos_update.position_data_rec_type;

2532: where position_id = cp_position_id
2533: and effective_start_date = cp_eff_st_dt;
2534:
2535: l_posn_data hr_all_positions_f%rowtype;
2536: l_position_data_rec ghr_sf52_pos_update.position_data_rec_type;
2537: l_proc varchar2(30):='Correct_posn_Row';
2538: l_datetrack_mode varchar2(30):=hr_api.g_correction;
2539: l_date2 hr_all_positions_f.effective_start_date%type;
2540:

Line 2702: ghr_sf52_pos_update.update_position_info

2698: -- Assigning l_date1 instaed of p_posn_data.effective_start date because of nocopy changes
2699: l_position_data_rec.effective_date := l_date2;
2700: hr_utility.set_location(l_proc || 'change in data element-pos ' || p_posn_data.job_id,15);
2701:
2702: ghr_sf52_pos_update.update_position_info
2703: (p_pos_data_rec => l_position_data_rec
2704: );
2705:
2706: hr_utility.set_location( 'Leaving : ' || l_proc, 20);