PowerCenter
- PowerCenter 10.5
- All Products
Column Name
| Datatype
| Description
|
---|---|---|
SUBJECT_AREA
| VARCHAR2 (240)
| Folder name.
|
SUBJECT_ID*
| NUMBER
| Folder ID.
|
TASK_NAME
| VARCHAR2 (240)
| Task name.
|
TASK_ID*
| NUMBER
| Task ID.
|
IS_VALID
| NUMBER
| Specifies whether a workflow, worklet, or session is valid. 1 = valid; 0 = invalid.
|
LAST_SAVED
| VARCHAR2 (30)
| Time when task was last saved.
|
DESCRIPTION
| VARCHAR2 (2000)
| Description of the task.
|
VERSION_NUMBER*
| NUMBER
| Version number of the task.
|
IS_ENABLED
| NUMBER
| Specifies whether the task is enabled or not.
1 = enabled; 0 = disabled.
|
UTC_CHECKIN
| NUMBER
| UTC checkin time.
|
UTC_LAST_SAVED
| VARCHAR2 (30)
| UTC time when task was last saved.
|
IS_REUSABLE
| NUMBER
| Specifies whether the task is reusable or not. Values are: 1 = reusable; 0 = not reusable.
|
TASK_TYPE
| NUMBER
| Task type.
|
TASK_TYPE_NAME
| VARCHAR2 (240)
| Task type name.
|
*Indicates that the column is a key column.
|