DBA Data[Home] [Help]

APPS.IRC_IAV_UPD dependencies on IRC_AGENCY_VACANCIES

Line 68: -- Update the irc_agency_vacancies Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the irc_agency_vacancies Row
69: --
70: update irc_agency_vacancies
71: set
72: agency_vacancy_id = p_rec.agency_vacancy_id

Line 70: update irc_agency_vacancies

66: --
67: --
68: -- Update the irc_agency_vacancies Row
69: --
70: update irc_agency_vacancies
71: set
72: agency_vacancy_id = p_rec.agency_vacancy_id
73: ,agency_id = p_rec.agency_id
74: ,vacancy_id = p_rec.vacancy_id

Line 386: (p_module_name => 'IRC_AGENCY_VACANCIES'

382: --
383: when hr_api.cannot_find_prog_unit then
384: --
385: hr_api.cannot_find_prog_unit_error
386: (p_module_name => 'IRC_AGENCY_VACANCIES'
387: ,p_hook_type => 'AU');
388: --
389: end;
390: --