MSC_ITEM_LIFE_CYCLE_PHASES
This table stores the list of all collected item life cycle phases across all instances.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Columns
Name | Datatype | Length | Not-null | Comments |
---|---|---|---|---|
SR_INSTANCE_ID | NUMBER | Yes | Identifier of the source system from where the data is collected. | |
LIFE_CYCLE_PHASE | VARCHAR2 | 120 | Yes | This value indicates the Life cycle phase code. |
LIFE_CYCLE_PHASE_NAME | VARCHAR2 | 120 | Yes | This value indicates the Life cycle phase name. |
REFRESH_NUMBER | NUMBER | Yes | Refresh identifier populated by the collection program. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | |
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | |
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_ITEM_LIFE_CYCLE_PHASES_U1 | Unique | Default | SR_INSTANCE_ID, LIFE_CYCLE_PHASE |