DBA Data[Home] [Help]

APPS.PER_VACANCY_SWI dependencies on PER_VACANCY_API

Line 111: per_vacancy_api.create_vacancy

107: );
108: --
109: -- Call API
110: --
111: per_vacancy_api.create_vacancy
112: (p_validate => l_validate
113: ,p_effective_date => p_effective_date
114: ,p_requisition_id => p_requisition_id
115: ,p_date_from => p_date_from

Line 283: per_vacancy_api.delete_vacancy

279: --
280: --
281: -- Call API
282: --
283: per_vacancy_api.delete_vacancy
284: (p_validate => l_validate
285: ,p_object_version_number => p_object_version_number
286: ,p_vacancy_id => p_vacancy_id
287: );

Line 437: per_vacancy_api.update_vacancy

433: --
434: --
435: -- Call API
436: --
437: per_vacancy_api.update_vacancy
438: (p_validate => l_validate
439: ,p_effective_date => p_effective_date
440: ,p_vacancy_id => p_vacancy_id
441: ,p_object_version_number => p_object_version_number