MSC_ZONE_REGIONS

The table contains the mapping of regions to zones and zones to zones. It contains the region/zone id mapped to a specific zone id.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_ZONE_REGIONS_PK

CHILD_ID, PARENT_ZONE_ID

Columns

Name Datatype Length Precision Not-null Comments
CHILD_ID NUMBER 18 Yes Child Id for the Parent Zone. This can be either a Region or a Zone
PARENT_ZONE_ID NUMBER 18 Yes Parent one Identifier for the region.
REGION_LEVEL NUMBER 2 Level of child Region. Null if child is a Zone
START_DATE DATE Yes This value indicates the Start date of the Region or zone .
END_DATE DATE Effective end date of the regions/zones.
REFRESH_NUMBER NUMBER 18 Refresh Number is the Cycle id of collections
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.
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_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_ZONE_REGIONS msc_regions PARENT_ZONE_ID
MSC_ZONE_REGIONS msc_regions CHILD_ID

Indexes

Index Uniqueness Tablespace Columns
MSC_ZONE_REGIONS_U1 Unique Default CHILD_ID, PARENT_ZONE_ID