DBA Data[Home] [Help]

APPS.FA_XLA_CMP_SOURCES_PKG dependencies on ALL_TABLES

Line 1481: from all_tables tab,

1477: 'FA_LEASES' , 'ls',
1478: 'FA_LOCATIONS' , 'loc',
1479: 'FA_METHODS' , 'mt',
1480: 'INVALID')
1481: from all_tables tab,
1482: TABLE(CAST(p_tables AS fa_char30_tbl_type)) fatab,
1483: TABLE(CAST(p_schemas AS fa_char30_tbl_type)) stab
1484: where tab.table_name = fatab.column_value
1485: and tab.owner = stab.column_value;