DBA Data[Home] [Help]

APPS.RG_CONTENT_OVERRIDES_PKG SQL Statements

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

Line: 27

     select 1 into dummy from dual
     where not exists
       (select 1 from rg_report_content_overrides
        where override_seq = X_override_seq
          and content_set_id = X_content_set_id
          and ((x_rowid IS NULL) OR (rowid <> x_rowid)));