Search Results mtl_planning_make_buy
Overview
APPS.CST_ITEM_COST_TYPE_V is a cost-management reporting view in Oracle E-Business Suite (validated in 12.1.1 and 12.2.2). It presents item cost records joined to their owning cost types, organization, item descriptive attributes, item category assignment, and the planning make/buy lookup — all in a single flattened result set. The view is owned by the APPS schema and is documented in ETRM 12.2.2. Its role is primarily reporting and integration: cost analysts, planners, and interface developers use it to retrieve, for each inventory item and cost type, the current cost rollup components (material, resource, overhead, outside processing) alongside the cost type's control flags, without having to re-create the multi-table joins themselves.
Because the view includes the MTL_PLANNING_MAKE_BUY lookup, a common search term associated with this object, it is frequently used to correlate item costs with the make/buy planning classification.
Underlying Base Objects
The view is defined over the following documented base objects referenced in the ETRM metadata and the view text:
CST_ITEM_COSTS(synonym) — the driving table, aliasedCIC; supplies item cost amounts and cost-type linkage.CST_COST_TYPES(synonym) — joined twice: asCCTfor the assigned cost type and asCCT2for the cost type's default (frozen) cost type.MTL_SYSTEM_ITEMS_VL(view) — aliasedMSI; provides item descriptive columns and is restricted to cost-enabled items (COSTING_ENABLED_FLAG = 'Y').MTL_ITEM_CATEGORIES(synonym) — aliasedMIC; outer-joined to supply the item's category assignment.MTL_DEFAULT_CATEGORY_SETS(synonym) — aliasedMDC; constrains the join to the functional area 5 (costing) category set.MFG_LOOKUPS(view) — aliasedLU1; outer-joined onPLANNING_MAKE_BUY_CODEwithLOOKUP_TYPE = 'MTL_PLANNING_MAKE_BUY', returning the decoded meaning.
All joins are inner joins except the item-category and lookup joins, which use Oracle outer-join syntax ((+)).
Key Columns
INVENTORY_ITEM_ID,ORGANIZATION_ID— the item/organization key identifying each cost record.CONCATENATED_SEGMENTS,PADDED_CONCATENATED_SEGMENTS,DESCRIPTION,PRIMARY_UOM_CODE— flexible-formatted item identification and primary UOM.COST_TYPE_ID,COST_TYPE,DESCRIPTION(cost type),ALLOW_UPDATES_FLAG,FROZEN_STANDARD_FLAG,DEFAULT_COST_TYPE_ID— cost type identity and control attributes.ITEM_COST,MATERIAL_COST,MATERIAL_OVERHEAD_COST,RESOURCE_COST,OUTSIDE_PROCESSING_COST,OVERHEAD_COST— the individual cost rollup components and total.INVENTORY_ASSET_FLAG,LOT_SIZE,BASED_ON_ROLLUP_FLAG,SHRINKAGE_RATE,DEFAULTED_FLAG— costing behavior attributes.MEANING— decoded value of theMTL_PLANNING_MAKE_BUYlookup.CATEGORY_ID— the item's assigned costing category.ATTRIBUTE1–ATTRIBUTE15and the standard WHO columns (LAST_UPDATE_DATE,CREATED_BY,REQUEST_ID, etc.) — descriptive flexfield and audit traceability.
Common Use Cases and Queries
Typical uses include cost-inquiry reports, frozen-versus-pending cost comparisons, make/buy analysis, and data extraction for downstream costing or planning systems. A representative query filters cost-enabled items in a target organization and cost type:
SELECT concatenated_segments, cost_type, item_cost, material_cost, resource_cost, overhead_cost, meaning FROM apps.cst_item_cost_type_v WHERE organization_id = :org_id AND cost_type = 'Frozen' ORDER BY concatenated_segments;- Make/buy correlation:
SELECT concatenated_segments, cost_type, item_cost, meaning FROM apps.cst_item_cost_type_v WHERE organization_id = :org_id AND meaning = 'Buy'; - Comparing assigned cost against the cost type's default: join the view's
cost_typeand thecct2.cost_type-derived default column to flag variances between pending and frozen costs.
Because the view already restricts to costing-enabled items and resolves the make/buy lookup, it is generally preferred over querying CST_ITEM_COSTS directly for ad hoc cost reporting.
-
Lookup Type: MTL_PLANNING_MAKE_BUY
12.1.1
product: INV - Inventory , meaning: MTL PLANNING MAKE BUY ,
-
Lookup Type: MTL_PLANNING_MAKE_BUY
12.2.2
product: INV - Inventory , meaning: MTL PLANNING MAKE BUY ,
-
VIEW: APPS.CST_ITEM_COST_TYPE_V
12.1.1
-
VIEW: APPS.CST_ITEM_COST_TYPE_V
12.2.2
-
VIEW: APPS.MRP_SYSTEM_ITEMS_SC_V
12.2.2
-
VIEW: APPS.MRP_SYSTEM_ITEMS_SC_V
12.1.1
-
VIEW: APPS.WIP_NET_AVAILABLE_VIEW
12.1.1
-
VIEW: APPS.WIP_SUB_LOC_NET_AVAIL_VIEW
12.1.1
-
VIEW: APPS.MSC_SIM_ITEM_ATTRIBUTES_V
12.1.1
-
View: CST_ITEM_COST_TYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ITEM_COST_TYPE_V, object_name:CST_ITEM_COST_TYPE_V, status:VALID, product: BOM - Bills of Material , description: Item cost information for a cost type in an organization : SINGLE-ORG view , implementation_dba_data: APPS.CST_ITEM_COST_TYPE_V ,
-
VIEW: APPS.MSC_ITEM_ATTRIBUTES_V
12.2.2
-
VIEW: APPS.MSC_SIM_ITEM_ATTRIBUTES_V
12.2.2
-
VIEW: APPS.WIP_NET_AVAILABLE_VIEW
12.2.2
-
VIEW: APPS.MSC_SYSTEM_ITEMS_SC_V
12.1.1
-
APPS.MRP_MRPRPPLO_XMLP_PKG SQL Statements
12.1.1
-
APPS.MRP_MRPRPPLO_XMLP_PKG SQL Statements
12.2.2
-
VIEW: APPS.MSC_PDR_ITEM_DETAILS_V
12.2.2
-
VIEW: APPS.MSC_PDR_ITEM_DETAILS_V
12.1.1
-
VIEW: APPS.WIP_CUR_NET_AVAILABLE_VIEW
12.1.1
-
VIEW: APPS.WIP_SUB_LOC_NET_AVAIL_VIEW
12.2.2
-
View: MRP_I2_PART_MASTER_V
12.1.1
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding parts planned in Rhythm , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.WIP_CUR_NET_AVAILABLE_VIEW
12.2.2
-
View: MRP_I2_PART_MASTER_V
12.2.2
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding parts planned in Rhythm , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.WIP_CUR_SUB_LOC_NET_AVAIL_VIEW
12.1.1
-
VIEW: APPS.WIP_CUR_SUB_LOC_NET_AVAIL_VIEW
12.2.2
-
View: CST_ITEM_COST_TYPE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ITEM_COST_TYPE_V, object_name:CST_ITEM_COST_TYPE_V, status:VALID, product: BOM - Bills of Material , description: Item cost information for a cost type in an organization : SINGLE-ORG view , implementation_dba_data: APPS.CST_ITEM_COST_TYPE_V ,
-
VIEW: APPS.MSC_SYSTEM_ITEMS_SC_V
12.2.2
-
VIEW: APPS.MSC_ITEM_ATTRIBUTES_V
12.1.1
-
View: WIP_SUB_LOC_NET_AVAIL_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_SUB_LOC_NET_AVAIL_VIEW, object_name:WIP_SUB_LOC_NET_AVAIL_VIEW, status:VALID, product: WIP - Work in Process , description: Job/schedule material requirement supply subinventory/locator quantities , implementation_dba_data: APPS.WIP_SUB_LOC_NET_AVAIL_VIEW ,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_ER1_V
12.1.1
-
View: MRP_SYSTEM_ITEMS_SC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SYSTEM_ITEMS_SC_V, object_name:MRP_SYSTEM_ITEMS_SC_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP or MPS planned items view , implementation_dba_data: APPS.MRP_SYSTEM_ITEMS_SC_V ,
-
View: MRP_SYSTEM_ITEMS_SC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SYSTEM_ITEMS_SC_V, object_name:MRP_SYSTEM_ITEMS_SC_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP or MPS planned items view , implementation_dba_data: APPS.MRP_SYSTEM_ITEMS_SC_V ,
-
View: MSC_SYSTEM_ITEMS_SC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SYSTEM_ITEMS_SC_V, object_name:MSC_SYSTEM_ITEMS_SC_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the items , implementation_dba_data: APPS.MSC_SYSTEM_ITEMS_SC_V ,
-
VIEW: APPS.MSC_COLL_ITEM_ATTRIBUTES_V
12.1.1
-
View: WIP_CUR_NET_AVAILABLE_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_CUR_NET_AVAILABLE_VIEW, object_name:WIP_CUR_NET_AVAILABLE_VIEW, status:VALID, product: WIP - Work in Process , description: Current job/schedule material requirement subinventory quantities , implementation_dba_data: APPS.WIP_CUR_NET_AVAILABLE_VIEW ,
-
View: MSC_SYSTEM_ITEMS_SC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SYSTEM_ITEMS_SC_V, object_name:MSC_SYSTEM_ITEMS_SC_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the items , implementation_dba_data: APPS.MSC_SYSTEM_ITEMS_SC_V ,
-
View: WIP_CUR_NET_AVAILABLE_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_CUR_NET_AVAILABLE_VIEW, object_name:WIP_CUR_NET_AVAILABLE_VIEW, status:VALID, product: WIP - Work in Process , description: Current job/schedule material requirement subinventory quantities , implementation_dba_data: APPS.WIP_CUR_NET_AVAILABLE_VIEW ,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_ER1_V
12.2.2
-
VIEW: APPS.MSC_COLL_ITEM_ATTRIBUTES_V
12.2.2
-
View: WIP_NET_AVAILABLE_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_NET_AVAILABLE_VIEW, object_name:WIP_NET_AVAILABLE_VIEW, status:VALID, product: WIP - Work in Process , description: Job/schedule material requirement subinventory quantities , implementation_dba_data: APPS.WIP_NET_AVAILABLE_VIEW ,
-
View: WIP_NET_AVAILABLE_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_NET_AVAILABLE_VIEW, object_name:WIP_NET_AVAILABLE_VIEW, status:VALID, product: WIP - Work in Process , description: Job/schedule material requirement subinventory quantities , implementation_dba_data: APPS.WIP_NET_AVAILABLE_VIEW ,
-
View: MSC_PDR_ITEM_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_ITEM_DETAILS_V, object_name:MSC_PDR_ITEM_DETAILS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_ITEM_DETAILS_V ,
-
View: WIP_SUB_LOC_NET_AVAIL_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_SUB_LOC_NET_AVAIL_VIEW, object_name:WIP_SUB_LOC_NET_AVAIL_VIEW, status:VALID, product: WIP - Work in Process , description: Job/schedule material requirement supply subinventory/locator quantities , implementation_dba_data: APPS.WIP_SUB_LOC_NET_AVAIL_VIEW ,
-
View: WIP_CUR_SUB_LOC_NET_AVAIL_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_CUR_SUB_LOC_NET_AVAIL_VIEW, object_name:WIP_CUR_SUB_LOC_NET_AVAIL_VIEW, status:VALID, product: WIP - Work in Process , description: Current job/schedule material requirement supply subinventory/locator quantities , implementation_dba_data: APPS.WIP_CUR_SUB_LOC_NET_AVAIL_VIEW ,
-
View: WIP_CUR_SUB_LOC_NET_AVAIL_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_CUR_SUB_LOC_NET_AVAIL_VIEW, object_name:WIP_CUR_SUB_LOC_NET_AVAIL_VIEW, status:VALID, product: WIP - Work in Process , description: Current job/schedule material requirement supply subinventory/locator quantities , implementation_dba_data: APPS.WIP_CUR_SUB_LOC_NET_AVAIL_VIEW ,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_FKEYS_V
12.1.1
-
View: MSC_PDR_ITEM_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_ITEM_DETAILS_V, object_name:MSC_PDR_ITEM_DETAILS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_ITEM_DETAILS_V ,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_FKEYS_V
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
View: MTL_SYSTEM_ITEMS_ER1_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER1_V, object_name:MTL_SYSTEM_ITEMS_ER1_V, status:VALID, product: INV - Inventory , description: ERES : View to support ERES framework for Items , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_ER1_V ,