DBA Data[Home] [Help]

SYSTEM.AD_APPS_PRIVATE dependencies on DBA_QUEUE_TABLES

Line 1576: from dba_queue_tables

1572: and iot_name is null
1573: and table_name not like '%$%'
1574: minus
1575: select queue_table object_name, 'TABLE ' object_type
1576: from dba_queue_tables
1577: where owner= upper(base_schema)
1578: and queue_table not like '%$%')
1579: union all
1580: select sequence_name object_name, 'SEQUENCE' object_type

Line 1593: from dba_queue_tables

1589: and iot_name is null
1590: and table_name not like '%$%'
1591: minus
1592: select queue_table object_name, 'TABLE ' object_type
1593: from dba_queue_tables
1594: where owner= upper(base_schema)
1595: and queue_table not like '%$%')
1596: minus
1597: select ds.synonym_name object_name, 'TABLE ' object_type