MSC_CUSTOMER_SITES
This table stores information about customer sites
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
MSC_CUSTOMER_SITES_PK |
PARTNER_SITE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PARTNER_SITE_ID | NUMBER | 18 | Yes | Unique Partner Site Identifier for the customer site. | |
| SR_TP_SITE_ID | NUMBER | 18 | Customer site identifier in the source side. | ||
| SR_INSTANCE_ID | NUMBER | 18 | Source application instance identifier. | ||
| PARTNER_ID | NUMBER | 18 | Yes | Unique identifier of the customer associated with this customer site. | |
| PARTNER_NAME | VARCHAR2 | 1600 | Name of the customer associated with this customer site. | ||
| PARTNER_ADDRESS | VARCHAR2 | 1600 | The complete address of the customer site. | ||
| TP_SITE_CODE | VARCHAR2 | 30 | Vendor site code for Customer Sites | ||
| SR_TP_ID | NUMBER | 18 | Source side trading partner identifier value. | ||
| LOCATION | VARCHAR2 | 60 | This column indicates the Location of the customer site. | ||
| LOCATION_ID | NUMBER | 18 | Unique identifier for this Location. | ||
| PARTNER_TYPE | NUMBER | Yes | Indicate type of partner: Customer, Supplier, or Organization. | ||
| DELETED_FLAG | NUMBER | Flag indicating whether the customer site is deleted. | |||
| LONGITUDE | NUMBER | 10 | Used to store Longitude Information for the Location for Spatial Proximity and containment purposes. | ||
| LATITUDE | NUMBER | 10 | Used to store Latitude Information for the Location for Spatial Proximity and containment purposes. | ||
| REFRESH_NUMBER | NUMBER | Refresh identifier populated by the collection program. | |||
| 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. | ||
| ATTRIBUTE_CATEGORY | VARCHAR2 | 30 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | ||
| ATTRIBUTE1 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE6 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE7 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE8 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE9 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE10 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE11 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE12 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE13 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE14 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE15 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| OPERATING_UNIT_NAME | VARCHAR2 | 240 | This value indicates Operating unit name. | ||
| COUNTRY | VARCHAR2 | 60 | Country where this address belongs. | ||
| STATE | VARCHAR2 | 150 | State name of the customer/supplier site location address. | ||
| CITY | VARCHAR2 | 60 | City of the Identifying address. | ||
| POSTAL_CODE | VARCHAR2 | 60 | Postal code part of the customer/supplier site location address. | ||
| SHIPPING_CONTROL | VARCHAR2 | 14 | Shipping control flag for the trading partner site. | ||
| TIMEZONE_CODE | VARCHAR2 | 64 | Stores the time zone code for the customer site | ||
| DEFAULT_FLAG | NUMBER | 18 | This column indicates the default site of the customer. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| MSC_CUSTOMER_SITES | msc_customers | PARTNER_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_CUSTOMER_SITES_N1 | Non Unique | Default | PARTNER_ID |
| MSC_CUSTOMER_SITES_U1 | Unique | Default | PARTNER_SITE_ID |
| MSC_CUSTOMER_SITES_U2 | Unique | Default | TP_SITE_CODE, PARTNER_TYPE, PARTNER_ID |