DBA Data[Home] [Help]

APPS.GHR_POSNDT_API dependencies on HR_POSITION_API

Line 208: hr_position_api.create_position

204:
205: ghr_Session.set_session_var_for_core
206: (p_effective_date => p_date_effective);
207: --
208: hr_position_api.create_position
209: (
210: p_position_id => l_position_id
211: ,p_effective_start_date => l_effective_start_date
212: ,p_effective_end_date => l_effective_end_date

Line 625: hr_position_api.update_position

621: ghr_Session.set_session_var_for_core
622: (p_effective_date => p_date_effective);
623:
624: -- Calling update position API
625: hr_position_api.update_position
626: (p_validate => FALSE
627: ,p_position_id => p_position_id
628: ,p_effective_start_date => l_effective_start_date
629: ,p_effective_end_date => l_effective_end_date