DBA Data[Home] [Help]

APPS.IRC_IAS_UPD dependencies on IRC_ASSIGNMENT_STATUSES

Line 68: -- Update the irc_assignment_statuses Row

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

Line 70: update irc_assignment_statuses

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

Line 235: (p_module_name => 'IRC_ASSIGNMENT_STATUSES'

231: --
232: when hr_api.cannot_find_prog_unit then
233: --
234: hr_api.cannot_find_prog_unit_error
235: (p_module_name => 'IRC_ASSIGNMENT_STATUSES'
236: ,p_hook_type => 'AU');
237: --
238: end;
239: --