[Home] [Help]
[Dependency Information]
Object Name: | WF_ITEM_ATTRIBUTE_VALUES |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The WF_ITEM_ATTRIBUTE_VALUES table contains the data for the
attributes defined in the WF_ITEM_ATTRIBUTES table.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
SYS_IL0000035160C00012$$ | LOB | UNIQUE |
![]() |
|
SYS_IL0000035160C00015$$ | LOB | UNIQUE |
![]() |
|
WF_ITEM_ATTRIBUTE_VALUES_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ITEM_TYPE | VARCHAR2 | (8) | Yes | Internal name for the Item Type |
ITEM_KEY | VARCHAR2 | (240) | Yes | Holds the primary key generated for the item type |
NAME | VARCHAR2 | (30) | Yes | Internal name of attribute |
TEXT_VALUE | VARCHAR2 | (4000) | Value of the Text attribute | |
NUMBER_VALUE | NUMBER | Value of the Number attribute | ||
DATE_VALUE | DATE | Value of the Date attribute | ||
EVENT_VALUE | WF_EVENT_T | (1) | ||
SECURITY_GROUP_ID | VARCHAR2 | (32) | identifier reserved for hosting environment |
Cut, paste (and edit) the following text to query this object:
SELECT ITEM_TYPE
, ITEM_KEY
, NAME
, TEXT_VALUE
, NUMBER_VALUE
, DATE_VALUE
, EVENT_VALUE
, SECURITY_GROUP_ID
FROM APPLSYS.WF_ITEM_ATTRIBUTE_VALUES;
|
|
|