DBA Data[Home] [Help]

APPS.PER_SECURITY_PROFILES_PKG dependencies on ALL_TABLES

Line 497: from all_tables

493: and (rowid <> P_ROW_ID or P_ROW_ID is null);
494: --
495: cursor c2 is
496: select 1
497: from all_tables
498: where owner = P_REPORTING_ORACLE_USERNAME
499: and table_name = 'PER_ALL_PEOPLE_F';
500: --
501: begin