[Home] [Help]
[Dependency Information]
Object Name: | EAM_WORK_ORDER_TEXT |
---|---|
Object Type: | TABLE |
Owner: | EAM |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores Wip_Entity_Id of all EAM work orders. A text (intermedia) index will be created on the column 'TEXT' with the help of a concurrent program and the same is used in Work Order text search page
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
EAM_WORK_ORDER_TEXT_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORGANIZATION_ID | NUMBER | The Organization of the work order | ||
WIP_ENTITY_ID | NUMBER | Work Order | ||
TEXT | VARCHAR2 | (1) | Column on which Intermedia index will be based | |
CREATED_BY | NUMBER | Standard Who Columns | ||
CREATION_DATE | DATE | Standard Who Columns | ||
LAST_UPDATED_BY | NUMBER | Standard Who Columns | ||
LAST_UPDATE_DATE | DATE | Standard Who Columns | ||
LAST_UPDATE_LOGIN | NUMBER | Standard Who Columns |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, WIP_ENTITY_ID
, TEXT
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM EAM.EAM_WORK_ORDER_TEXT;
EAM.EAM_WORK_ORDER_TEXT does not reference any database object
EAM.EAM_WORK_ORDER_TEXT is referenced by following:
|
|
|