DBA Data[Home] [Help]

APPS.IRC_INO_UPD dependencies on IRC_NOTES

Line 70: -- Update the irc_notes Row

66: p_rec.object_version_number := p_rec.object_version_number + 1;
67: --
68: irc_ino_shd.g_api_dml := true; -- Set the api dml status
69: --
70: -- Update the irc_notes Row
71: --
72: update irc_notes
73: set
74: note_id = p_rec.note_id

Line 72: update irc_notes

68: irc_ino_shd.g_api_dml := true; -- Set the api dml status
69: --
70: -- Update the irc_notes Row
71: --
72: update irc_notes
73: set
74: note_id = p_rec.note_id
75: ,offer_status_history_id = p_rec.offer_status_history_id
76: ,object_version_number = p_rec.object_version_number

Line 224: (p_module_name => 'IRC_NOTES'

220: --
221: when hr_api.cannot_find_prog_unit then
222: --
223: hr_api.cannot_find_prog_unit_error
224: (p_module_name => 'IRC_NOTES'
225: ,p_hook_type => 'AU');
226: --
227: end;
228: --