Search Results item_pk
Overview
APPS.MSD_PRICE_LIST_V is a reporting view in the Oracle E-Business Suite Advanced Pricing / ETRM (Enterprise Territory and Pricing Management) schema. It exposes the dimensional structure of price list records by resolving the surrogate level keys stored on the MSD_PRICE_LIST staging table into their descriptive level identifiers and primary keys held in MSD_LEVEL_VALUES. The view is owned by the APPS schema and is typically consumed by pricing analytics, territory and pricing integration jobs, and downstream reporting that requires a denormalized, human-readable rendering of price list dimensions.
Because the underlying MSD_PRICE_LIST object is populated by the pricing refresh and dimension-resolution processes, MSD_PRICE_LIST_V is most useful in contexts where price list rows must be joined to organization, product, geography, sales channel, sales representative, and demand class hierarchies. It is a read-only construct; it performs no DML and is intended strictly for query access.
Underlying Base Objects
The view is defined over two documented base objects, both referenced through synonyms in the APPS schema:
- MSD_PRICE_LIST — the primary price list staging table, supplying PRICE_LIST_NAME, START_DATE, END_DATE, PRICE, PRIORITY, LAST_REFRESH_NUM, CREATED_BY_REFRESH_NUM, ACTION_CODE, and the level key columns used in the joins.
- MSD_LEVEL_VALUES — referenced six times under the aliases ORG_PK, DCS_PK, ITEM_PK, SALES_CHANNEL_PK, SALES_REP_PK, and GEO_PK, resolving each surrogate level key to its LEVEL_ID and LEVEL_PK.
All joins are equijoins on INSTANCE, SR_LEVEL_PK, and LEVEL_ID. With the exception of the demand class join (DCS_PK), which uses the outer-join (+) operator and is therefore optional, every dimension join is mandatory. A row is returned only when matching level value rows exist for organization, product, sales channel, sales representative, and geography; demand class may be null. Note that the customer level join present in older source variants is commented out in the documented view text, so customer dimension data is not exposed.
Key Columns
- ORG_PK.LEVEL_ID / INV_ORG_PK — the organization level identifier and resolved primary key; the inventory organization dimension.
- ITEM_PK.LEVEL_ID / ITEM_PK — the product level identifier and resolved product primary key.
- SALES_CHANNEL_PK, SALES_REP_PK, GEO_PK — level identifiers and resolved primary keys for sales channel, sales representative, and geography.
- DCS_PK.LEVEL_ID / DCS_PK.LEVEL_PK — the demand class dimension, nullable due to the outer join.
- USER_DEFINED1_LVL_ID, USER_DEFINED2_LVL_ID — level identifiers for configurable user-defined dimensions; their PK columns are returned as TO_NUMBER(NULL) placeholders.
- PRICE_LIST, START_DATE, END_DATE, PRICE, PRIORITY — the commercial attributes of the price list record.
- LAST_REFRESH_NUM, CREATED_BY_REFRESH_NUM, ACTION_CODE — refresh and change-tracking metadata used by pricing synchronization processes.
- COST_FLAG — a literal constant '0', indicating the row represents a selling price list rather than a cost list.
Common Use Cases and Queries
Typical uses include validating which price list records resolved successfully across all mandatory dimensions, auditing refresh cycles, and feeding pricing data to external systems. A basic query retrieving active price list entries with their organization and product identifiers might read:
SELECT price_list, inv_org_pk, item_pk, price, start_date, end_date, priority FROM apps.msd_price_list_v WHERE TRUNC(SYSDATE) BETWEEN start_date AND end_date;SELECT price_list, COUNT(*) FROM apps.msd_price_list_v GROUP BY price_list;— price list row counts by list.SELECT * FROM apps.msd_price_list_v WHERE last_refresh_num > created_by_refresh_num;— rows changed in the latest refresh.
Because all mandatory joins must succeed, the view is also an effective diagnostic for incomplete dimension resolution: records absent from the view correspond to MSD_PRICE_LIST rows whose organization, product, channel, representative, or geography level values could not be matched.
-
VIEW: APPS.MSD_PRICE_LIST_V
12.1.1
-
APPS.EDW_UNSPSC_M_C SQL Statements
12.1.1
-
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_BOOKING_DATA_V
12.2.2
-
VIEW: APPS.MSD_PRICE_LIST_DS_V
12.1.1
-
VIEW: APPS.MSD_PRICE_LIST_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: APPS.MSD_PRICE_LIST_DS_V
12.2.2
-
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: MTH.MTH_ITEMS_STG#
12.2.2
-
VIEW: MTH.MTH_ITEMS_ERR#
12.2.2
-
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: MTH.MTH_ITEMS_D#
12.2.2
-
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 ,
-
TABLE: POA.POA_DNB_ITEMS
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:POA.POA_DNB_ITEMS, object_name:POA_DNB_ITEMS, status:VALID,
-
PACKAGE BODY: APPS.EDW_UNSPSC_M_C
12.1.1
-
VIEW: APPS.MTH_SRC_ITEMS_V
12.2.2
-
VIEW: APPS.MSD_ITEM_MASTER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_ITEM_MASTER_V, object_name:MSD_ITEM_MASTER_V, status:VALID,
-
VIEW: APPS.MSD_ITEM_MASTER_LB_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSD_ITEM_MASTER_LB_V, status:VALID,
-
VIEW: APPS.MSD_ITEM_MASTER_LB_V
12.1.1
owner:APPS, object_type:VIEW, object_name:MSD_ITEM_MASTER_LB_V, status:VALID,
-
View: MSD_MFG_FCST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_MFG_FCST_V, object_name:MSD_MFG_FCST_V, status:VALID, product: MSD - Demand Planning , description: This view specifies the Manufacturing Forecast. This is not stripped by the demand plan id. It has a forecast designator that could be used along with the demand plan parameter's nameto strip this information by the demand plan. MRP_FORECA , implementation_dba_data: APPS.MSD_MFG_FCST_V ,
-
VIEW: APPS.MSD_MFG_FCST_V
12.1.1
-
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: APPS.MSD_MFG_FCST_V
12.2.2
-
View: MSD_MFG_FCST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_MFG_FCST_V, object_name:MSD_MFG_FCST_V, status:VALID, product: MSD - Demand Planning , description: This view specifies the Manufacturing Forecast. This is not stripped by the demand plan id. It has a forecast designator that could be used along with the demand plan parameter's nameto strip this information by the demand plan. MRP_FORECA , implementation_dba_data: APPS.MSD_MFG_FCST_V ,
-
Table: MTH_ITEMS_ERR
12.2.2
owner:MTH, object_type:TABLE, fnd_design_data:MTH.MTH_ITEMS_ERR, object_name:MTH_ITEMS_ERR, status:VALID, product: MTH - Oracle Manufacturing Operations Center , description: Error table for MTH_ITEMS_D , implementation_dba_data: MTH.MTH_ITEMS_ERR ,
-
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_ITEM_MASTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_ITEM_MASTER_V, object_name:MSD_ITEM_MASTER_V, status:VALID,
-
Table: MTH_ITEMS_D
12.1.1
owner:MTH, object_type:TABLE, fnd_design_data:MTH.MTH_ITEMS_D, object_name:MTH_ITEMS_D, status:VALID, product: MTH - Oracle Manufacturing Operations Center , implementation_dba_data: MTH.MTH_ITEMS_D ,
-
Table: MTH_ITEMS_ERR
12.1.1
owner:MTH, object_type:TABLE, fnd_design_data:MTH.MTH_ITEMS_ERR, object_name:MTH_ITEMS_ERR, status:VALID, product: MTH - Oracle Manufacturing Operations Center , implementation_dba_data: MTH.MTH_ITEMS_ERR ,
-
TABLE: MTH.MTH_ITEMS_STG
12.1.1
owner:MTH, object_type:TABLE, fnd_design_data:MTH.MTH_ITEMS_STG, object_name:MTH_ITEMS_STG, status:VALID,
-
VIEW: APPS.MSD_PRICE_LIST_LB_V
12.1.1
-
VIEW: APPS.MSD_PRICE_LIST_LB_V
12.2.2
-
PACKAGE BODY: APPS.PAY_JP_ITWB_ARCHIVE_PKG
12.2.2
-
VIEW: APPS.MSD_SHIPMENT_DATA_ORIG_CS_V
12.1.1
-
VIEW: APPS.MSD_SHIPMENT_DATA_CS_V
12.2.2
-
VIEW: APPS.MSD_MFG_FCST_CS_V
12.2.2
-
VIEW: MTH.MTH_ITEMS_ERR#
12.2.2
owner:MTH, object_type:VIEW, object_name:MTH_ITEMS_ERR#, status:VALID,
-
TABLE: MTH.MTH_ITEMS_D
12.1.1
owner:MTH, object_type:TABLE, fnd_design_data:MTH.MTH_ITEMS_D, object_name:MTH_ITEMS_D, status:VALID,
-
TABLE: POA.POA_UNSPSC_INTERFACE
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:POA.POA_UNSPSC_INTERFACE, object_name:POA_UNSPSC_INTERFACE, status:VALID,
-
VIEW: APPS.MSD_OPPORTUNITY_DATA_V
12.2.2
-
TABLE: MTH.MTH_ITEMS_STG
12.2.2
owner:MTH, object_type:TABLE, fnd_design_data:MTH.MTH_ITEMS_STG, object_name:MTH_ITEMS_STG, status:VALID,
-
VIEW: MTH.MTH_ITEMS_STG#
12.2.2
owner:MTH, object_type:VIEW, object_name:MTH_ITEMS_STG#, status:VALID,
-
VIEW: MTH.MTH_ITEMS_D#
12.2.2
owner:MTH, object_type:VIEW, object_name:MTH_ITEMS_D#, status:VALID,
-
VIEW: APPS.MSD_OPPORTUNITY_DATA_V
12.1.1
-
APPS.PAY_JP_ITWB_ARCHIVE_PKG SQL Statements
12.2.2