MSC_ST_GLOBAL_TRADING_PARTNERS
Staging table for trading partners
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: INTERFACE
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TP_ID | VARCHAR2 | 1000 | This value indicates the Target partner id. | ||
| COMPANY_ID | NUMBER | 18 | Unique id assigned to the company | ||
| DISABLE_DATE | DATE | Disable Date for the trading partner | |||
| PARTNER_NAME | VARCHAR2 | 1000 | Trading partner(supplier/customer/carrier) name collected from source system. | ||
| PARTNER_TYPE | NUMBER | Partner type of the trading partner. 1-Supplier, 2-Customer, 3-Organization, 4-Carrier. | |||
| PARTNER_NAME_PREXREF | VARCHAR2 | 1000 | Supplier/Carrier Name before xref transformation | ||
| STATUS | NUMBER | Status flag for the global trading partners. | |||
| PARTNER_NUMBER | VARCHAR2 | 154 | Unique partner number generated on the source system for the trading partner. | ||
| MODELLING_ORG_ID | NUMBER | 18 | Org_id if the supplier is modeled as an organization.This is not needed for Carriers. | ||
| CUSTOMER_TYPE | VARCHAR2 | 30 | Not needed for Supplier and Carriers | ||
| CUSTOMER_CLASS_CODE | VARCHAR2 | 30 | Stores the customer class code of a customer | ||
| REFRESH_NUMBER | NUMBER | 18 | 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. | ||
| ERROR_CODE | VARCHAR2 | 150 | Error code for functional validation errors in the record | ||
| ERROR_TEXT | VARCHAR2 | 2000 | This will describe the reason for the error if any. | ||
| RETRY_COUNT | NUMBER | Number of retries to process failed records. | |||
| PROCESS_FLAG | NUMBER | 2 | 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_ID | NUMBER | 18 | Identifier of the source system from where the data is collected. | ||
| SR_INSTANCE_CODE | VARCHAR2 | 30 | Source Instance code from which data is being populated | ||
| MODELLING_ORG_CODE | VARCHAR2 | 80 | Org_code if the supplier is modeled as an organization.This is not needed for Carriers. | ||
| DELETED_FLAG | NUMBER | 2 | Flag indicating whether this is a deleted record | ||
| PARTY_ID | NUMBER | 18 | Get the party_id of the Supplier and the Carriers from the TCA tables. | ||
| OPERATION_TYPE | VARCHAR2 | 2 | Operation type of the trading partner | ||
| LOAD_REQUEST_ID | NUMBER | It Stores the Request ID of Job that loaded the data. | |||
| CUTOFF_TIME | NUMBER | This column stores the shipping cut off time of respective carrier in minutes. Not relevant for other types of trading partners. The value ranges from 0 to (24*60) -1 | |||
| PICK_PACK_LEAD_TIME | NUMBER | This column stores the Pick Pack Lead Time of the respective carrier in days. |