DBA Data[Home] [Help]

APPS.IRC_RAV_UPD dependencies on IRC_VAC_REC_AREA_VALUES

Line 68: -- Update the irc_vac_rec_area_values Row

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

Line 70: update irc_vac_rec_area_values

66: irc_rav_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the irc_vac_rec_area_values Row
69: --
70: update irc_vac_rec_area_values
71: set
72: vac_rec_area_id = p_rec.vac_rec_area_id
73: ,vacancy_id = p_rec.vacancy_id
74: ,hierarchy_version_id = p_rec.hierarchy_version_id

Line 218: (p_module_name => 'IRC_VAC_REC_AREA_VALUES'

214: --
215: when hr_api.cannot_find_prog_unit then
216: --
217: hr_api.cannot_find_prog_unit_error
218: (p_module_name => 'IRC_VAC_REC_AREA_VALUES'
219: ,p_hook_type => 'AU');
220: --
221: end;
222: --