MSC_LOCATION_ASSOCIATIONS
This table will map a customer site/supplier site/organization to a location.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
Name | Columns |
---|---|
MSC_LOC_ASSOCIATIONS_PK |
LOCATION_ID, SITE_TYPE, SITE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments | Status |
---|---|---|---|---|---|---|
LOCATION_ID | NUMBER | 18 | Yes | Location id mapped to this site | Active | |
DEFAULT_FLAG | NUMBER | Flag indicates whether the location is a default location. 1-Yes, 2-No. | ||||
SITE_ID | NUMBER | 18 | Yes | This value indicates the Trading partner site identifier. | Active | |
SITE_TYPE | NUMBER | Yes | Site type of the trading partner. 1-Supplier site, 2-Customer site, 3-Organization. | Active | ||
COLLECTED_FLAG | NUMBER | 1 | Flag indicates whether the row is collected from source. | |||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | ||
REFRESH_NUMBER | NUMBER | 18 | Refresh identifier populated by the collection program. | Active | ||
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | Active | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | Active |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
MSC_LOCATION_ASSOCIATIONS | msc_locations | LOCATION_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_LOC_ASSOCIATIONS_N1 | Non Unique | Default | SITE_ID, SITE_TYPE |
MSC_LOC_ASSOCIATIONS_U1 | Unique | Default | LOCATION_ID, SITE_TYPE, SITE_ID |