[Home] [Help]
[Dependency Information]
Object Name: | FND_DOCUMENT_ENTITIES |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_DOCUMENT_ENTITIES lists each entity to which
attachments can be linked. For example, attachments
can be linked to Items, Sales Orders, etc. Since
the table uses a "duplicate record" model for handling
multi-lingual needs, for each document entity there
will be one record with the same DOCUMENT_ENTITY_ID
and DATA_OBJECT_CODE for each language.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_DOCUMENT_ENTITIES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
FND_DOCUMENT_ENTITIES_U2 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DOCUMENT_ENTITY_ID | NUMBER | Yes | Document entity identifier | |
DATA_OBJECT_CODE | VARCHAR2 | (30) | Yes | Developer key for the table |
APPLICATION_ID | NUMBER | Yes | Application ID of the entity's "owner" | |
TABLE_NAME | VARCHAR2 | (30) | Yes | Database table name |
ENTITY_NAME | VARCHAR2 | (40) | Name of the entity stored in the database table | |
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 | ||
PK1_COLUMN | VARCHAR2 | (30) | Part of the entity's primary key | |
PK2_COLUMN | VARCHAR2 | (30) | Part of the entity's primary key | |
PK3_COLUMN | VARCHAR2 | (30) | Part of the entity's primary key | |
PK4_COLUMN | VARCHAR2 | (30) | Part of the entity's primary key | |
PK5_COLUMN | VARCHAR2 | (30) | Part of the entity's primary key |
Cut, paste (and edit) the following text to query this object:
SELECT DOCUMENT_ENTITY_ID
, DATA_OBJECT_CODE
, APPLICATION_ID
, TABLE_NAME
, ENTITY_NAME
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, PK1_COLUMN
, PK2_COLUMN
, PK3_COLUMN
, PK4_COLUMN
, PK5_COLUMN
FROM APPLSYS.FND_DOCUMENT_ENTITIES;
APPLSYS.FND_DOCUMENT_ENTITIES does not reference any database object
APPLSYS.FND_DOCUMENT_ENTITIES is referenced by following:
|
|
|