Search Results msc_st_trading_partners
Overview
The MSC_ST_TRADING_PARTNERS table is a staging table within the MSC (Advanced Supply Chain Planning) schema in Oracle E-Business Suite 12.1.1 and 12.2.2. Its documented purpose is to receive and validate data prior to loading into the base table MSC_TRADING_PARTNERS, which stores trading partner definitions used by Advanced Supply Chain Planning. Trading partners in this context represent the modeled organizations, suppliers, customers, and internal entities that participate in the planning supply chain network, together with attributes governing capacity costs, sourcing defaults, and ATP behavior.
From a Data Vault modeling perspective, the heuristic classification of this table is standalone, meaning it is not a dependent satellite or link in the mined foreign-key graph but functions as an independent hub-like entity. Each row is a candidate business entity keyed by PARTNER_ID, carrying descriptive attributes alongside operational staging metadata. This classification is a modeling suggestion derived from the FK structure, not a mandatory design constraint.
As a staging object, the table is populated by the collection program. Records flow through a validation and processing cycle, controlled by the PROCESS_FLAG, ERROR_TEXT, and MESSAGE_ID columns, which allow rejected rows to be inspected and corrected before final promotion.
Key Information Stored
The table contains 81 documented columns. The most consequential are:
- PARTNER_ID — the surrogate primary key identifying each trading partner record.
- SR_TP_ID — the source-system trading partner identifier, a primary business-key candidate for matching back to the originating instance.
- PARTNER_NAME, PARTNER_NUMBER, PARTNER_TYPE — the descriptive identity and classification of the partner.
- ORGANIZATION_CODE, MASTER_ORGANIZATION, MASTER_ORGANIZATION_CODE, SOURCE_ORG_ID, SOURCE_ORG_CODE — organizational context and source-origin mapping.
- MODELED_CUSTOMER_ID, MODELED_CUSTOMER_SITE_ID, MODELED_SUPPLIER_ID, MODELED_SUPPLIER_SITE_ID — links to the modeled customer and supplier entities.
- COMPANY_ID, COMPANY_NAME, LEGAL_ENTITY, OPERATING_UNIT — legal and accounting alignment.
- DEMAND_LATENESS_COST, SUPPLIER_CAP_OVERUTIL_COST, RESOURCE_CAP_OVERUTIL_COST, TRANSPORT_CAP_OVER_UTIL_COST — planning cost parameters.
- DEFAULT_ATP_RULE_ID, SERVICE_LEVEL, CUSTOMER_CLASS_CODE — fulfillment and service attributes.
- SR_INSTANCE_ID, REFRESH_ID, BATCH_ID, PROCESS_FLAG, ERROR_TEXT — staging control and diagnostics.
Common Use Cases and Queries
The principal use case is diagnosing collection failures. Rows that failed validation remain flagged and carry an explanatory message, enabling targeted correction and re-collection.
SELECT partner_id, partner_name, partner_number,
process_flag, error_text
FROM msc.msc_st_trading_partners
WHERE process_flag = 'E';
Analysts also reconcile staging content against the base table before and after a collection refresh, and profile cost and service attributes for supply chain tuning:
SELECT sr_tp_id, partner_name, demand_lateness_cost,
supplier_cap_overutil_cost
FROM msc.msc_st_trading_partners
WHERE refresh_id = :refresh_id
AND process_flag = 'S';
Reporting scenarios include partner master-data extracts, ATP-rule assignment audits, and legal-entity reconciliation using COMPANY_ID and SET_OF_BOOKS_ID.
Related Objects
- MSC_TRADING_PARTNERS — the base target table populated from this staging object.
- PN_COMPANIES_ALL — referenced via COMPANY_ID; the source of legal company definitions.
- GL_MGT_SEG_UPGRADE_H — referenced via CHART_OF_ACCOUNTS_ID for accounting segment context.
- MSC_ST_ORGANIZATIONS — companion staging table supplying organizational hierarchy data used in partner resolution.
- MSC_ST_COMPANIES — staging source for company-level attributes joined through COMPANY_ID.
- MSC_COLLECTIONS / collection program concurrent requests — drive the population and validation of this staging table via REQUEST_ID and PROGRAM_ID.
- MSC_SYSTEM_ITEMS and MSC_ST_SYSTEM_ITEMS — related planning staging chain sharing the SR_INSTANCE_ID and REFRESH_ID control columns.
-
Table: MSC_ST_TRADING_PARTNERS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_TRADING_PARTNERS, object_name:MSC_ST_TRADING_PARTNERS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: The staging table used by the collection program to validate and process data for table MSC_TRADING_PARTNERS. , implementation_dba_data: MSC.MSC_ST_TRADING_PARTNERS ,
-
Table: MSC_ST_TRADING_PARTNERS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_TRADING_PARTNERS, object_name:MSC_ST_TRADING_PARTNERS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: The staging table used by the collection program to validate and process data for table MSC_TRADING_PARTNERS. , implementation_dba_data: MSC.MSC_ST_TRADING_PARTNERS ,
-
SYNONYM: APPS.MSC_ST_TRADING_PARTNERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_ST_TRADING_PARTNERS, status:VALID,
-
SYNONYM: APPS.MSC_ST_TRADING_PARTNERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_ST_TRADING_PARTNERS, status:VALID,
-
TABLE PARTITION: MSC.MSC_ST_TRADING_PARTNERS
12.2.2
owner:MSC, object_type:TABLE PARTITION, object_name:MSC_ST_TRADING_PARTNERS, subobject_name:ST_TRADING_PARTNERS_LEG, status:VALID,
-
TABLE PARTITION: MSC.MSC_ST_TRADING_PARTNERS
12.1.1
owner:MSC, object_type:TABLE PARTITION, object_name:MSC_ST_TRADING_PARTNERS, subobject_name:ST_TRADING_PARTNERS_LEG, status:VALID,
-
VIEW: MSC.MSC_ST_TRADING_PARTNERS#
12.2.2
owner:MSC, object_type:VIEW, object_name:MSC_ST_TRADING_PARTNERS#, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.GMP_CALENDAR_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMP_CALENDAR_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMP_CALENDAR_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMP_CALENDAR_PKG, status:VALID,
-
APPS.MSC_CL_SCE_COLLECTION SQL Statements
12.2.2
-
APPS.MSC_CL_SCE_COLLECTION SQL Statements
12.1.1
-
VIEW: MSC.MSC_ST_TRADING_PARTNERS#
12.2.2
-
Lookup Type: MSC_STAGING_TABLE
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: MSC_STAGING_TABLE , description: List of staging tables used by Collections ,
-
PACKAGE BODY: APPS.MSC_CL_GMP_UTILITY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_CL_GMP_UTILITY, status:VALID,
-
PACKAGE BODY: APPS.MSC_CL_SCE_COLLECTION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_CL_SCE_COLLECTION, status:VALID,
-
Lookup Type: MSC_STAGING_TABLE
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: MSC_STAGING_TABLE , description: List of staging tables used by Collections ,
-
PACKAGE BODY: APPS.MSC_CL_SCE_COLLECTION
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_CL_SCE_COLLECTION, status:VALID,
-
PACKAGE BODY: APPS.MSC_CL_GMP_UTILITY
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_CL_GMP_UTILITY, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.MSC_CL_SETUP_ODS_LOAD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_CL_SETUP_ODS_LOAD, status:VALID,
-
PACKAGE BODY: APPS.MSC_CL_SETUP_ODS_LOAD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_CL_SETUP_ODS_LOAD, status:VALID,
-
TABLE: MSC.MSC_ST_TRADING_PARTNERS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_TRADING_PARTNERS, object_name:MSC_ST_TRADING_PARTNERS, status:VALID,
-
Lookup Type: MSC_X_SETUP_ENTITY_CODE
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: MSC_ST_DEMANDS ,
-
PACKAGE BODY: APPS.MSC_CL_PRE_PROCESS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_CL_PRE_PROCESS, status:VALID,
-
TABLE: MSC.MSC_ST_TRADING_PARTNERS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_TRADING_PARTNERS, object_name:MSC_ST_TRADING_PARTNERS, status:VALID,
-
PACKAGE BODY: APPS.MSC_CL_PRE_PROCESS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_CL_PRE_PROCESS, status:VALID,
-
Lookup Type: MSC_X_SETUP_ENTITY_CODE
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: MSC_ST_DEMANDS ,
-
PACKAGE BODY: APPS.MSC_CL_SCE_COLLECTION
12.2.2
-
APPS.MSC_CL_SETUP_PULL SQL Statements
12.1.1
-
APPS.MSC_CL_SETUP_PULL SQL Statements
12.2.2
-
PACKAGE BODY: APPS.MSC_CL_SCE_COLLECTION
12.1.1
-
APPS.MSC_CL_SETUP_ODS_LOAD SQL Statements
12.1.1
-
PACKAGE BODY: APPS.MSC_CL_SETUP_PULL
12.1.1
-
PACKAGE BODY: APPS.MSC_CL_SETUP_PULL
12.2.2
-
APPS.MSC_CL_SETUP_ODS_LOAD SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.MSC_CL_PRE_PROCESS SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.MSC_CL_SCE_COLLECTION dependencies on MSC_ST_TRADING_PARTNERS
12.1.1
-
APPS.MSC_CL_SETUP_ODS_LOAD dependencies on MSC_ST_TRADING_PARTNERS
12.2.2