Search Results wsm_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 ,
-
VIEW: APPS.CST_XLA_INV_ORG_PARAMS_REF_V
12.2.2
-
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.MTL_PARAMETERS_ALL_V
12.1.1
-
VIEW: APPS.MTL_PARAMETERS_ALL_V
12.2.2
-
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: MTL_PARAMETERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PARAMETERS_ALL_V, object_name:MTL_PARAMETERS_ALL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_PARAMETERS_ALL_V ,
-
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: MTL_PARAMETERS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PARAMETERS_ALL_V, object_name:MTL_PARAMETERS_ALL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_PARAMETERS_ALL_V ,
-
VIEW: INV.MTL_PARAMETERS#
12.2.2
-
VIEW: APPS.MTL_PARAMETERS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PARAMETERS_ALL_V, object_name:MTL_PARAMETERS_ALL_V, status:VALID,
-
VIEW: APPS.MTL_PARAMETERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PARAMETERS_ALL_V, object_name:MTL_PARAMETERS_ALL_V, status:VALID,
-
VIEW: INV.MTL_PARAMETERS#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_PARAMETERS#, status:VALID,
-
APPS.LOT_SPLIT_DATA_INSERT SQL Statements
12.2.2
-
APPS.LOT_SPLIT_DATA_INSERT SQL Statements
12.1.1
-
VIEW: APPS.MTL_PARAMETERS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PARAMETERS_VIEW, object_name:MTL_PARAMETERS_VIEW, status:VALID,
-
View: MTL_PARAMETERS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PARAMETERS_VIEW, object_name:MTL_PARAMETERS_VIEW, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_PARAMETERS_VIEW ,
-
VIEW: APPS.MTL_PARAMETERS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PARAMETERS_VIEW, object_name:MTL_PARAMETERS_VIEW, status:VALID,
-
View: MTL_PARAMETERS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PARAMETERS_VIEW, object_name:MTL_PARAMETERS_VIEW, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_PARAMETERS_VIEW ,
-
APPS.CSTACWRO SQL Statements
12.2.2
-
APPS.CSTACWRO SQL Statements
12.1.1
-
TABLE: INV.MTL_PARAMETERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PARAMETERS, object_name:MTL_PARAMETERS, status:VALID,
-
TABLE: INV.MTL_PARAMETERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PARAMETERS, object_name:MTL_PARAMETERS, status:VALID,
-
PACKAGE BODY: APPS.CSTACWRO
12.1.1
-
PACKAGE BODY: APPS.CSTACWRO
12.2.2
-
APPS.CST_DIAGNOSTICS_PKG SQL Statements
12.1.1
-
APPS.CST_DIAGNOSTICS_PKG SQL Statements
12.2.2
-
APPS.CSTPSCCM SQL Statements
12.2.2
-
APPS.CSTPSCCM SQL Statements
12.1.1
-
APPS.INV_MIGRATE_PROCESS_ORG SQL Statements
12.1.1
-
APPS.INV_MIGRATE_PROCESS_ORG SQL Statements
12.2.2
-
APPS.INV_LOT_TRX_VALIDATION_PUB SQL Statements
12.2.2
-
APPS.INV_LOT_TRX_VALIDATION_PUB SQL Statements
12.1.1
-
APPS.CSTPOYLD SQL Statements
12.2.2
-
APPS.CSTPOYLD SQL Statements
12.1.1
-
APPS.INV_LOT_TRX_VALIDATION_PVT dependencies on MTL_PARAMETERS
12.1.1
-
PACKAGE BODY: APPS.LOT_SPLIT_DATA_INSERT
12.2.2
-
APPS.INV_LOT_TRX_VALIDATION_PVT dependencies on MTL_PARAMETERS
12.2.2
-
PACKAGE BODY: APPS.LOT_SPLIT_DATA_INSERT
12.1.1
-
APPS.CSTACWRO dependencies on MTL_PARAMETERS
12.2.2
-
PACKAGE BODY: APPS.CST_DIAGNOSTICS_PKG
12.1.1
-
APPS.INV_LOT_TRX_VALIDATION_PUB dependencies on MTL_PARAMETERS
12.1.1
-
APPS.INV_LOT_TRX_VALIDATION_PUB dependencies on MTL_PARAMETERS
12.2.2
-
APPS.CSTPOYLD dependencies on MTL_PARAMETERS
12.2.2
-
APPS.CSTACWRO dependencies on MTL_PARAMETERS
12.1.1
-
PACKAGE BODY: APPS.CST_DIAGNOSTICS_PKG
12.2.2
-
APPS.CSTPOYLD dependencies on MTL_PARAMETERS
12.1.1
-
PACKAGE BODY: APPS.CSTPSCCM
12.1.1
-
PACKAGE BODY: APPS.CSTPSCCM
12.2.2