DBA Data[Home] [Help]

APPS.GHR_MTO_PKG dependencies on GHR_SESSION

Line 2895: ghr_session.set_session_var_for_core( p_position_data_rec.effective_end_date );

2891: l_proc varchar2(30):='update_position_info';
2892: Begin
2893: hr_utility.set_location('Entering ' || l_proc, 10);
2894: g_proc := 'update_position_info';
2895: ghr_session.set_session_var_for_core( p_position_data_rec.effective_end_date );
2896: ghr_sf52_pos_update.update_position_info
2897: ( p_pos_data_rec => p_position_data_rec);
2898: hr_utility.set_location('Calling Pust_update_process ' || l_proc, 50);
2899: g_proc := 'post_update_process';