DBA Data[Home] [Help]

APPS.FND_IMP_CONV_PKG SQL Statements

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

Line: 128

        select 'drop '||object_type||' '||owner||'.'||object_name
                from all_objects
                where object_name like 'FND_IMP_%'
                  and object_type IN ('TABLE', 'VIEW', 'SYNONYM')
                  and owner IN ('APPS', 'APPLSYS');