DBA Data[Home] [Help]

APPS.PER_SECURITY_PROFILES_PKG dependencies on ALL_TABLES

Line 477: from all_tables

473: and (rowid <> P_ROW_ID or P_ROW_ID is null);
474: --
475: cursor c2 is
476: select 1
477: from all_tables
478: where owner = P_REPORTING_ORACLE_USERNAME
479: and table_name = 'PER_ALL_PEOPLE_F';
480: --
481: begin