DBA Data[Home] [Help]

APPS.AME_MIGRATION_REPORT dependencies on ALL_TABLES

Line 376: from all_tables

372: --
373: --
374: cursor c_AME_11510_Patch (table_owner varchar2) is
375: select 'Y'
376: from all_tables
377: where table_name = 'AME_ACTION_USAGES'
378: and owner = table_owner;
379: --
380: -- Before Migration Cursors