[Home] [Help]
[Dependency Information]
Object Name: | WF_ACTIVITY_ATTRIBUTES |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The WF_ACTIVITY_ATTRIBUTES table defines attributes which behave as
parameters for an activity. Activity attributes are only used by
function activities. Each row includes the associated activity, type
of attribute, and the format used by the activity. Examples of valid attribute types
are DATE, DOCUMENT, FORM, ITEMATTR, LOOKUP, and VARCHAR2.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
WF_ACTIVITY_ATTRIBUTES_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ACTIVITY_ITEM_TYPE | VARCHAR2 | (8) | Yes | Item type the activity is associated with |
ACTIVITY_NAME | VARCHAR2 | (30) | Yes | Internal name of the activity |
ACTIVITY_VERSION | NUMBER | Yes | Version of the activity | |
NAME | VARCHAR2 | (30) | Yes | Internal name of the attribute |
SEQUENCE | NUMBER | Yes | Order of the attribute within the message | |
TYPE | VARCHAR2 | (8) | Yes | Type of attribute |
VALUE_TYPE | VARCHAR2 | (8) | Yes | Defines if the default is a constant or a reference to a item attribute |
PROTECT_LEVEL | NUMBER | Yes | Level at which the data is protected | |
CUSTOM_LEVEL | NUMBER | Yes | Level of user who last updated the row | |
SUBTYPE | VARCHAR2 | (8) | Determines if attribute is send or respond | |
FORMAT | VARCHAR2 | (240) | Format mask or Lookup type | |
TEXT_DEFAULT | VARCHAR2 | (4000) | Default value if type is text | |
NUMBER_DEFAULT | NUMBER | Default value if type is number | ||
DATE_DEFAULT | DATE | Default value if type is date | ||
SECURITY_GROUP_ID | VARCHAR2 | (32) | identifier reserved for hosting environment |
Cut, paste (and edit) the following text to query this object:
SELECT ACTIVITY_ITEM_TYPE
, ACTIVITY_NAME
, ACTIVITY_VERSION
, NAME
, SEQUENCE
, TYPE
, VALUE_TYPE
, PROTECT_LEVEL
, CUSTOM_LEVEL
, SUBTYPE
, FORMAT
, TEXT_DEFAULT
, NUMBER_DEFAULT
, DATE_DEFAULT
, SECURITY_GROUP_ID
FROM APPLSYS.WF_ACTIVITY_ATTRIBUTES;
APPLSYS.WF_ACTIVITY_ATTRIBUTES does not reference any database object
APPLSYS.WF_ACTIVITY_ATTRIBUTES is referenced by following:
|
|
|