DBA Data[Home] [Help]

APPS.IRC_IVC_UPD dependencies on IRC_VACANCY_CONSIDERATIONS

Line 68: -- Update the irc_vacancy_considerations Row

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

Line 70: update irc_vacancy_considerations

66: --
67: --
68: -- Update the irc_vacancy_considerations Row
69: --
70: update irc_vacancy_considerations
71: set
72: party_id = p_rec.party_id
73: ,consideration_status = p_rec.consideration_status
74: ,object_version_number = p_rec.object_version_number

Line 212: (p_module_name => 'IRC_VACANCY_CONSIDERATIONS'

208: --
209: when hr_api.cannot_find_prog_unit then
210: --
211: hr_api.cannot_find_prog_unit_error
212: (p_module_name => 'IRC_VACANCY_CONSIDERATIONS'
213: ,p_hook_type => 'AU');
214: --
215: end;
216: --