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


TABLE: APPLSYS.FND_TABLES

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


FND_TABLES stores information about the registered tables in your
applications. Each row includes the actual table name (TABLE_NAME)
a more descriptive title (USER_TABLE_NAME), and a description.
Each row also contains information about the storage parameters for
the table, a flag (AUTO_SIZE) which indicates whether the install
should automatically apply a sizing factor to the storage parameters,
and the type of the table. You need one row for each table in each
application. Oracle Applications uses this information for
AuditTrail, when installing and upgrading your database, and for
other purposes.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 20
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_TABLES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
ColumnTABLE_ID
FND_TABLES_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
ColumnTABLE_NAME
FND_TABLES_U3 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
ColumnUSER_TABLE_NAME
FND_TABLE_DESC DOMAIN NONUNIQUE Tablespace ColumnDESCRIPTION
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Application identifier
TABLE_ID NUMBER (15) Yes Table identifier
TABLE_NAME VARCHAR2 (30) Yes Table name
USER_TABLE_NAME VARCHAR2 (80) Yes Table title
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) Yes Standard Who column
AUTO_SIZE VARCHAR2 (1) Yes Flag to indicate if this table is automatically sized during an install
TABLE_TYPE VARCHAR2 (1) Yes Type of the table (seed data, transaction data, interim)
INITIAL_EXTENT NUMBER (15) Yes Initial extent storage parameter
NEXT_EXTENT NUMBER (15) Yes Next extent storage parameter
MIN_EXTENTS NUMBER (15) Yes Minimum extents storage parameter
MAX_EXTENTS NUMBER (15) Yes Maximum extents storage parameter
PCT_INCREASE NUMBER (15) Yes Percent increase storage parameter
INI_TRANS NUMBER (15) Yes Initial transactions storage parameter
MAX_TRANS NUMBER (15) Yes Maximum transactions storage parameter
PCT_FREE NUMBER (15) Yes Percent free storage parameter
PCT_USED NUMBER (15) Yes Percent used storage parameter
DESCRIPTION VARCHAR2 (240)
Description
HOSTED_SUPPORT_STYLE VARCHAR2 (30) Yes validated by HOSTED_SUPPORT_STYLE lookup type.Default value is 'LOCAL'
IREP_COMMENTS VARCHAR2 (4000)
Comments from CASE
IREP_ANNOTATIONS VARCHAR2 (4000)
Annotations from CASE
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT APPLICATION_ID
,      TABLE_ID
,      TABLE_NAME
,      USER_TABLE_NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      AUTO_SIZE
,      TABLE_TYPE
,      INITIAL_EXTENT
,      NEXT_EXTENT
,      MIN_EXTENTS
,      MAX_EXTENTS
,      PCT_INCREASE
,      INI_TRANS
,      MAX_TRANS
,      PCT_FREE
,      PCT_USED
,      DESCRIPTION
,      HOSTED_SUPPORT_STYLE
,      IREP_COMMENTS
,      IREP_ANNOTATIONS
FROM APPLSYS.FND_TABLES;

Dependencies

[top of page]

APPLSYS.FND_TABLES does not reference any database object

APPLSYS.FND_TABLES is referenced by following:

SchemaAPPS
TriggerDR$FND_TABLE_DESCTC
Package BodyETRM_FNDNAV - show dependent code
Package BodyETRM_RPT - show dependent code
SynonymFND_TABLES