DBA Data[Home] [Help]

APPS.IRC_CMR_BUS dependencies on IRC_COMM_TOPICS

Line 281: l_comm_object_id irc_comm_topics.communication_topic_id%type;

277: p_communication_object_id in irc_comm_recipients.communication_object_id%type
278: ) is
279: --
280: l_proc varchar2(72) := g_package||'chk_communication_object';
281: l_comm_object_id irc_comm_topics.communication_topic_id%type;
282: --
283: cursor csr_comm_topic is
284: select communication_topic_id
285: from irc_comm_topics

Line 285: from irc_comm_topics

281: l_comm_object_id irc_comm_topics.communication_topic_id%type;
282: --
283: cursor csr_comm_topic is
284: select communication_topic_id
285: from irc_comm_topics
286: where communication_topic_id = p_communication_object_id;
287: --
288: Begin
289: --