[Home] [Help]
[Dependency Information]
| Object Name: | EAM_ASSET_TEXT |
|---|---|
| Object Type: | TABLE |
| Owner: | EAM |
| FND Design Data: | EAM.EAM_ASSET_TEXT
|
| Subobject Name: | |
| Status: | VALID |
This table stores instance_id of all valid eAM asset defined in csi_item_instances. A text (intermedia) index will be created on the column 'TEXT' with the help of a concurrent program and the same is used in Asset text search page
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| EAM_ASSET_TEXT_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
INSTANCE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INSTANCE_ID | NUMBER | Instance Id of the Asset defined in csi_item_instances | ||
| TEXT | VARCHAR2 | (1) | Column (dummy) for creating the text (intermedia) index | |
| CREATED_BY | NUMBER | Keeps track of which user created each row | ||
| CREATION_DATE | DATE | Stores the date on which each row was created | ||
| LAST_UPDATED_BY | NUMBER | Keeps track of who last updated each row | ||
| LAST_UPDATE_DATE | DATE | Stores the date on which each row was last updated | ||
| LAST_UPDATE_LOGIN | NUMBER | Provides access to information about the operating system login of the user who last updated each row |
Cut, paste (and edit) the following text to query this object:
SELECT INSTANCE_ID
, TEXT
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM EAM.EAM_ASSET_TEXT;
EAM.EAM_ASSET_TEXT does not reference any database object
EAM.EAM_ASSET_TEXT is referenced by following:
APPS
EAM_ASSET_TEXT
|
|
|
|