WObjdPhaseType contains the information that defines project phase types. This includes the name of the phase and the unique code. This table also links to lists of phase transitions for which the phase type is the beginning phase or resulting phase. This table represents the Phases block on the Phases tab of custom object definitions.
Object: WObjdPhaseType (W_OBJD_PHASE_TYPE)
Attribute |
Database column name |
Field in UI |
End of path |
Bridge |
Links to object table: |
Data type |
Comments |
Commonly used in: |
|
Rules |
Temp/Wiz |
||||||||
displayOrder |
DISPLAY_ORDER (NUMBER) |
Order (Phases tab in Object Definition) |
x |
|
|
int |
The order in which the phase appears in the list of phases in the Phase Transitions tab. |
|
|
fromPhaseTransitionList--> |
n/a |
|
x |
x |
|
8 The list of all phase transitions in which this phase is the phase from which the transition begins. --> Links to the specific information for phase transitions in which this phase is the phase from which the transition takes place. |
|
|
|
name |
NAME (VARCHAR2) (250) |
Phase Name (Phases tab in Object Definition) |
x |
|
|
string (250) |
The name of the phase. |
|
|
primaryKey |
PRIMARY_KEY (NUMBER) |
|
x |
|
|
int |
The unique ID of the phase. |
|
|
toPhaseTransitionList--> |
n/a |
|
x |
x |
|
8 The list of all phase transitions in which this phase is the phase to which the transition goes. --> Links to the specific information for phase transitions in which this phase is the phase to which the transition goes. |
|
|
|
uniqueCode |
UNIQUE_CODE (VARCHAR2) (4) |
Unique Code (Phases tab in Object Definition) |
x |
|
|
string (4) |
The unique four-character alphanumeric code that is created when the phase is defined. |
|
|
version |
VERSION (NUMBER) |
|
x |
|
|
int |
Indicates the number of times the phase has been updated. |
|
|