IBY_ECAPP_V
Details
-
Schema: FUSION
-
Object owner: IBY
-
Object type: VIEW
Columns
Name |
---|
ECAPPID APPLICATION_SHORT_NAME NAME |
Query
SQL_Statement |
---|
SELECT a.application_id ecappid, a.application_short_name, t.application_name name from fnd_application a, fnd_application_tl t where a.application_id = t.application_id and language= userenv('LANG') UNION select ecappid, application_short_name, name from iby_ecapp |