PowerCenter
- PowerCenter 10.5.6
- 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_MAPPLET_NAME
| VARCHAR2 (240)
| Name of parent mapplet.
|
PARENT_MAPPLET_ID*
| NUMBER
| Sequence ID of parent mapplet.
|
PARENT_MAPPLET_VERSION_NUMBER*
| INTEGER
| Field ID (primary key).
|
PARENT_MAPPLET_VERSION_STATUS
| NUMBER
| Parent mapplet version status.
|
PARENT_MAPPLET_UTC_CHECKIN
| NUMBER
| UTC time (Coordinated Universal Time) when the parent mapplet was checked in.
|
PARENT_MAPPLET_UTC_LAST_SAVED
| NUMBER
| The UTC time when mapplet was last saved.
|
PARENT_MAPPLET_LAST_SAVED
| NUMBER
| The date and time when parent mapplet was last saved.
|
PARENT_MAPPLET_IS_VALID
| NUMBER
| Specifies whether the parent mapplet is valid.
|
PARENT_MAPPLET_DESCRIPTION
| VARCHAR2 (2000)
| Parent mapplet description.
|
MAPPLET_NAME
| VARCHAR2 (240)
| Name of mapplet.
|
MAPPLET_ID*
| NUMBER
| Mapplet ID.
|
MAPPLET_VERSION_NUMBER*
| NUMBER
| Mapplet version number.
|
MAPPLET_VERSION_STATUS
| NUMBER
| Status of the mapplet version.
|
MAPPLET_UTC_CHECKIN
| NUMBER
| UTC time when the mapplet was checked in.
|
MAPPLET_UTC_LAST_SAVED
| NUMBER
| UTC time when the mapplet was last saved.
|
MAPPLET_LAST_SAVED
| NUMBER
| Time when the mapplet was last saved.
|
MAPPLET_DESCRIPTION
| VARCHAR2 (2000)
| Mapplet description.
|
REF_WIDGET_ID*
| NUMBER
| Foreign key that points to generated mapplet transformation.
|
REPOSITORY_NAME
| VARCHAR2 (240)
| Repository name.
|
IS_GLOBAL_SHORTCUT
| NUMBER
| Specifies whether the mapplet is a global shortcut.
1 = shortcut; 0 = not a shortcut.
|
IS_SHORTCUT
| NUMBER
| Specifies whether the mapplet is a shortcut.
1 = shortcut; 0 = not a shortcut.
|
*Indicates that the column is a key column.
|