Search Results sales_rep_pk
Overview
APPS.MSD_SHIPMENT_DATA_V is an Oracle E-Business Suite reporting view that exposes shipment activity in a fully denormalized form. It belongs to the MSD (Multi-Organization Sales Data) family of objects, which underpins Oracle's sales and order-management reporting schemas in EBS 12.1.1 and 12.2.2. The view resolves internal surrogate key identifiers into their corresponding human-readable level values, so that consumers — BI Publisher reports, Discoverer workbooks, custom concurrent programs, and integration extracts — can query shipment metrics without joining the underlying key-flex infrastructure themselves.
The object is owned by APPS and is a read-only construct. For the user search term "sales_channel_pk," the view is directly relevant: it surfaces both the decoded sales channel value (SALES_CHANNEL_PK.LEVEL_VALUE) and the raw surrogate key (SALES_CHANNEL_PK.LEVEL_PK) as the alias SALES_CHANNEL_PK, allowing reports to group or filter shipments by channel without a secondary lookup.
Underlying Base Objects
The view is defined over two documented base objects, both accessed through synonyms in the APPS schema:
- MSD_SHIPMENT_DATA — the driving fact table holding shipment measures and foreign keys such as
SR_INV_ORG_PK,SR_ITEM_PK,SR_SALES_CHANNEL_PK,SR_SALES_REP_PK, andSR_SHIP_TO_LOC_PK. - MSD_LEVEL_VALUES — a key-flex / dimension table that maps each surrogate key (
SR_LEVEL_PK) back to a decoded business value (LEVEL_VALUE) for a given dimensionLEVEL_IDandINSTANCE.
The view performs five self-joins of MSD_LEVEL_VALUES to MSD_SHIPMENT_DATA, one per dimension, each constrained by a specific level identifier: item (level_id = 1), inventory organization (7), ship-to location (11), sales representative (18), and sales channel (27). All joins are also constrained on INSTANCE, tying the decoded values to the correct dataset context.
Key Columns
- SALES_CHANNEL_PK — the decoded
LEVEL_VALUEfor the sales channel dimension (level_id 27); the surrogate key is exposed under the same alias viaSALES_CHANNEL_PK.LEVEL_PK. - INV_ORG_PK — decoded inventory organization value (level_id 7) and its key.
- ITEM_PK — decoded item value (level_id 1) and its key.
- SALES_REP_PK — decoded sales representative value (level_id 18) and its key.
- SHIP_TO_LOC_PK — decoded ship-to location value (level_id 11) and its key.
- BOOKED_DATE, REQUESTED_DATE, PROMISED_DATE, SHIPPED_DATE — the four shipment lifecycle dates used for period and lead-time analysis.
- AMOUNT, QTY_SHIPPED — the primary financial and volumetric measures.
- USER_DEFINED1, USER_DEFINED2 — descriptive attributes carried through from the fact table; their corresponding key columns are returned as NULL.
Common Use Cases and Queries
Typical uses include sales-channel performance reporting, on-time shipment analysis, and rep-level or organization-level aggregation. A sample query isolating the sales channel dimension is:
SELECT sales_channel_pk, SUM(amount) revenue, SUM(qty_shipped) units FROM apps.msd_shipment_data_v WHERE shipped_date BETWEEN :from_date AND :to_date GROUP BY sales_channel_pk ORDER BY revenue DESC;- Joining back to
MSD_SHIPMENT_DATAonSR_SALES_CHANNEL_PKwhen the raw key, rather than the decoded label, is required for downstream loads. - Feeding BI Publisher or Discoverer worksheets where the decoded
SALES_CHANNEL_PKis presented directly to end users.
Because the view resolves keys internally, it is preferable to direct joins against the base key tables in high-volume extracts; filtering on decoded values supports ad hoc reporting more conveniently than on surrogates.
-
VIEW: APPS.MSD_SHIPMENT_DATA_V
12.2.2
-
VIEW: APPS.MSD_BOOKING_DATA_V
12.1.1
-
VIEW: APPS.MSD_SHIPMENT_DATA_V
12.1.1
-
VIEW: APPS.MSD_PRICE_LIST_DS_V
12.1.1
-
VIEW: APPS.MSD_PRICE_LIST_V
12.2.2
-
VIEW: APPS.MSD_PRICE_LIST_DS_V
12.2.2
-
VIEW: APPS.MSD_PRICE_LIST_V
12.1.1
-
VIEW: APPS.MSD_BOOKING_DATA_V
12.2.2
-
View: MSD_SHIPMENT_DATA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_SHIPMENT_DATA_V, object_name:MSD_SHIPMENT_DATA_V, status:VALID, product: MSD - Demand Planning , description: This view provides the shipment Data in the planning server and is not restricted by a demand plan. If the Planning Server is used for only one demand plan then we can go directly out of the fact table or this view. However if the planning , implementation_dba_data: APPS.MSD_SHIPMENT_DATA_V ,
-
View: MSD_BOOKING_DATA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_BOOKING_DATA_V, object_name:MSD_BOOKING_DATA_V, status:VALID, product: MSD - Demand Planning , description: This view provides the Booking Data in the planning server and is not restricted by a demand plan. If the Planning Server is used for only one demand plan then we can go directly out of the fact table or this view. However if the Planning S , implementation_dba_data: APPS.MSD_BOOKING_DATA_V ,
-
View: MSD_PRICE_LIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_PRICE_LIST_V, object_name:MSD_PRICE_LIST_V, status:VALID, product: MSD - Demand Planning , description: This view to show price list information , implementation_dba_data: APPS.MSD_PRICE_LIST_V ,
-
View: MSD_BOOKING_DATA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_BOOKING_DATA_V, object_name:MSD_BOOKING_DATA_V, status:VALID, product: MSD - Demand Planning , description: This view provides the Booking Data in the planning server and is not restricted by a demand plan. If the Planning Server is used for only one demand plan then we can go directly out of the fact table or this view. However if the Planning S , implementation_dba_data: APPS.MSD_BOOKING_DATA_V ,
-
View: MSD_SHIPMENT_DATA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_SHIPMENT_DATA_V, object_name:MSD_SHIPMENT_DATA_V, status:VALID, product: MSD - Demand Planning , description: This view provides the shipment Data in the planning server and is not restricted by a demand plan. If the Planning Server is used for only one demand plan then we can go directly out of the fact table or this view. However if the planning , implementation_dba_data: APPS.MSD_SHIPMENT_DATA_V ,
-
View: MSD_PRICE_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_PRICE_LIST_V, object_name:MSD_PRICE_LIST_V, status:VALID, product: MSD - Demand Planning , description: This view to show price list information , implementation_dba_data: APPS.MSD_PRICE_LIST_V ,
-
View: MSD_OPPORTUNITY_DATA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_OPPORTUNITY_DATA_V, object_name:MSD_OPPORTUNITY_DATA_V, status:VALID, product: MSD - Demand Planning , description: This view Specifies the Opportunity History. This is not stripped by demand plan id. The user can write a custom view to actually restrict the data from this view and pass that in as a parameter to a demand plan by entering that view as the , implementation_dba_data: APPS.MSD_OPPORTUNITY_DATA_V ,
-
View: MSD_OPPORTUNITY_DATA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_OPPORTUNITY_DATA_V, object_name:MSD_OPPORTUNITY_DATA_V, status:VALID, product: MSD - Demand Planning , description: This view Specifies the Opportunity History. This is not stripped by demand plan id. The user can write a custom view to actually restrict the data from this view and pass that in as a parameter to a demand plan by entering that view as the , implementation_dba_data: APPS.MSD_OPPORTUNITY_DATA_V ,
-
VIEW: APPS.MSD_OPPORTUNITY_DATA_V
12.2.2
-
VIEW: APPS.MSD_SHIPMENT_DATA_CS_V
12.2.2
-
VIEW: APPS.MSD_SHIPMENT_DATA_ORIG_CS_V
12.1.1
-
VIEW: APPS.MSD_BOOKING_DATA_ORIG_CS_V
12.2.2
-
VIEW: APPS.MSD_SHIPMENT_DATA_CS_V
12.1.1
-
VIEW: APPS.MSD_BOOKING_DATA_ORIG_CS_V
12.1.1
-
VIEW: APPS.MSD_OPPORTUNITY_DATA_V
12.1.1
-
VIEW: APPS.MSD_OPPORTUNITY_DATA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_OPPORTUNITY_DATA_V, object_name:MSD_OPPORTUNITY_DATA_V, status:VALID,
-
VIEW: APPS.MSD_OPPORTUNITY_DATA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_OPPORTUNITY_DATA_V, object_name:MSD_OPPORTUNITY_DATA_V, status:VALID,
-
VIEW: APPS.MSD_SHIPMENT_DATA_ORIG_CS_V
12.2.2
-
VIEW: APPS.MSD_BOOKING_DATA_CS_V
12.1.1
-
VIEW: APPS.MSD_BOOKING_DATA_CS_V
12.2.2
-
VIEW: APPS.MSD_BOOKING_DATA_DS_V
12.1.1
-
VIEW: APPS.MSD_BOOKING_DATA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_BOOKING_DATA_V, object_name:MSD_BOOKING_DATA_V, status:VALID,
-
VIEW: APPS.MSD_SHIPMENT_DATA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_SHIPMENT_DATA_V, object_name:MSD_SHIPMENT_DATA_V, status:VALID,
-
VIEW: APPS.MSD_BOOKING_DATA_ORIG_DS_V
12.1.1
-
VIEW: APPS.MSD_BOOKING_DATA_DS_V
12.2.2
-
VIEW: APPS.MSD_SHIPMENT_DATA_DS_V
12.2.2
-
VIEW: APPS.MSD_SHIPMENT_DATA_DS_V
12.1.1
-
VIEW: APPS.MSD_SHIPMENT_DATA_ORIG_DS_V
12.2.2
-
VIEW: APPS.MSD_BOOKING_DATA_ORIG_DS_V
12.2.2
-
VIEW: APPS.MSD_SHIPMENT_DATA_ORIG_DS_V
12.1.1
-
VIEW: APPS.MSD_SHIPMENT_DATA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_SHIPMENT_DATA_V, object_name:MSD_SHIPMENT_DATA_V, status:VALID,
-
VIEW: APPS.MSD_BOOKING_DATA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_BOOKING_DATA_V, object_name:MSD_BOOKING_DATA_V, status:VALID,
-
View: MSD_BOOKING_DATA_ORIG_CS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_BOOKING_DATA_ORIG_CS_V, object_name:MSD_BOOKING_DATA_ORIG_CS_V, status:VALID, product: MSD - Demand Planning , description: This view to support product substitution in booking data , implementation_dba_data: APPS.MSD_BOOKING_DATA_ORIG_CS_V ,
-
View: MSD_SHIPMENT_DATA_ORIG_CS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_SHIPMENT_DATA_ORIG_CS_V, object_name:MSD_SHIPMENT_DATA_ORIG_CS_V, status:VALID, product: MSD - Demand Planning , description: This view to support product substitution in shipment data , implementation_dba_data: APPS.MSD_SHIPMENT_DATA_ORIG_CS_V ,
-
View: MSD_BOOKING_DATA_CS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_BOOKING_DATA_CS_V, object_name:MSD_BOOKING_DATA_CS_V, status:VALID, product: MSD - Demand Planning , description: This view provides Booking Data to Express Upload process. Implemented with Custom Data Stream Module. , implementation_dba_data: APPS.MSD_BOOKING_DATA_CS_V ,
-
View: MSD_BOOKING_DATA_CS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_BOOKING_DATA_CS_V, object_name:MSD_BOOKING_DATA_CS_V, status:VALID, product: MSD - Demand Planning , description: This view provides Booking Data to Express Upload process. Implemented with Custom Data Stream Module. , implementation_dba_data: APPS.MSD_BOOKING_DATA_CS_V ,
-
View: MSD_BOOKING_DATA_ORIG_CS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_BOOKING_DATA_ORIG_CS_V, object_name:MSD_BOOKING_DATA_ORIG_CS_V, status:VALID, product: MSD - Demand Planning , description: This view to support product substitution in booking data , implementation_dba_data: APPS.MSD_BOOKING_DATA_ORIG_CS_V ,
-
View: MSD_SHIPMENT_DATA_ORIG_CS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_SHIPMENT_DATA_ORIG_CS_V, object_name:MSD_SHIPMENT_DATA_ORIG_CS_V, status:VALID, product: MSD - Demand Planning , description: This view to support product substitution in shipment data , implementation_dba_data: APPS.MSD_SHIPMENT_DATA_ORIG_CS_V ,
-
View: MSD_SHIPMENT_DATA_CS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_SHIPMENT_DATA_CS_V, object_name:MSD_SHIPMENT_DATA_CS_V, status:VALID, product: MSD - Demand Planning , description: This view provides the shipment Data in the planning server and is not restricted by a demand plan. If the Planning Server is used for only one demand plan then we can go directly out of the fact table or this view. However if the planning , implementation_dba_data: APPS.MSD_SHIPMENT_DATA_CS_V ,
-
View: MSD_SHIPMENT_DATA_CS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_SHIPMENT_DATA_CS_V, object_name:MSD_SHIPMENT_DATA_CS_V, status:VALID, product: MSD - Demand Planning , description: This view provides the shipment Data in the planning server and is not restricted by a demand plan. If the Planning Server is used for only one demand plan then we can go directly out of the fact table or this view. However if the planning , implementation_dba_data: APPS.MSD_SHIPMENT_DATA_CS_V ,
-
eTRM - MSD Tables and Views
12.2.2
description: This is the fact table that stores the UOM conversions information. ,
-
eTRM - MSD Tables and Views
12.1.1
description: This is the fact table that stores the UOM conversions information. ,