DBA Data[Home] [Help]

APPS.FND_IMP_CONV_PKG dependencies on ALL_OBJECTS

Line 129: from all_objects

125:
126: PROCEDURE uninstall IS
127: CURSOR drop_lst IS
128: select 'drop '||object_type||' '||owner||'.'||object_name
129: from all_objects
130: where object_name like 'FND_IMP_%'
131: and object_type IN ('TABLE', 'VIEW', 'SYNONYM')
132: and owner IN ('APPS', 'APPLSYS');
133: clean_cmd VARCHAR2(300);