[Home] [Help]
[Dependency Information]
Object Name: | FND_APPLICATION |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Applications registered with Oracle Application Object Library
Tablespace: | ![]() |
---|---|
PCT Free: | 5 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_APPLICATION_U1 | NORMAL | UNIQUE |
![]() |
![]() |
FND_APPLICATION_U3 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
APPLICATION_ID | NUMBER | Yes | Application identifier | |
APPLICATION_SHORT_NAME | VARCHAR2 | (50) | Yes | Application short name |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
BASEPATH | VARCHAR2 | (20) | The variable that stores the directory path of the TOP directory for the application | |
PRODUCT_CODE | VARCHAR2 | (50) | Online help base application short name, if help content is shared with another application |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, APPLICATION_SHORT_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, BASEPATH
, PRODUCT_CODE
FROM APPLSYS.FND_APPLICATION;
APPLSYS.FND_APPLICATION does not reference any database object
APPLSYS.FND_APPLICATION is referenced by following:
|
|
|