DBA Data[Home] [Help]

APPS.PER_VACANCY_SWI dependencies on PER_VACANCY_API

Line 112: per_vacancy_api.create_vacancy

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

Line 285: per_vacancy_api.delete_vacancy

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

Line 440: per_vacancy_api.update_vacancy

436: --
437: --
438: -- Call API
439: --
440: per_vacancy_api.update_vacancy
441: (p_validate => l_validate
442: ,p_effective_date => p_effective_date
443: ,p_vacancy_id => p_vacancy_id
444: ,p_object_version_number => p_object_version_number