DBA Data[Home] [Help]

APPS.ETRM_PNAV dependencies on FND_VIEWS

Line 502: from fnd_views t

498: is
499: select a.application_short_name
500: , a.application_id
501: , t.view_id
502: from fnd_views t
503: , fnd_application a
504: where view_name = c_name
505: and t.application_id = a.application_id
506: order by a.application_short_name;