DBA Data[Home] [Help]

APPS.GHR_POSITION_COPY dependencies on GHR_POSITION_API

Line 590: ghr_position_api.create_position(

586: -- Set Status to Invalid for all copies
587: l_pos_data.status := 'INVALID';
588: --
589:
590: ghr_position_api.create_position(
591: p_validate => FALSE
592: ,p_job_id => l_pos_data.job_id
593: ,p_organization_id => l_pos_data.organization_id
594: ,p_date_effective => p_effective_date_to