DBA Data[Home] [Help]

APPS.ETRM_PNAV dependencies on FND_TABLES

Line 490: from fnd_tables t

486: is
487: select a.application_short_name
488: , a.application_id
489: , t.table_id
490: from fnd_tables t
491: , fnd_application a
492: where table_name = c_name
493: and t.application_id = a.application_id
494: order by a.application_short_name;