DBA Data[Home] [Help]

APPS.IRC_CMM_UPD dependencies on IRC_COMM_MESSAGES

Line 68: -- Update the irc_comm_messages Row

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

Line 70: update irc_comm_messages

66: --
67: --
68: -- Update the irc_comm_messages Row
69: --
70: update irc_comm_messages
71: set
72: communication_message_id = p_rec.communication_message_id
73: ,parent_id = p_rec.parent_id
74: ,communication_topic_id = p_rec.communication_topic_id

Line 253: (p_module_name => 'IRC_COMM_MESSAGES'

249: --
250: when hr_api.cannot_find_prog_unit then
251: --
252: hr_api.cannot_find_prog_unit_error
253: (p_module_name => 'IRC_COMM_MESSAGES'
254: ,p_hook_type => 'AU');
255: --
256: end;
257: --