Search Results inventory_item_description
Overview
CST_MGD_LIFO_ITEM_COSTS_V is a PL/SQL view owned by the APPS schema that presents item cost information maintained by the Oracle Periodic Costing (PAC) engine, specifically for the managed LIFO cost method. Within Oracle E-Business Suite 12.1.1 and 12.2.2, this view serves as the data source for the Periodic Costing Item Inquiry form, allowing users to review item-level costs, market values, and justifications recorded against a given cost group, PAC period, and cost type. The view is associated with the BOM (Bills of Material) product family because Periodic Costing processing is initiated and managed from the Bills of Material/Costing responsibility. Its status is VALID, and it exposes descriptive attributes of inventory items alongside PAC cost layer details, which makes it suitable both for the inquiry form and for ad-hoc reporting and integration extracts where periodic costing data must be reconciled or audited.
Underlying Base Objects
The view joins six underlying objects to assemble a single row per PAC item cost layer. The referenced objects are:
- CST_PAC_ITEM_COSTS (synonym) — the primary table holding the item cost, market value, and justification per cost layer. It supplies COST_LAYER_ID and most of the transactional and descriptive columns.
- CST_COST_GROUPS (synonym) — linked on COST_GROUP_ID; also used to associate the cost group with an organization.
- CST_PAC_PERIODS (synonym) — linked on PAC_PERIOD_ID; provides the legal entity and cost type context of the period.
- CST_COST_TYPES (synonym) — linked on COST_TYPE_ID through CST_PAC_PERIODS, validating the cost type of the period.
- MTL_SYSTEM_ITEMS_VL (view) — the item master view, joined on ORGANIZATION_ID and INVENTORY_ITEM_ID to supply the item description and primary unit of measure.
- XLE_FIRSTPARTY_INFORMATION_V (view) — the subledger first-party information view, joined on LEGAL_ENTITY_ID to resolve the legal entity.
The joins enforce that item costs are only visible when a matching cost group, PAC period, cost type, item master record, and legal entity exist, which aligns the view with the accounting and costing model of Periodic Costing.
Key Columns
- ROW_ID — the ROWID of the underlying CST_PAC_ITEM_COSTS row, used by the inquiry form for row identification.
- COST_LAYER_ID — uniquely identifies the item cost layer within Periodic Costing.
- INVENTORY_ITEM_ID and INVENTORY_ITEM_DESCRIPTION — the item identifier and its description from the item master; these are the columns typically referenced by users searching for inventory_item_description.
- UOM_CODE — the primary unit of measure of the item.
- LEGAL_ENTITY_ID — the legal entity associated with the PAC period.
- PAC_PERIOD_ID, COST_GROUP_ID, COST_TYPE_ID — the period, cost group, and cost type that scope the cost record.
- ITEM_COST and MARKET_VALUE — the recorded cost and market value for the layer.
- JUSTIFICATION — the free-text justification entered for the cost.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — standard audit columns.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — concurrent program context identifying the process that created the row.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1 through ATTRIBUTE15 — descriptive flexfield columns available for additional reporting detail.
Common Use Cases and Queries
Typical uses include verifying periodic costing values before and after PAC runs, reconciling item costs and market values by legal entity, and extracting item descriptions for reporting. The following example lists item costs for a specific PAC period:
SELECT inventory_item_description, uom_code, item_cost, market_value, justification FROM apps.cst_mgd_lifo_item_costs_v WHERE pac_period_id = :period_id AND cost_group_id = :group_id ORDER BY inventory_item_description;
To locate a specific item by description, the view can be filtered on the INVENTORY_ITEM_DESCRIPTION column, which is populated from MTL_SYSTEM_ITEMS_VL. Reports should always constrain on PAC_PERIOD_ID and COST_GROUP_ID, since unconstrained queries across all periods and organizations can be expensive due to the multi-table join.
-
View: CST_MGD_LIFO_ITEM_COSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_MGD_LIFO_ITEM_COSTS_V, object_name:CST_MGD_LIFO_ITEM_COSTS_V, status:VALID, product: BOM - Bills of Material , description: View on which the Periodic Costing Item Inquiry form is based , implementation_dba_data: APPS.CST_MGD_LIFO_ITEM_COSTS_V ,
-
VIEW: APPS.AMS_CAMPAIGN_PRODUCT_VOLUMES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CAMPAIGN_PRODUCT_VOLUMES_V, object_name:AMS_CAMPAIGN_PRODUCT_VOLUMES_V, status:VALID,
-
View: CST_MGD_LIFO_ITEM_COSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_MGD_LIFO_ITEM_COSTS_V, object_name:CST_MGD_LIFO_ITEM_COSTS_V, status:VALID, product: BOM - Bills of Material , description: View on which the Periodic Costing Item Inquiry form is based , implementation_dba_data: APPS.CST_MGD_LIFO_ITEM_COSTS_V ,
-
View: OKL_SPLIT_ASSET_COMP_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SPLIT_ASSET_COMP_UV, object_name:OKL_SPLIT_ASSET_COMP_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User interface view used in assets lov on split asset into components page , implementation_dba_data: APPS.OKL_SPLIT_ASSET_COMP_UV ,
-
View: OKL_SPLIT_ASSET_COMP_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SPLIT_ASSET_COMP_UV, object_name:OKL_SPLIT_ASSET_COMP_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view used in assets lov on split asset into components page , implementation_dba_data: APPS.OKL_SPLIT_ASSET_COMP_UV ,
-
VIEW: APPS.AMS_CAMPAIGN_PRODUCT_VOLUMES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CAMPAIGN_PRODUCT_VOLUMES_V, object_name:AMS_CAMPAIGN_PRODUCT_VOLUMES_V, status:VALID,
-
VIEW: APPS.OKL_SPLIT_ASSET_COMP_UV
12.2.2
-
View: MTL_RELATED_ITEMS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_RELATED_ITEMS_ALL_V, object_name:MTL_RELATED_ITEMS_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_RELATED_ITEMS_ALL_V ,
-
VIEW: APPS.OKL_SPLIT_ASSET_COMP_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SPLIT_ASSET_COMP_UV, object_name:OKL_SPLIT_ASSET_COMP_UV, status:VALID,
-
VIEW: APPS.CST_MGD_LIFO_ITEM_COSTS_V
12.2.2
-
VIEW: APPS.OKL_SPLIT_ASSET_COMP_UV
12.1.1
-
VIEW: APPS.OKL_SPLIT_ASSET_COMP_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SPLIT_ASSET_COMP_UV, object_name:OKL_SPLIT_ASSET_COMP_UV, status:VALID,
-
VIEW: APPS.CST_MGD_LIFO_ITEM_COSTS_V
12.1.1
-
View: MTL_RELATED_ITEMS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_RELATED_ITEMS_ALL_V, object_name:MTL_RELATED_ITEMS_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_RELATED_ITEMS_ALL_V ,
-
VIEW: APPS.MTL_RELATED_ITEMS_ALL_V
12.1.1
-
VIEW: APPS.MTL_RELATED_ITEMS_ALL_V
12.2.2
-
VIEW: APPS.GHG_TRANSACTIONS_V
12.2.2
-
VIEW: APPS.AMS_ACT_PRODUCTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ACT_PRODUCTS_V, object_name:AMS_ACT_PRODUCTS_V, status:VALID,
-
VIEW: APPS.AMS_P_CAMPAIGN_PRODUCTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_CAMPAIGN_PRODUCTS_V, object_name:AMS_P_CAMPAIGN_PRODUCTS_V, status:VALID,
-
View: AMS_P_CAMPAIGN_PRODUCTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_CAMPAIGN_PRODUCTS_V, object_name:AMS_P_CAMPAIGN_PRODUCTS_V, status:VALID, product: AMS - Marketing , description: This public view returns products / product categories associated to marketing campaigns. , implementation_dba_data: APPS.AMS_P_CAMPAIGN_PRODUCTS_V ,
-
View: AMS_P_OFFER_PRODUCTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_OFFER_PRODUCTS_V, object_name:AMS_P_OFFER_PRODUCTS_V, status:VALID, product: AMS - Marketing , description: This public view returns the products associated with a marketing offers. , implementation_dba_data: APPS.AMS_P_OFFER_PRODUCTS_V ,
-
VIEW: APPS.MTL_RELATED_ITEMS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_RELATED_ITEMS_ALL_V, object_name:MTL_RELATED_ITEMS_ALL_V, status:VALID,
-
VIEW: APPS.MTL_RELATED_ITEMS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_RELATED_ITEMS_ALL_V, object_name:MTL_RELATED_ITEMS_ALL_V, status:VALID,
-
View: AMS_CAMPAIGN_PRODUCT_VOLUMES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CAMPAIGN_PRODUCT_VOLUMES_V, object_name:AMS_CAMPAIGN_PRODUCT_VOLUMES_V, status:VALID, product: AMS - Marketing , implementation_dba_data: APPS.AMS_CAMPAIGN_PRODUCT_VOLUMES_V ,
-
VIEW: APPS.AMS_P_CAMPAIGN_PRODUCTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_CAMPAIGN_PRODUCTS_V, object_name:AMS_P_CAMPAIGN_PRODUCTS_V, status:VALID,
-
VIEW: APPS.AMS_P_OFFER_PRODUCTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_OFFER_PRODUCTS_V, object_name:AMS_P_OFFER_PRODUCTS_V, status:VALID,
-
View: AMS_P_CAMPAIGN_PRODUCTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_CAMPAIGN_PRODUCTS_V, object_name:AMS_P_CAMPAIGN_PRODUCTS_V, status:VALID, product: AMS - Marketing , description: This public view returns products / product categories associated to marketing campaigns. , implementation_dba_data: APPS.AMS_P_CAMPAIGN_PRODUCTS_V ,
-
VIEW: APPS.AMS_P_OFFER_PRODUCTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_OFFER_PRODUCTS_V, object_name:AMS_P_OFFER_PRODUCTS_V, status:VALID,
-
VIEW: APPS.AMS_ACT_PRODUCTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ACT_PRODUCTS_V, object_name:AMS_ACT_PRODUCTS_V, status:VALID,
-
View: AMS_P_OFFER_PRODUCTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_OFFER_PRODUCTS_V, object_name:AMS_P_OFFER_PRODUCTS_V, status:VALID, product: AMS - Marketing , description: This public view returns the products associated with a marketing offers. , implementation_dba_data: APPS.AMS_P_OFFER_PRODUCTS_V ,
-
View: AMS_CAMPAIGN_PRODUCT_VOLUMES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CAMPAIGN_PRODUCT_VOLUMES_V, object_name:AMS_CAMPAIGN_PRODUCT_VOLUMES_V, status:VALID, product: AMS - Marketing , implementation_dba_data: APPS.AMS_CAMPAIGN_PRODUCT_VOLUMES_V ,
-
VIEW: APPS.CST_MGD_LIFO_ITEM_COSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_MGD_LIFO_ITEM_COSTS_V, object_name:CST_MGD_LIFO_ITEM_COSTS_V, status:VALID,
-
VIEW: APPS.GHG_ITEM_FACTORS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:GHG_ITEM_FACTORS_V, status:VALID,
-
VIEW: APPS.CST_MGD_LIFO_ITEM_COSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_MGD_LIFO_ITEM_COSTS_V, object_name:CST_MGD_LIFO_ITEM_COSTS_V, status:VALID,
-
View: AMS_ACT_PRODUCTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ACT_PRODUCTS_V, object_name:AMS_ACT_PRODUCTS_V, status:VALID, product: AMS - Marketing , description: This view returns products / product categories associated to marketing objects like Events, campaigns. , implementation_dba_data: APPS.AMS_ACT_PRODUCTS_V ,
-
VIEW: OKL.OKL_CNTRCT_LINE_FIN_EXTRACT_T#
12.2.2
-
VIEW: APPS.CSP_SUPERSESIONS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:CSP_SUPERSESIONS_V, status:VALID,
-
VIEW: APPS.CSP_SUPERSESIONS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:CSP_SUPERSESIONS_V, status:VALID,
-
View: AMS_ACT_PRODUCTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ACT_PRODUCTS_V, object_name:AMS_ACT_PRODUCTS_V, status:VALID, product: AMS - Marketing , description: This view returns products / product categories associated to marketing objects like Events, campaigns. , implementation_dba_data: APPS.AMS_ACT_PRODUCTS_V ,
-
VIEW: APPS.CSP_SUPERSESIONS_V
12.1.1
-
VIEW: APPS.CSP_SUPERSESIONS_V
12.2.2
-
VIEW: APPS.GHG_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:GHG_TRANSACTIONS_V, status:VALID,
-
VIEW: APPS.MTL_RESERVATIONS_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_RESERVATIONS_INTERFACE_V, object_name:MTL_RESERVATIONS_INTERFACE_V, status:VALID,
-
VIEW: APPS.MTL_RESERVATIONS_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_RESERVATIONS_INTERFACE_V, object_name:MTL_RESERVATIONS_INTERFACE_V, status:VALID,
-
View: MTL_RESERVATIONS_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_RESERVATIONS_INTERFACE_V, object_name:MTL_RESERVATIONS_INTERFACE_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_RESERVATIONS_INTERFACE_V ,
-
VIEW: OKL.OKL_CNTRCT_LINE_FIN_EXTRACT_T#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_CNTRCT_LINE_FIN_EXTRACT_T#, status:VALID,
-
PACKAGE: APPS.ASO_ATP_INT
12.2.2
-
View: MTL_RESERVATIONS_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_RESERVATIONS_INTERFACE_V, object_name:MTL_RESERVATIONS_INTERFACE_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_RESERVATIONS_INTERFACE_V ,
-
TYPE: APPS.CSI_ITEM_INSTANCE_OBJ
12.1.1
owner:APPS, object_type:TYPE, object_name:CSI_ITEM_INSTANCE_OBJ, status:VALID,
-
PACKAGE: APPS.ASO_ATP_INT
12.1.1