[Home] [Help]
[Dependency Information]
Object Name: | FND_APPLICATION_ALL_VIEW |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
APPLICATION_ID | NUMBER | Application identifier | ||
APPLICATION_SHORT_NAME | VARCHAR2 | (50) | Application short name | |
BASEPATH | VARCHAR2 | (20) | The variable that stores the directory path of the TOP directory for the application | |
APPLICATION_NAME | VARCHAR2 | (240) | Name of application | |
DESCRIPTION | VARCHAR2 | (240) | Description | |
ORDER_BY | NUMBER | The column used to identify the constant row "All" |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, APPLICATION_SHORT_NAME
, BASEPATH
, APPLICATION_NAME
, DESCRIPTION
, ORDER_BY
FROM APPS.FND_APPLICATION_ALL_VIEW;
|
|
|