DBA Data[Home] [Help]

APPS.IRC_CMM_BUS dependencies on IRC_COMM_TOPICS

Line 293: from irc_comm_topics

289: l_api_updating boolean;
290: --
291: cursor csr_topic_id is
292: select 1
293: from irc_comm_topics
294: where communication_topic_id = p_topic_id;
295: --
296: --
297: Begin