PowerCenter
- PowerCenter 10.5.7
- All Products
Column Name
| Datatype
| Description
|
---|---|---|
PARENT_SUBJECT_AREA
| VARCHAR2 (240)
| Parent folder name.
|
PARENT_SUBJECT_ID*
| NUMBER
| Parent folder ID.
|
SUBJECT_AREA
| VARCHAR2 (240)
| Folder name.
|
SUBJECT_ID*
| NUMBER
| Folder ID.
|
PARENT_WIDGET_NAME
| VARCHAR2 (240)
| Name of the parent transformation.
|
PARENT_WIDGET_ID*
| NUMBER
| Parent transformation ID (primary key).
|
PARENT_WIDGET_VERSION_NUMBER*
| NUMBER
| Parent transformation ID.
|
PARENT_WIDGET_VERSION_STATUS
| NUMBER
| Status of the parent transformation version.
|
PARENT_WIDGET_UTC_CHECKIN
| NUMBER
| UTC time (Coordinated Universal Time) when the parent transformation was last checked in.
|
PARENT_WIDGET_UTC_LAST_SAVED
| NUMBER
| UTC time when the parent transformation was last saved.
|
PARENT_WIDGET_LAST_SAVED
| VARCHAR2 (30)
| Date and time when transformation was last saved.
|
PARENT_WIDGET_IS_REUSABLE
| NUMBER
| Specifies whether the transformation is reusable. 1= reusable; 0 = not reusable.
|
PARENT_WIDGET_DESCRIPTION
| VARCHAR2 (2000)
| Parent transformation description.
|
WIDGET_NAME
| VARCHAR2 (240)
| Name of the transformation.
|
WIDGET_ID*
| NUMBER
| Transformation ID.
|
WIDGET_VERSION_NUMBER*
| NUMBER
| Version number of the transformation.
|
WIDGET_VERSION_STATUS
| NUMBER
| Status of the transformation version.
|
WIDGET_UTC_CHECKIN
| NUMBER
| UTC time when the transformation was checked in.
|
WIDGET_UTC_LAST_SAVED
| NUMBER
| UTC time when the transformation was last saved.
|
WIDGET_LAST_SAVED
| VARCHAR2 (30)
| Time when the transformation was last saved.
|
WIDGET_TYPE_ID*
| NUMBER
| Transformation type ID.
|
WIDGET_TYPE_NAME
| VARCHAR2 (240)
| Transformation type name.
|
WIDGET_DESCRIPTION
| VARCHAR2 (2000)
| Transformation description.
|
REPOSITORY_NAME
| VARCHAR2 (240)
| Repository name.
|
IS_GLOBAL_SHORTCUT
| NUMBER
| Specifies whether the transformation is a global shortcut.
1 = shortcut; 0 = not a shortcut.
|
IS_SHORTCUT
| NUMBER
| Specifies whether the transformation is a shortcut.
1 = shortcut; 0 = not a shortcut.
|
*Indicates that the column is a key column.
|