DBA Data[Home] [Help]

APPS.FA_XLA_CMP_SOURCES_PKG dependencies on ALL_TABLES

Line 1295: from all_tables tab,

1291: 'FA_LEASES' , 'ls',
1292: 'FA_LOCATIONS' , 'loc',
1293: 'FA_METHODS' , 'mt',
1294: 'INVALID')
1295: from all_tables tab,
1296: TABLE(CAST(p_tables AS fa_char30_tbl_type)) fatab,
1297: TABLE(CAST(p_schemas AS fa_char30_tbl_type)) stab
1298: where tab.table_name = fatab.column_value
1299: and tab.owner = stab.column_value;