[Home] [Help]
64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: irc_ias_shd.g_api_dml := true; -- Set the dml status
67: --
68: -- Update the irc_assignment_statuses Row
69: --
70: update irc_assignment_statuses
71: set
72: assignment_status_id = p_rec.assignment_status_id
66: irc_ias_shd.g_api_dml := true; -- Set the dml status
67: --
68: -- Update the irc_assignment_statuses Row
69: --
70: update irc_assignment_statuses
71: set
72: assignment_status_id = p_rec.assignment_status_id
73: ,status_change_reason = p_rec.status_change_reason
74: ,object_version_number = p_rec.object_version_number
221: --
222: when hr_api.cannot_find_prog_unit then
223: --
224: hr_api.cannot_find_prog_unit_error
225: (p_module_name => 'IRC_ASSIGNMENT_STATUSES'
226: ,p_hook_type => 'AU');
227: --
228: end;
229: --