DBA Data[Home] [Help]

APPS.IRC_CMR_UPD dependencies on IRC_COMM_RECIPIENTS

Line 68: -- Update the irc_comm_recipients Row

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

Line 70: update irc_comm_recipients

66: --
67: --
68: -- Update the irc_comm_recipients Row
69: --
70: update irc_comm_recipients
71: set
72: communication_recipient_id = p_rec.communication_recipient_id
73: ,communication_object_type = p_rec.communication_object_type
74: ,communication_object_id = p_rec.communication_object_id

Line 238: (p_module_name => 'IRC_COMM_RECIPIENTS'

234: --
235: when hr_api.cannot_find_prog_unit then
236: --
237: hr_api.cannot_find_prog_unit_error
238: (p_module_name => 'IRC_COMM_RECIPIENTS'
239: ,p_hook_type => 'AU');
240: --
241: end;
242: --