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


TABLE: APPLSYS.FND_DOCUMENT_DATATYPES

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


FND_DOCUMENT_DATATYPES stores the document
datatypes that are supported. Initial values
are: short text, long text, image, and OLE Object
(DATATYPE_ID=1, 2, 3, or 4). Customers can add
datatypes to handle documents stored outside of
Oracle and use non-native Forms applications to
view/edit their documents. The table uses a
"duplicate record" model for handling multi-lingual
needs. That is, for each category there will be
one record with the same CATEGORY_ID and
CATEGORY_NAME for each language.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_DOCUMENT_DATATYPES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnDATATYPE_ID
ColumnLANGUAGE
ColumnNAME
FND_DOCUMENT_DATATYPES_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnDATATYPE_ID
ColumnLANGUAGE
ColumnUSER_NAME
Columns
Name Datatype Length Mandatory Comments
DATATYPE_ID NUMBER
Yes Datatype identifier
LANGUAGE VARCHAR2 (30) Yes Language of the current record
NAME VARCHAR2 (80) Yes Developer name for the datatype
USER_NAME VARCHAR2 (80) Yes Username for the datatype (language specific)
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
START_DATE_ACTIVE DATE

Date on which the current category is available for use; a null value indicates the category is available immediately (DATATYPE_IDs 1-4 must always be available)
END_DATE_ACTIVE DATE

Date on which the current category is no longer available for use; a null value indicates the category is available indefinitely (DATATYPE_IDs 1-4 must always be available)
SOURCE_LANG VARCHAR2 (4) Yes The Language the text will mirror. If text is not yet translated into LANGUAGE then any changes to the text in the source language row will be reflected here as well.
Query Text

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


SELECT DATATYPE_ID
,      LANGUAGE
,      NAME
,      USER_NAME
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      SOURCE_LANG
FROM APPLSYS.FND_DOCUMENT_DATATYPES;

Dependencies

[top of page]

APPLSYS.FND_DOCUMENT_DATATYPES does not reference any database object

APPLSYS.FND_DOCUMENT_DATATYPES is referenced by following:

SchemaAPPS
SynonymFND_DOCUMENT_DATATYPES