DBA Data[Home] [Help] [Dependency Information]


TABLE: APPLSYS.FND_APPLICATION

Object Details
Object Name: FND_APPLICATION
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_APPLICATION
Subobject Name:
Status: VALID


Applications registered with Oracle Application Object Library


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 5
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_APPLICATION_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
FND_APPLICATION_U3 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_SHORT_NAME
Columns
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
Query Text

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;

Dependencies

[top of page]

APPLSYS.FND_APPLICATION does not reference any database object

APPLSYS.FND_APPLICATION is referenced by following:

SchemaAPPS
Package BodyETRM_FNDNAV - show dependent code
Package BodyETRM_SEARCH - show dependent code
SynonymFND_APPLICATION
SchemaSYSTEM
SynonymFND_APPLICATION