[Home] [Help]
[Dependency Information]
| Object Name: | FND_DOCUMENT_ENTITIES_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FND.FND_DOCUMENT_ENTITIES_VL
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
FND_DOCUMENT_ENTITIES_VL is a view which handles
the translation of language-specific columns in
FND_DOCUMENT_ENTITIES. Release 10SC only.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row identifier | |
| DOCUMENT_ENTITY_ID | NUMBER | Yes | Document entity identifier | |
| DATA_OBJECT_CODE | VARCHAR2 | (30) | Yes | Developer key of FND_DOCUMENT_ENTITIES |
| TABLE_NAME | VARCHAR2 | (30) | Yes | Database table name |
| APPLICATION_ID | NUMBER | Yes | Application ID of the entity's "owner" | |
| APPLICATION_NAME | VARCHAR2 | (240) | Yes | Name of the application that 'owns' the entity |
| USER_ENTITY_NAME | VARCHAR2 | (240) | Yes | Username from the entity |
| USER_ENTITY_PROMPT | VARCHAR2 | (40) | Yes | Username for an instance of the entity |
| 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) | Name of the database column that is part of the entity's primary key | |
| PK2_COLUMN | VARCHAR2 | (30) | Name of the database column that is part of the entity's primary key | |
| PK3_COLUMN | VARCHAR2 | (30) | Name of the database column that is part of the entity's primary key | |
| PK4_COLUMN | VARCHAR2 | (30) | Name of the database column that is part of the entity's primary key | |
| PK5_COLUMN | VARCHAR2 | (30) | Name of the database column that is part of the entity's primary key |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, DOCUMENT_ENTITY_ID
, DATA_OBJECT_CODE
, TABLE_NAME
, APPLICATION_ID
, APPLICATION_NAME
, USER_ENTITY_NAME
, USER_ENTITY_PROMPT
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, PK1_COLUMN
, PK2_COLUMN
, PK3_COLUMN
, PK4_COLUMN
, PK5_COLUMN
FROM APPS.FND_DOCUMENT_ENTITIES_VL;
APPS
FND_APPLICATION_TL
FND_DOCUMENT_ENTITIES
FND_DOCUMENT_ENTITIES_TL
APPS
FND_ATTACHMENT_BLK_ENTITIES_VL
FND_ATTACHMENT_UTIL_PKG
- show dependent code
|
|
|
|