DBA Data[Home] [Help]

APPS.IRC_CMT_UPD dependencies on IRC_COMM_TOPICS

Line 68: -- Update the irc_comm_topics Row

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

Line 70: update irc_comm_topics

66: --
67: --
68: -- Update the irc_comm_topics Row
69: --
70: update irc_comm_topics
71: set
72: communication_topic_id = p_rec.communication_topic_id
73: ,communication_id = p_rec.communication_id
74: ,subject = p_rec.subject

Line 218: (p_module_name => 'IRC_COMM_TOPICS'

214: --
215: when hr_api.cannot_find_prog_unit then
216: --
217: hr_api.cannot_find_prog_unit_error
218: (p_module_name => 'IRC_COMM_TOPICS'
219: ,p_hook_type => 'AU');
220: --
221: end;
222: --