DBA Data[Home] [Help]

APPS.ETRM_RPT dependencies on FND_VIEWS

Line 167: from fnd_views t

163: is
164: select a.application_short_name
165: , a.application_id
166: , t.view_id
167: from fnd_views t
168: , fnd_application a
169: where view_name = c_name
170: and t.application_id = a.application_id
171: order by a.application_short_name;

Line 931: , fnd_views t

927: , d.owner
928: , a.application_id
929: , t.view_id table_id
930: from dba_objects d
931: , fnd_views t
932: , fnd_application a
933: where a.application_short_name = c_owner
934: and a.application_id = t.application_id
935: and t.view_name = d.object_name

Line 1004: , fnd_views t

1000: , d.object_type
1001: , d.object_id
1002: , d.owner
1003: from dba_objects d
1004: , fnd_views t
1005: , fnd_application a
1006: where a.application_short_name = c_owner
1007: and a.application_id = t.application_id
1008: and t.view_name = d.object_name