Search Results eam_enabled_flag
Overview
The view APPS.CST_XLA_INV_ORG_PARAMS_REF_V is a Cost Management (CST) reference view that consolidates inventory organization costing parameters and cost type attributes into a single denormalized structure. It serves as a reference source for Subledger Accounting (XLA) processing and reporting, exposing the organization-level costing configuration required when inventory transactions, cost adjustments, and period-driven cost events are transformed into accounting entries. The view draws its data from the inventory organization parameters maintained in MTL_PARAMETERS and the cost type definitions held in CST_COST_TYPES, joining them so that a single row presents both the organization's costing behavior and its associated cost type characteristics.
Because the name carries the XLA token, this object is most commonly encountered in the context of the Cost Management accounting engine, where it is used to resolve the reference parameters applied during accounting rule evaluation. It also supplies the COST_CUTOFF_DATE attribute—the column most frequently searched in this context—which records the cutoff date used by the costing processes for a given inventory organization.
Underlying Base Objects
The documented base objects referenced by this view are:
CST_COST_TYPES(accessed through a synonym) — provides cost type attributes such as the cost type name,BOM_SNAPSHOT_FLAG,ALLOW_UPDATES_FLAG, andAVAILABLE_TO_ENG_FLAG.MTL_PARAMETERS(accessed through a synonym) — provides the inventory organization parameters, aliased asmp1in the view definition, supplying organization identifiers, cost method, project reference controls, and flags governing process manufacturing, warehouse management, EAM, consigned inventory, and cost group accounting.
The join is driven from MTL_PARAMETERS (alias mp1) to CST_COST_TYPES (alias ct) through the AVG_RATES_COST_TYPE_ID column, which links the organization's average rates cost type to its definition.
Key Columns
INV_ORGANIZATION_ID— the inventory organization identifier sourced frommp1.ORGANIZATION_ID.MASTER_ORGANIZATION_IDandCOST_ORGANIZATION_ID— the master and cost organization associations for the inventory organization.PRIMARY_COST_METHOD— the costing method assigned to the organization (for example, standard, average, FIFO, or LIFO).COST_CUTOFF_DATE— the cutoff date used by Cost Management for the organization; central to period-based costing and accounting reference resolution.AVG_RATES_COST_TYPE_ID/AVG_RATES_COST_TYPE— the surrogate key and user-facing name of the average rates cost type used to joinCST_COST_TYPES.PROJECT_REFERENCE_ENABLED,PM_COST_COLLECTION_ENABLED,PROJECT_CONTROL_LEVEL— project costing reference controls, returned asY/NthroughDECODE.- Flag columns including
BOM_SNAPSHOT_FLAG,ALLOW_UPDATES_FLAG,AVAILABLE_TO_ENG_FLAG,PROCESS_ENABLED_FLAG,WSM_ENABLED_FLAG,WMS_ENABLED_FLAG,EAM_ENABLED_FLAG,CONSIGNED_ORG_FLAG,WCS_ENABLED,DEFER_LOGICAL_TRANSACTIONS,COST_GROUP_ACCOUNTING, andENCUMBRANCE_REVERSAL_FLAG. - Descriptive flexfield columns
ORG_INV_ATTRIBUTE1throughORG_INV_ATTRIBUTE15andORG_INV_ATTRIBUTE_CATEGORY, prefixed to distinguish them from cost type attributes. INV_ORG_AVG_COST_VAR_ACCT— the average cost variance account associated with the organization, relevant to accounting derivation.
Common Use Cases and Queries
The view is typically queried to verify organization costing configuration, to retrieve the cost cutoff date, or to support XLA accounting diagnostics. A representative query returning the cutoff date and primary costing attributes is:
SELECT inv_organization_id, master_organization_id, primary_cost_method, cost_cutoff_date, avg_rates_cost_type, cost_group_accounting FROM apps.cst_xla_inv_org_params_ref_v WHERE inv_organization_id = :org_id;
A second pattern joins the view to accounting events to confirm the reference configuration applied during subledger processing:
SELECT p.inv_organization_id, p.cost_cutoff_date, p.primary_cost_method, p.bom_snapshot_flag FROM apps.cst_xla_inv_org_params_ref_v p WHERE p.project_reference_enabled = 'Y' ORDER BY p.inv_organization_id;
These queries are commonly used during period-close troubleshooting, when reconciling cost cutoff behavior, or when validating that the correct cost type and account references are available to the XLA engine.
-
VIEW: APPS.CST_XLA_INV_ORG_PARAMS_REF_V
12.1.1
-
View: CST_XLA_INV_ORG_PARAMS_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_ORG_PARAMS_REF_V, object_name:CST_XLA_INV_ORG_PARAMS_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_ORG_PARAMS_REF_V ,
-
APPS.BOM_EAMUTIL SQL Statements
12.1.1
-
VIEW: APPS.AHL_MTL_ITEMS_EAM_V
12.1.1
owner:APPS, object_type:VIEW, object_name:AHL_MTL_ITEMS_EAM_V, status:VALID,
-
VIEW: APPS.AHL_MTL_ITEMS_NON_OU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MTL_ITEMS_NON_OU_V, object_name:AHL_MTL_ITEMS_NON_OU_V, status:VALID,
-
VIEW: APPS.AHL_MTL_ITEMS_NON_OU_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MTL_ITEMS_NON_OU_V, object_name:AHL_MTL_ITEMS_NON_OU_V, status:VALID,
-
VIEW: APPS.AHL_MTL_ITEMS_OU_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MTL_ITEMS_OU_V, object_name:AHL_MTL_ITEMS_OU_V, status:VALID,
-
VIEW: APPS.BIS_ORGANIZATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_ORGANIZATIONS_V, object_name:BIS_ORGANIZATIONS_V, status:VALID,
-
VIEW: APPS.AHL_MTL_ITEMS_NON_OU_V
12.2.2
-
APPS.BOM_EAMUTIL SQL Statements
12.2.2
-
VIEW: APPS.AHL_MTL_ITEMS_OU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MTL_ITEMS_OU_V, object_name:AHL_MTL_ITEMS_OU_V, status:VALID,
-
VIEW: APPS.CST_XLA_INV_ORG_PARAMS_REF_V
12.2.2
-
VIEW: APPS.AHL_MTL_ITEMS_NON_OU_V
12.1.1
-
VIEW: APPS.BIS_ORGANIZATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_ORGANIZATIONS_V, object_name:BIS_ORGANIZATIONS_V, status:VALID,
-
View: CST_XLA_INV_ORG_PARAMS_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_ORG_PARAMS_REF_V, object_name:CST_XLA_INV_ORG_PARAMS_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_ORG_PARAMS_REF_V ,
-
VIEW: APPS.AHL_MTL_ITEMS_EAM_V
12.2.2
owner:APPS, object_type:VIEW, object_name:AHL_MTL_ITEMS_EAM_V, status:VALID,
-
VIEW: APPS.MTL_ORG_ASSIGN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ORG_ASSIGN_V, object_name:MTL_ORG_ASSIGN_V, status:VALID,
-
VIEW: APPS.MTL_ORG_ASSIGN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ORG_ASSIGN_V, object_name:MTL_ORG_ASSIGN_V, status:VALID,
-
VIEW: APPS.CST_XLA_INV_ORG_PARAMS_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_ORG_PARAMS_REF_V, object_name:CST_XLA_INV_ORG_PARAMS_REF_V, status:VALID,
-
VIEW: APPS.CST_XLA_INV_ORG_PARAMS_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_ORG_PARAMS_REF_V, object_name:CST_XLA_INV_ORG_PARAMS_REF_V, status:VALID,
-
VIEW: APPS.AHL_ITEM_ASSOCIATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ITEM_ASSOCIATIONS_V, object_name:AHL_ITEM_ASSOCIATIONS_V, status:VALID,
-
APPS.BOM_CSTRDACR_XMLP_PKG SQL Statements
12.1.1
-
APPS.BOM_CSTRACTC_XMLP_PKG SQL Statements
12.2.2
-
APPS.BOM_CSTRDACR_XMLP_PKG SQL Statements
12.2.2
-
APPS.BOM_CSTRACTC_XMLP_PKG SQL Statements
12.1.1
-
APPS.BOM_CSTRWOCR_XMLP_PKG SQL Statements
12.2.2
-
VIEW: APPS.AHL_ITEM_ASSOCIATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ITEM_ASSOCIATIONS_V, object_name:AHL_ITEM_ASSOCIATIONS_V, status:VALID,
-
VIEW: INV.MTL_PARAMETERS#
12.2.2
-
APPS.BOM_CSTRWOCR_XMLP_PKG SQL Statements
12.1.1
-
View: AHL_MTL_ITEMS_NON_OU_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MTL_ITEMS_NON_OU_V, object_name:AHL_MTL_ITEMS_NON_OU_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view retrieves items from all inventory organizations. Not necessary to be in the same Operating Unit. , implementation_dba_data: APPS.AHL_MTL_ITEMS_NON_OU_V ,
-
View: MTL_ORG_ASSIGN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ORG_ASSIGN_V, object_name:MTL_ORG_ASSIGN_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ORG_ASSIGN_V ,
-
View: AHL_MTL_ITEMS_NON_OU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MTL_ITEMS_NON_OU_V, object_name:AHL_MTL_ITEMS_NON_OU_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view retrieves items from all inventory organizations. Not necessary to be in the same Operating Unit. , implementation_dba_data: APPS.AHL_MTL_ITEMS_NON_OU_V ,
-
View: MTL_ORG_ASSIGN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ORG_ASSIGN_V, object_name:MTL_ORG_ASSIGN_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ORG_ASSIGN_V ,
-
View: AHL_MTL_ITEMS_OU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MTL_ITEMS_OU_V, object_name:AHL_MTL_ITEMS_OU_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view retrieves items from all inventory organizations which are under an operating unit. , implementation_dba_data: APPS.AHL_MTL_ITEMS_OU_V ,
-
View: AHL_MTL_ITEMS_OU_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MTL_ITEMS_OU_V, object_name:AHL_MTL_ITEMS_OU_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view retrieves items from all inventory organizations which are under an operating unit. , implementation_dba_data: APPS.AHL_MTL_ITEMS_OU_V ,
-
View: AHL_ITEM_ASSOCIATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ITEM_ASSOCIATIONS_V, object_name:AHL_ITEM_ASSOCIATIONS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Item group association view links Item groups with MTL Items. , implementation_dba_data: APPS.AHL_ITEM_ASSOCIATIONS_V ,
-
View: AHL_ITEM_ASSOCIATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ITEM_ASSOCIATIONS_V, object_name:AHL_ITEM_ASSOCIATIONS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Item group association view links Item groups with MTL Items. , implementation_dba_data: APPS.AHL_ITEM_ASSOCIATIONS_V ,
-
PACKAGE BODY: APPS.BOM_EAMUTIL
12.1.1
-
APPS.BOM_RTG_EAM_UTIL SQL Statements
12.1.1
-
APPS.BOM_RTG_EAM_UTIL SQL Statements
12.2.2
-
PACKAGE BODY: APPS.BOM_EAMUTIL
12.2.2
-
VIEW: INV.MTL_PARAMETERS#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_PARAMETERS#, status:VALID,
-
PACKAGE BODY: APPS.BOM_CSTRDACR_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.BOM_CSTRWOCR_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.BOM_CSTRDACR_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.BOM_CSTRWOCR_XMLP_PKG
12.2.2
-
APPS.EAM_METR_VALIDATOR SQL Statements
12.1.1
-
APPS.EAM_METR_VALIDATOR SQL Statements
12.2.2
-
APPS.INVPVDR4 SQL Statements
12.2.2
-
APPS.INVPVDR4 SQL Statements
12.1.1