Table list used by SAP ABAP Function Module SSTO_GET_DBA_TABLES (Oracle: lookup row in dba_tables given tablename and owner)
SAP ABAP Function Module SSTO_GET_DBA_TABLES (Oracle: lookup row in dba_tables given tablename and owner) is using
# Object Type Object Name Object Description Note
     
1 Table  DBA_TABLES Oracle: Row Structure of dba_tables
2 Table  DBA_TABLES Oracle: Row Structure of dba_tables SOURCE VALUE(OWNER) TYPE DBA_TABLES-OWNER
3 Table  DBA_TABLES Oracle: Row Structure of dba_tables SOURCE VALUE(TABLE_NAME) TYPE DBA_TABLES-TABLE_NAME
4 Table  DBA_TABLES Oracle: Row Structure of dba_tables SOURCE VALUE(DBA_TABLES_ROW) TYPE DBA_TABLES