DBA Data[Home] [Help]

APPS.IRC_ISC_UPDATE SQL Statements

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

Line: 30

        update irc_search_criteria
        set keywords = ''
        where search_criteria_id = l_data.search_criteria_id;
Line: 37

end update_keywords;