WObjdPhaseTransition contains information about phase transitions, such as the name and the starting and ending phase. This table represents the Phase Transitions block on the Phase Transitions tab of custom object definitions.
Object: WObjdPhaseTransition (W_OBJD_PHASE_TRANSITION)
Attribute |
Database column name |
Field in UI |
End of path |
Bridge |
Links to object table: |
Data type |
Comments |
Commonly used in: |
|
Rules |
Temp/Wiz |
||||||||
createdBy--> |
CREATED_BY_ID (NUMBER) |
|
x |
x |
object |
8 The user who created the phase transition. --> Links to specific information about the user account. |
|
|
|
createdOn |
CREATED_ON (DATE) |
|
x |
|
|
date |
The date the phase transition was defined. |
|
|
leftProjectPhase--> |
LEFT_PROJECT_PHASE_I D (NUMBER) |
From Phase (Phase Transitions tab) |
x |
x |
object |
8 The phase from which the phase transition begins. --> Links to specific information about the phase definition. |
|
|
|
modifiedBy--> |
MODIFIED_BY_ID (NUMBER) |
|
x |
x |
object |
8 The user who last modified the phase transition. --> Links to specific information about the user account. |
|
|
|
modifiedOn |
MODIFIED_ON (DATE) |
|
x |
|
|
date |
The date the phase transition was last modified. |
|
|
name |
NAME (VARCHAR2) (250) |
Name |
x |
|
|
string (250) |
The name of the phase transition. |
|
|
primaryKey |
PRIMARY_KEY (NUMBER) |
|
x |
|
|
int |
The unique ID of the phase transition. |
|
|
rightProjectPhase--> |
RIGHT_PROJECT_PHASE _ID (NUMBER) |
To Phase (Phase Transitions tab) |
x |
x |
object |
8 The phase at which the phase transition ends. --> Links to specific information about the phase definition. |
|
|
|
version |
VERSION (NUMBER) |
|
x |
|
|
int |
Indicates the number of times the phase transition has been updated. |
|
|