DBA Data[Home] [Help]

APPS.CS_KB_R_CTX_PKG SQL Statements

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

Line: 39

        Select cfmt.message_id, cfmt.language, cfmt.name, cfmt.description, cfmb.message_number
        from cs_forum_messages_tl cfmt, cs_forum_messages_b cfmb
        where cfmt.rowid = p_rowid
        and cfmt.message_id = cfmb.message_id;