MSC_ST_REGIONS

The staging table used by the collection program to validate and process data for table MSC_REGIONS.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments
REGION_ID NUMBER 18 Region identifier that is mapped to the location.
REGION_NAME VARCHAR2 360 Region Name or Zone Name of the geography record.
REGION_TYPE VARCHAR2 30 Region Type will tell level of the region like zipcode, city, etc.
REGION_LEVEL NUMBER Number Indicating the level in the hierarchy of region. aka REGION_TYPE in EBS
COUNTRY_CODE VARCHAR2 128 Country Code, FYI column for country to which region belongs to.
REGION_ZONE_FLAG VARCHAR2 1 This flag indicates whether the geography is marked as Region or Zone.
PARENT_REGION_NAME_1 VARCHAR2 360 Name of the parent region in the hierarchy, NULL for Zones.
PARENT_REGION_NAME_2 VARCHAR2 360 Name of the parent region in the hierarchy, NULL for Zones.
PARENT_REGION_NAME_3 VARCHAR2 360 Name of the parent region in the hierarchy, NULL for Zones.
PARENT_REGION_NAME_4 VARCHAR2 360 Name of the parent region in the hierarchy, NULL for Zones.
PARENT_REGION_NAME_5 VARCHAR2 360 Name of the parent region in the hierarchy, NULL for Zones.
PARENT_REGION_NAME_6 VARCHAR2 360 Name of the parent region in the hierarchy, NULL for Zones.
PARENT_REGION_NAME_7 VARCHAR2 360 Name of the parent region in the hierarchy, NULL for Zones.
PARENT_REGION_NAME_8 VARCHAR2 360 Name of the parent region in the hierarchy, NULL for Zones.
PARENT_REGION_TYPE_1 VARCHAR2 30 Region Type of the parent region in the hierarchy, NULL for Zones.
PARENT_REGION_TYPE_2 VARCHAR2 30 Region Type of the parent region in the hierarchy, NULL for Zones.
PARENT_REGION_TYPE_3 VARCHAR2 30 Region Type of the parent region in the hierarchy, NULL for Zones.
PARENT_REGION_TYPE_4 VARCHAR2 30 Region Type of the parent region in the hierarchy, NULL for Zones.
PARENT_REGION_TYPE_5 VARCHAR2 30 Region Type of the parent region in the hierarchy, NULL for Zones.
PARENT_REGION_TYPE_6 VARCHAR2 30 Region Type of the parent region in the hierarchy, NULL for Zones.
PARENT_REGION_TYPE_7 VARCHAR2 30 Region Type of the parent region in the hierarchy, NULL for Zones.
PARENT_REGION_TYPE_8 VARCHAR2 30 Region Type of the parent region in the hierarchy, NULL for Zones.
SR_REGION_ID NUMBER 18 Source side value of the Region identifier of the geography.
SR_PARENT_REGION_ID_1 NUMBER 18 Source side value of the parent region identifier 1 for the region.
SR_PARENT_REGION_ID_2 NUMBER 18 Source side value of the parent region identifier 2 for the region.
SR_PARENT_REGION_ID_3 NUMBER 18 Source side value of the parent region identifier 3 for the region.
SR_PARENT_REGION_ID_4 NUMBER 18 Source side value of the parent region identifier 4 for the region.
SR_PARENT_REGION_ID_5 NUMBER 18 Source side value of the parent region identifier 5 for the region.
SR_PARENT_REGION_ID_6 NUMBER 18 Source side value of the parent region identifier 6 for the region.
SR_PARENT_REGION_ID_7 NUMBER 18 Source side value of the parent region identifier 7 for the region.
SR_PARENT_REGION_ID_8 NUMBER 18 Source side value of the parent region identifier 8 for the region.
IMMEDIATE_PARENT_REGION_ID NUMBER 18 Destination region Id of the immediate parent. For a level n region, the region if of level n-1 parent region id will be stored.
REFRESH_NUMBER NUMBER 18 Refresh identifier populated by the collection program.
DELETED_FLAG NUMBER 1 Flag indicating whether this is a deleted record
RETRY_COUNT NUMBER Number of retries to process failed records.
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.
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.
PROCESS_FLAG NUMBER Processing Flag indicating the status of records during pre-processing. 1- Complete Record, 2- Error Record, 3- Warning Record, 4- Retry Record, 5- New Record
SR_INSTANCE_CODE VARCHAR2 30 The value indicates the source system code from where the data is collected.
ERROR_TEXT VARCHAR2 2000 Error text for functional validation errors in the record
ERROR_CODE VARCHAR2 150 Error code for functional validation errors in the record
LOAD_REQUEST_ID NUMBER Loads the request id of job that inserted the data.