DBA Data[Home] [Help]

APPS.IRC_CMT_SHD SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 53

    select
       communication_topic_id
      ,communication_id
      ,subject
      ,status
      ,object_version_number
    from        irc_comm_topics
    where       communication_topic_id = p_communication_topic_id;
Line: 123

    select
       communication_topic_id
      ,communication_id
      ,subject
      ,status
      ,object_version_number
    from        irc_comm_topics
    where       communication_topic_id = p_communication_topic_id
    for update nowait;