DBA Data[Home] [Help]

APPS.PER_VAC_UPD dependencies on PER_ALL_VACANCIES

Line 68: -- Update the per_all_vacancies Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: per_vac_shd.g_api_dml := true; -- Set the dml status
67: --
68: -- Update the per_all_vacancies Row
69: --
70: update per_all_vacancies
71: set
72: vacancy_id = p_rec.vacancy_id

Line 70: update per_all_vacancies

66: per_vac_shd.g_api_dml := true; -- Set the dml status
67: --
68: -- Update the per_all_vacancies Row
69: --
70: update per_all_vacancies
71: set
72: vacancy_id = p_rec.vacancy_id
73: ,business_group_id = p_rec.business_group_id
74: ,position_id = p_rec.position_id

Line 445: (p_module_name => 'PER_ALL_VACANCIES'

441: --
442: when hr_api.cannot_find_prog_unit then
443: --
444: hr_api.cannot_find_prog_unit_error
445: (p_module_name => 'PER_ALL_VACANCIES'
446: ,p_hook_type => 'AU');
447: --
448: end;
449: --