MSC_ENGINE_BRANCH_LIST

Engine Branch Content Definition.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MSC_ENGINE_BRANCH_LIST_PK

EXECUTION_ID, PLAN_ID, PROFILE_ID, ITEM, LOCATION

Columns

Name Datatype Length Precision Not-null Comments
EXECUTION_ID NUMBER 18 Yes EXECUTION_ID Column for Branch Configuration Table
PLAN_ID NUMBER 18 Yes PLAN_ID Column for Branch Configuration Table
PROFILE_ID NUMBER 18 Yes PROFILE_ID Column for Branch Configuration Table
BRANCH_ID NUMBER 18 Yes BRANCH_ID Column for Branch Configuration Table
BRANCH_STATUS NUMBER BRANCH_STATUS Column for Branch Configuration Table
ITEM NUMBER Yes ITEM Column for Branch Configuration Table
LOCATION NUMBER Yes LOCATION Column for Branch Configuration Table
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.

Foreign Keys

Table Foreign Table Foreign Key Column
MSC_ENGINE_BRANCH_LIST msc_engine_branch_list EXECUTION_ID, PLAN_ID, PROFILE_ID, ITEM, LOCATION
msc_engine_branch_list msc_engine_branch_list EXECUTION_ID, PLAN_ID, PROFILE_ID, ITEM, LOCATION

Indexes

Index Uniqueness Tablespace Columns
MSC_ENGINE_BRANCH_LIST_U1 Unique Default EXECUTION_ID, PLAN_ID, PROFILE_ID, ITEM, LOCATION