Search Results cost_type_name
Overview
CSTBV_MFG_RESOURCE_COSTS is a Business Intelligence System (BIS) view owned by the APPS schema in Oracle E-Business Suite. It is registered in the application design data under the product short name BOM with the FND Design Data identifier BOM.CSTBV_MFG_RESOURCE_COSTS, and its status is VALID in both the 12.1.1 and 12.2.2 releases. The view presents the resource and outside processing resource unit costs maintained within Oracle Cost Management, exposing the costing rate assigned to each manufacturing resource for a given cost type and organization. Because it is a denormalized reporting view rather than a base transactional table, it does not carry the full set of internal foreign keys and audit columns found on the underlying cost tables. Instead, it surfaces the descriptive identifiers — cost type name and resource name — alongside the numeric rate, which makes it directly consumable by BI Publisher reports, Oracle Discoverer workbooks, and custom SQL extracts without the need for additional joins to resolve names from IDs.
Underlying Base Objects
The ETRM metadata documents three referenced base objects, all resolved through synonyms in the APPS schema: BOM_RESOURCES, CST_COST_TYPES, and CST_RESOURCE_COSTS. CST_RESOURCE_COSTS is the primary cost repository and supplies the resource rate, the cost type, the organization context, and the audit columns. CST_COST_TYPES supplies the cost type definition, which the view surfaces as COST_TYPE_NAME. BOM_RESOURCES is the resource master and supplies the resource identifier and resource name displayed as RESOURCE_NAME. The view therefore consolidates a costing fact (the rate) with two dimension sources (cost type and resource) into a single flattened structure. No database object references CSTBV_MFG_RESOURCE_COSTS, confirming that it sits at the top of the dependency chain and is intended strictly as a read-only reporting surface rather than as input to further object definitions.
Key Columns
- COST_TYPE_ID — Numeric identifier of the cost type under which the resource rate is defined.
- COST_TYPE_NAME — VARCHAR2(10) descriptive name of the cost type; this is the column most commonly searched for when filtering rates by costing method or frozen cost type.
- RESOURCE_ID — Numeric identifier of the manufacturing or outside processing resource.
- RESOURCE_NAME — VARCHAR2(10) descriptive resource name associated with the rate.
- RESOURCE_RATE — The unit cost or rate applied to the resource for the specified cost type and organization.
- ORGANIZATION_ID — Numeric identifier of the inventory organization in which the cost is valid, enabling multi-organization comparison.
- CREATED_DATE, CREATED_BY, UPDATED_DATE, UPDATED_BY — Standard audit columns recording the creation and last modification of the cost record.
Common Use Cases and Queries
The view is most frequently used to audit and compare resource rates across cost types and organizations, and to feed cost rollup extracts. A typical query filters by the cost type name of interest, which corresponds directly to the user's search term:
- List all rates for a named cost type: SELECT cost_type_name, resource_name, resource_rate, organization_id FROM apps.cstbv_mfg_resource_costs WHERE cost_type_name = :cost_type;
- Compare one resource across organizations: SELECT organization_id, resource_rate FROM apps.cstbv_mfg_resource_costs WHERE resource_name = :resource ORDER BY organization_id;
- Identify recently changed rates: SELECT resource_name, cost_type_name, resource_rate, updated_date FROM apps.cstbv_mfg_resource_costs WHERE updated_date > SYSDATE - 30;
- Exclude outside processing resources where a distinct naming convention applies by constraining RESOURCE_NAME with a pattern predicate.
Because the view hides internal joins and keys, it is well suited to ad hoc reporting and integration interfaces that require ready-to-publish name and rate pairs. Reports demanding full costing detail, such as basis type or activity data, should instead query CST_RESOURCE_COSTS directly.
-
VIEW: APPS.CSTBV_MFG_RESOURCE_COSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_MFG_RESOURCE_COSTS, object_name:CSTBV_MFG_RESOURCE_COSTS, status:VALID,
-
VIEW: APPS.CSTBV_LE_COST_TYPES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_LE_COST_TYPES, object_name:CSTBV_LE_COST_TYPES, status:VALID,
-
VIEW: APPS.CSTFV_MFG_RESOURCE_COSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_MFG_RESOURCE_COSTS, object_name:CSTFV_MFG_RESOURCE_COSTS, status:VALID,
-
VIEW: APPS.CSTBV_MFG_RESOURCE_COSTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_MFG_RESOURCE_COSTS, object_name:CSTBV_MFG_RESOURCE_COSTS, status:VALID,
-
VIEW: APPS.CSTBV_MFG_RESOURCE_OVERHEADS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_MFG_RESOURCE_OVERHEADS, object_name:CSTBV_MFG_RESOURCE_OVERHEADS, status:VALID,
-
View: CST_MGD_LIFO_PERIODS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_MGD_LIFO_PERIODS_V, object_name:CST_MGD_LIFO_PERIODS_V, status:VALID, product: BOM - Bills of Material , description: View to retrieve period information from pac period table restricted by mfg_lookups.lookup_type = CST_PAC_PERIOD_STATUS mfg_lookups.lookup_code = DECODE(pp.open_flag,'Y',2,'N',4,3) , implementation_dba_data: APPS.CST_MGD_LIFO_PERIODS_V ,
-
VIEW: APPS.CSTFV_LE_COST_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_LE_COST_TYPES, object_name:CSTFV_LE_COST_TYPES, status:VALID,
-
VIEW: APPS.CSTFV_COST_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_COST_TYPES, object_name:CSTFV_COST_TYPES, status:VALID,
-
VIEW: APPS.CSTBV_RCV_ACQ_COSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_RCV_ACQ_COSTS, object_name:CSTBV_RCV_ACQ_COSTS, status:VALID,
-
VIEW: APPS.CSTBV_RCV_ACQ_COSTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_RCV_ACQ_COSTS, object_name:CSTBV_RCV_ACQ_COSTS, status:VALID,
-
View: CST_MGD_LIFO_PERIODS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_MGD_LIFO_PERIODS_V, object_name:CST_MGD_LIFO_PERIODS_V, status:VALID, product: BOM - Bills of Material , description: View to retrieve period information from pac period table restricted by mfg_lookups.lookup_type = CST_PAC_PERIOD_STATUS mfg_lookups.lookup_code = DECODE(pp.open_flag,'Y',2,'N',4,3) , implementation_dba_data: APPS.CST_MGD_LIFO_PERIODS_V ,
-
VIEW: APPS.CSTFV_MFG_RESOURCE_OVERHEADS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_MFG_RESOURCE_OVERHEADS, object_name:CSTFV_MFG_RESOURCE_OVERHEADS, status:VALID,
-
VIEW: APPS.CSTFV_MFG_RESOURCE_COSTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_MFG_RESOURCE_COSTS, object_name:CSTFV_MFG_RESOURCE_COSTS, status:VALID,
-
VIEW: APPS.CSTBV_MFG_DEPARTMENT_OVERHEADS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_MFG_DEPARTMENT_OVERHEADS, object_name:CSTBV_MFG_DEPARTMENT_OVERHEADS, status:VALID,
-
VIEW: APPS.CSTBV_MFG_RESOURCE_OVERHEADS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_MFG_RESOURCE_OVERHEADS, object_name:CSTBV_MFG_RESOURCE_OVERHEADS, status:VALID,
-
VIEW: APPS.CSTBV_LE_COST_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_LE_COST_TYPES, object_name:CSTBV_LE_COST_TYPES, status:VALID,
-
VIEW: APPS.CSTFV_MFG_RESOURCE_OVERHEADS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_MFG_RESOURCE_OVERHEADS, object_name:CSTFV_MFG_RESOURCE_OVERHEADS, status:VALID,
-
VIEW: APPS.CSTBV_MFG_DEPARTMENT_OVERHEADS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_MFG_DEPARTMENT_OVERHEADS, object_name:CSTBV_MFG_DEPARTMENT_OVERHEADS, status:VALID,
-
VIEW: APPS.CSTFV_LE_COST_TYPES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_LE_COST_TYPES, object_name:CSTFV_LE_COST_TYPES, status:VALID,
-
VIEW: APPS.CST_MGD_LIFO_PERIODS_V
12.1.1
-
VIEW: APPS.CSTFV_MFG_DEPARTMENT_OVERHEADS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_MFG_DEPARTMENT_OVERHEADS, object_name:CSTFV_MFG_DEPARTMENT_OVERHEADS, status:VALID,
-
VIEW: APPS.CSTBV_COST_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_COST_TYPES, object_name:CSTBV_COST_TYPES, status:VALID,
-
VIEW: APPS.CSTBV_COST_TYPES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_COST_TYPES, object_name:CSTBV_COST_TYPES, status:VALID,
-
VIEW: APPS.CSTBV_RCV_ACQ_COST_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_RCV_ACQ_COST_DETAILS, object_name:CSTBV_RCV_ACQ_COST_DETAILS, status:VALID,
-
VIEW: APPS.CSTFV_PAC_PERIODS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_PAC_PERIODS, object_name:CSTFV_PAC_PERIODS, status:VALID,
-
VIEW: APPS.CSTFV_RCV_ACQ_COSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_RCV_ACQ_COSTS, object_name:CSTFV_RCV_ACQ_COSTS, status:VALID,
-
VIEW: APPS.CSTFV_RCV_ACQ_COST_DETAILS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_RCV_ACQ_COST_DETAILS, object_name:CSTFV_RCV_ACQ_COST_DETAILS, status:VALID,
-
VIEW: APPS.CSTFV_PAC_PERIOD_BALANCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_PAC_PERIOD_BALANCES, object_name:CSTFV_PAC_PERIOD_BALANCES, status:VALID,
-
VIEW: APPS.CSTFV_MFG_DEPARTMENT_OVERHEADS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_MFG_DEPARTMENT_OVERHEADS, object_name:CSTFV_MFG_DEPARTMENT_OVERHEADS, status:VALID,
-
VIEW: APPS.CST_MGD_LIFO_PERIODS_V
12.2.2
-
VIEW: APPS.CSTFV_COST_TYPES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_COST_TYPES, object_name:CSTFV_COST_TYPES, status:VALID,
-
VIEW: APPS.CSTFV_PAC_PERIOD_BALANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_PAC_PERIOD_BALANCES, object_name:CSTFV_PAC_PERIOD_BALANCES, status:VALID,
-
VIEW: APPS.CSTFV_ITEM_STD_COST_UPDATES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_ITEM_STD_COST_UPDATES, object_name:CSTFV_ITEM_STD_COST_UPDATES, status:VALID,
-
VIEW: APPS.CSTBV_RCV_ACQ_COST_DETAILS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_RCV_ACQ_COST_DETAILS, object_name:CSTBV_RCV_ACQ_COST_DETAILS, status:VALID,
-
VIEW: APPS.CSTFV_RCV_ACQ_COSTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_RCV_ACQ_COSTS, object_name:CSTFV_RCV_ACQ_COSTS, status:VALID,
-
VIEW: APPS.CSTFV_PAC_PERIODS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_PAC_PERIODS, object_name:CSTFV_PAC_PERIODS, status:VALID,
-
VIEW: APPS.CST_MGD_LIFO_PERIODS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_MGD_LIFO_PERIODS_V, object_name:CST_MGD_LIFO_PERIODS_V, status:VALID,
-
VIEW: APPS.CSTBV_PAC_PERIOD_BALANCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_PAC_PERIOD_BALANCES, object_name:CSTBV_PAC_PERIOD_BALANCES, status:VALID,
-
View: CSTBV_LE_COST_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_LE_COST_TYPES, object_name:CSTBV_LE_COST_TYPES, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CSTBV_LE_COST_TYPES ,
-
VIEW: APPS.CSTFV_ITEM_STD_COST_UPDATES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_ITEM_STD_COST_UPDATES, object_name:CSTFV_ITEM_STD_COST_UPDATES, status:VALID,
-
View: CSTFV_LE_COST_TYPES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_LE_COST_TYPES, object_name:CSTFV_LE_COST_TYPES, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CSTFV_LE_COST_TYPES ,
-
View: CSTBV_MFG_RESOURCE_COSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_MFG_RESOURCE_COSTS, object_name:CSTBV_MFG_RESOURCE_COSTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_MFG_RESOURCE_COSTS ,
-
VIEW: APPS.CSTBV_PAC_PERIOD_BALANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_PAC_PERIOD_BALANCES, object_name:CSTBV_PAC_PERIOD_BALANCES, status:VALID,
-
VIEW: APPS.CSTFV_RCV_ACQ_COST_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_RCV_ACQ_COST_DETAILS, object_name:CSTFV_RCV_ACQ_COST_DETAILS, status:VALID,
-
View: CSTFV_LE_COST_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_LE_COST_TYPES, object_name:CSTFV_LE_COST_TYPES, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CSTFV_LE_COST_TYPES ,
-
View: CSTBV_MFG_RESOURCE_OVERHEADS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_MFG_RESOURCE_OVERHEADS, object_name:CSTBV_MFG_RESOURCE_OVERHEADS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_MFG_RESOURCE_OVERHEADS ,
-
View: CSTBV_MFG_DEPARTMENT_OVERHEADS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_MFG_DEPARTMENT_OVERHEADS, object_name:CSTBV_MFG_DEPARTMENT_OVERHEADS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_MFG_DEPARTMENT_OVERHEADS ,
-
View: CSTBV_LE_COST_TYPES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_LE_COST_TYPES, object_name:CSTBV_LE_COST_TYPES, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CSTBV_LE_COST_TYPES ,
-
View: CSTFV_MFG_RESOURCE_COSTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_MFG_RESOURCE_COSTS, object_name:CSTFV_MFG_RESOURCE_COSTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_MFG_RESOURCE_COSTS ,
-
View: CSTFV_PAC_PERIODS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_PAC_PERIODS, object_name:CSTFV_PAC_PERIODS, status:VALID, product: BOM - Bills of Material , description: Information about open and closed periods , implementation_dba_data: APPS.CSTFV_PAC_PERIODS ,