MSC_BM_RELEASE_STATUS

This table holds the information on the Backlog Management Release runs and the respective statuses.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

msc_bm_release_status_PK

PROCESS_ID, BM_RUN_ID, STEP, SEQ_ID

Columns

Name Datatype Length Precision Not-null Comments
PROCESS_ID NUMBER 18 Yes This is the column to indicate the ESS job id that launched the release process.
BM_RUN_ID NUMBER 18 Yes Backlog Run identifier for which release process is run.
STATUS NUMBER Column to indicate the status of the release process
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
STEP_SEQ VARCHAR2 20 Column to indicate the current sequence step in release process.
SEQ_ID NUMBER Yes Field contains sequence of step occurred in Backlog Release process.
STEP NUMBER Yes Field contains each step of Backlog Release process.
STEP_NAME VARCHAR2 64 Identifies the release process step name.
STEP_SUMMARY VARCHAR2 256 Release process summary at current step.

Indexes

Index Uniqueness Tablespace Columns
MSC_BM_RELEASE_STATUS_U1 Unique Default PROCESS_ID, BM_RUN_ID, STEP, SEQ_ID