Search Results last_receipt_quantity
Overview
The view APPS.CHV_CUM_ITEMS_HISTORY_V presents cumulative (cum) receipt history information for supplier items associated with Approved Supplier List (ASL) sourcing rules. It consolidates vendor, vendor site, item, organization, and cumulative receipt period data into a single queryable structure, exposing metrics such as cumulative quantity received, cumulative period boundaries, and the details of the most recent receipt. The view is classified as a supplementary view used to simplify Oracle Forms coding.
The view includes a documented warning that Oracle does not recommend querying or altering data through it, because its definition may change dramatically across minor or major releases. This means the view is intended primarily as a Forms support mechanism rather than a stable integration interface. In Oracle EBS 12.1.1 and 12.2.2 the same caution applies; organizations that require a supported reporting interface should extract directly from the underlying base objects or use approved ETRM-documented views.
Underlying Base Objects
The view is defined over a set of base objects spanning purchasing, human resources, and cumulative receipt period tables. The documented dependencies are:
CHV_CUM_PERIODS(SYNONYM) — the cumulative receipt period source supplying cumulative quantity and period attributes.CHV_INQ_SV2(PACKAGE) — a CHV inquiry server-side package supplying derived logic.FND_GLOBALandFND_PROFILE(PACKAGES) — supply organization context and profile option values.HR_EMPLOYEES(VIEW),HR_PERSON_NAME,HR_SECURITY, andHR_GENERAL(PACKAGES) — resolve the scheduler (employee) name and enforce HR security.MTL_SYSTEM_ITEMS_KFV(SYNONYM) — supplies item number and description via the key flexfield view.PO_ASL_ATTRIBUTES_VAL_V(VIEW) — supplies Approved Supplier List attribute values.PO_VENDORSandPO_VENDOR_SITES(VIEWS) — supply vendor name and vendor site code.
The view is not referenced by any other database object, confirming it is a terminal, presentation-layer view.
Key Columns
VENDOR_ID,VENDOR_NAME,VENDOR_SITE_ID,VENDOR_SITE_CODE— supplier and supplier site identity.ITEM_ID,ITEM_NUM,ITEM_DESCRIPTION— inventory item identity.ORGANIZATION_ID,USING_ORGANIZATION_ID,CUM_ORGANIZATION_ID— inventory, using, and cumulative organizations.PURCHASING_UNIT_OF_MEASURE— purchasing UOM for the item.CUM_QUANTITY_RECEIVED— cumulative quantity received within the cum period.CUM_PERIOD_START_DATE,CUM_PERIOD_END_DATE,CUM_PERIOD_NAME— cumulative period definition.LAST_RECEIPT_NUMBER,LAST_RECEIPT_DATE,LAST_RECEIPT_QUANTITY— details of the most recent receipt against the cum, including the quantity the user searched for.SCHEDULER— employee name of the scheduler.ORG_ID— operating unit identifier for multi-org security.
Common Use Cases and Queries
Typical use is reporting on cumulative receipt activity against ASL items, examining the last receipt recorded in each cum period, and validating cumulative quantity thresholds for supplier agreements. The following sample returns last receipt information per item and vendor:
SELECT vendor_name, item_num, cum_period_name, cum_quantity_received, last_receipt_number, last_receipt_date, last_receipt_quantity FROM apps.chv_cum_items_history_v WHERE org_id = :org_id ORDER BY vendor_name, item_num;SELECT vendor_site_code, item_num, last_receipt_quantity FROM apps.chv_cum_items_history_v WHERE last_receipt_date BETWEEN :from_date AND :to_date;
Because the view is flagged as not recommended for direct querying, consumers should treat results as informational and confirm behavior against the base objects CHV_CUM_PERIODS, PO_VENDORS, and MTL_SYSTEM_ITEMS_KFV before building production integrations.
-
VIEW: APPS.CHV_CUM_ITEMS_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_CUM_ITEMS_HISTORY_V, object_name:CHV_CUM_ITEMS_HISTORY_V, status:VALID,
-
VIEW: APPS.CHV_CUM_ITEMS_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_CUM_ITEMS_HISTORY_V, object_name:CHV_CUM_ITEMS_HISTORY_V, status:VALID,
-
VIEW: EC.ECE_SPSO_ITEMS#
12.2.2
-
View: CHV_CUM_ITEMS_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_CUM_ITEMS_HISTORY_V, object_name:CHV_CUM_ITEMS_HISTORY_V, status:VALID, product: CHV - Supplier Scheduling , implementation_dba_data: APPS.CHV_CUM_ITEMS_HISTORY_V ,
-
View: CHV_CUM_ITEMS_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_CUM_ITEMS_HISTORY_V, object_name:CHV_CUM_ITEMS_HISTORY_V, status:VALID, product: CHV - Supplier Scheduling , implementation_dba_data: APPS.CHV_CUM_ITEMS_HISTORY_V ,
-
VIEW: EC.ECE_SPSO_ITEMS#
12.2.2
owner:EC, object_type:VIEW, object_name:ECE_SPSO_ITEMS#, status:VALID,
-
TABLE: EC.ECE_SPSO_ITEMS
12.1.1
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_SPSO_ITEMS, object_name:ECE_SPSO_ITEMS, status:VALID,
-
TABLE: EC.ECE_SPSO_ITEMS
12.2.2
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_SPSO_ITEMS, object_name:ECE_SPSO_ITEMS, status:VALID,
-
PACKAGE BODY: APPS.CHV_INQ_SV
12.1.1
-
PACKAGE BODY: APPS.CHV_INQ_SV
12.2.2
-
APPS.ECE_SPSO_TRANS1 SQL Statements
12.2.2
-
APPS.ECE_SPSO_TRANS1 SQL Statements
12.1.1
-
APPS.CHV_INQ_SV dependencies on RCV_SHIPMENT_LINES
12.2.2
-
APPS.CHV_INQ_SV dependencies on RCV_SHIPMENT_LINES
12.1.1
-
APPS.ECE_SPSO_TRANS1 dependencies on ECE_SPSO_ITEMS
12.1.1
-
APPS.ECE_SPSO_TRANS1 dependencies on ECE_SPSO_ITEMS
12.2.2
-
eTRM - CHV Tables and Views
12.1.1
description: Schedule organizations table ,
-
eTRM - CHV Tables and Views
12.2.2
description: Schedule organizations table ,
-
PACKAGE BODY: APPS.ECE_SPSO_TRANS1
12.1.1
-
PACKAGE BODY: APPS.ECE_SPSO_TRANS1
12.2.2
-
eTRM - EC Tables and Views
12.1.1
description: Contains the information for code conversions which identify external values for a given Oracle internal value and vice versa. ,
-
eTRM - EC Tables and Views
12.2.2
description: Contains the information for code conversions which identify external values for a given Oracle internal value and vice versa. ,