Search Results chv_item_orders
Overview
CHV_ITEM_ORDERS is a transactional table owned by the PO schema within the CHV (Supplier Scheduling) product module of Oracle E-Business Suite. It stores item-level order and schedule demand lines used by Supplier Scheduling to communicate replenishment requirements to suppliers. The table is documented as VALID in both Oracle EBS 12.1.1 and 12.2.2 and contains 37 columns describing quantities, units of measure, due dates, and the document references that link each scheduled requirement back to its originating purchasing document.
From a Data Vault modeling perspective, the heuristic classification mined from the foreign-key structure identifies CHV_ITEM_ORDERS as a standalone object. This suggests it behaves primarily as a hub-and-satellite style record rather than a pure associative link: the SCHEDULE_ORDER_ID unique key anchors each row, while attributable descriptive data (quantities, dates, audit columns, and descriptive flexfield attributes) sits alongside it. Its single documented foreign key to CHV_PURGE_SCHEDULE_LIST indicates a purge-oriented relationship rather than a broad integration footprint.
Key Information Stored
The table's business identity is defined by the unique index CHV_ITEM_ORDERS_U1 on SCHEDULE_ORDER_ID, which serves as the business-key candidate for a single item order line. The surrogate and linking identifiers are:
- SCHEDULE_ID / SCHEDULE_ITEM_ID / SCHEDULE_ORDER_ID — the scheduling context identifiers; SCHEDULE_ITEM_ID participates in the foreign key to CHV_PURGE_SCHEDULE_LIST.
- SUPPLY_DOCUMENT_TYPE — distinguishes the type of upstream supply document driving the requirement.
- ORDER_QUANTITY and ORDER_QUANTITY_PRIMARY — the ordered quantity expressed in purchasing and primary units respectively.
- PURCHASING_UNIT_OF_MEASURE and PRIMARY_UNIT_OF_MEASURE — the UOM context for those quantities.
- DUE_DATE — the required delivery date used to bucket scheduled demand.
- DOCUMENT_HEADER_ID, DOCUMENT_LINE_ID, DOCUMENT_SHIPMENT_ID — the purchasing document references (PO/blanket/release) that tie the schedule line to its source.
- ATTRIBUTE_CATEGORY through ATTRIBUTE15 — the descriptive flexfield segments for client-specific extensions.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID — concurrent program context for traceability.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — standard EBS audit columns.
Common Use Cases and Queries
Typical usages include supplier release reporting, demand-versus-supply reconciliation, and purge/archive processing. A representative join to the purge list table follows:
SELECT i.schedule_order_id, i.due_date, i.order_quantity, i.purchasing_unit_of_measure, p.* FROM po.chv_item_orders i, po.chv_purge_schedule_list p WHERE i.schedule_item_id = p.schedule_item_id;
Reporting queries frequently aggregate ORDER_QUANTITY_PRIMARY by DUE_DATE to produce time-bucketed schedules, or join on DOCUMENT_HEADER_ID / DOCUMENT_LINE_ID to PO_HEADERS_ALL and PO_LINES_ALL to attribute demand to buyers and suppliers. Auditing queries filter on LAST_UPDATE_DATE or PROGRAM_ID to trace which concurrent process last touched a schedule line.
Related Objects
- CHV_PURGE_SCHEDULE_LIST — referenced via CHV_ITEM_ORDERS.SCHEDULE_ITEM_ID; governs purge eligibility of schedule items.
- PO_HEADERS_ALL, PO_LINES_ALL, PO_LINE_LOCATIONS_ALL — joined through DOCUMENT_HEADER_ID, DOCUMENT_LINE_ID, and DOCUMENT_SHIPMENT_ID for source purchasing detail.
- PO_SUPPLIERS / PO_VENDORS — supplier context for release reporting.
- MTL_UNITS_OF_MEASURE — resolves the purchasing and primary UOM codes.
- CHV_SCHEDULE_HEADERS / related CHV schedule tables — parent scheduling context via SCHEDULE_ID and SCHEDULE_ITEM_ID.
- FND_CONCURRENT_PROGRAMS / FND_CONCURRENT_REQUESTS — resolves PROGRAM_ID and REQUEST_ID for traceability.
- FND_USER — resolves CREATED_BY and LAST_UPDATED_BY.
-
Table: CHV_ITEM_ORDERS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:CHV.CHV_ITEM_ORDERS, object_name:CHV_ITEM_ORDERS, status:VALID, product: CHV - Supplier Scheduling , description: Item orders table , implementation_dba_data: PO.CHV_ITEM_ORDERS ,
-
Table: CHV_ITEM_ORDERS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:CHV.CHV_ITEM_ORDERS, object_name:CHV_ITEM_ORDERS, status:VALID, product: CHV - Supplier Scheduling , description: Item orders table , implementation_dba_data: PO.CHV_ITEM_ORDERS ,
-
VIEW: APPS.CHV_ITEM_ORDERS_DFV
12.2.2
-
APPS.CHV_CREATE_BUCKETS SQL Statements
12.1.1
-
APPS.CHV_ITEM_ORDERS_S1 SQL Statements
12.2.2
-
VIEW: APPS.CHV_ITEM_ORDERS_DFV
12.1.1
-
VIEW: APPS.POS_CHV_ITEM_ORDERS_V
12.1.1
-
VIEW: APPS.ICX_CHV_ITEM_ORDERS_V
12.2.2
-
APPS.CHV_ITEM_ORDERS_S1 SQL Statements
12.1.1
-
VIEW: APPS.POS_CHV_ITEM_ORDERS_V
12.2.2
-
VIEW: APPS.CHV_ITEM_ORDERS_V
12.2.2
-
VIEW: APPS.CHV_ITEM_ORDERS_V
12.1.1
-
VIEW: PO.CHV_ITEM_ORDERS#
12.2.2
owner:PO, object_type:VIEW, object_name:CHV_ITEM_ORDERS#, status:VALID,
-
VIEW: AP.FINANCIALS_PURGES_ALL#
12.2.2
-
SYNONYM: APPS.CHV_ITEM_ORDERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CHV_ITEM_ORDERS, status:VALID,
-
SYNONYM: APPS.CHV_ITEM_ORDERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CHV_ITEM_ORDERS, status:VALID,
-
PACKAGE: APPS.CHV_ITEM_ORDERS_S1
12.2.2
-
PACKAGE: APPS.CHV_ITEM_ORDERS_S1
12.1.1
-
VIEW: APPS.ICX_CHV_ITEM_ORDERS_V
12.1.1
-
View: POS_CHV_ITEM_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_CHV_ITEM_ORDERS_V POS.POS_CHV_ITEM_ORDERS_V, object_name:POS_CHV_ITEM_ORDERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_CHV_ITEM_ORDERS_V ,
-
View: POS_CHV_ITEM_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_CHV_ITEM_ORDERS_V, object_name:POS_CHV_ITEM_ORDERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_CHV_ITEM_ORDERS_V ,
-
View: CHV_ITEM_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_ITEM_ORDERS_V, object_name:CHV_ITEM_ORDERS_V, status:VALID, product: CHV - Supplier Scheduling , description: - Retrofitted , implementation_dba_data: APPS.CHV_ITEM_ORDERS_V ,
-
View: ICX_CHV_ITEM_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_CHV_ITEM_ORDERS_V, object_name:ICX_CHV_ITEM_ORDERS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_CHV_ITEM_ORDERS_V ,
-
View: POS_CHV_ITEM_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_CHV_ITEM_ORDERS_V POS.POS_CHV_ITEM_ORDERS_V, object_name:POS_CHV_ITEM_ORDERS_V, status:VALID, product: POS - iSupplier Portal , description: used to select the item orders details info , implementation_dba_data: APPS.POS_CHV_ITEM_ORDERS_V ,
-
VIEW: PO.CHV_ITEM_ORDERS#
12.2.2
-
View: ICX_CHV_ITEM_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_CHV_ITEM_ORDERS_V, object_name:ICX_CHV_ITEM_ORDERS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_CHV_ITEM_ORDERS_V ,
-
View: CHV_ITEM_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_ITEM_ORDERS_V, object_name:CHV_ITEM_ORDERS_V, status:VALID, product: CHV - Supplier Scheduling , description: - Retrofitted , implementation_dba_data: APPS.CHV_ITEM_ORDERS_V ,
-
TABLE: PO.CHV_ITEM_ORDERS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:CHV.CHV_ITEM_ORDERS, object_name:CHV_ITEM_ORDERS, status:VALID,
-
TABLE: PO.CHV_ITEM_ORDERS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:CHV.CHV_ITEM_ORDERS, object_name:CHV_ITEM_ORDERS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.CHV_LOAD_ORDERS SQL Statements
12.2.2
-
APPS.CHV_LOAD_ORDERS SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
APPS.CHV_ITEM_ORDERS_PKG_S1 SQL Statements
12.1.1
-
APPS.CHV_ITEM_ORDERS_PKG_S1 SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.CHV_ITEM_ORDERS_S1
12.1.1
-
PACKAGE BODY: APPS.CHV_ITEM_ORDERS_S1
12.2.2
-
PACKAGE BODY: APPS.CHV_ITEM_ORDERS_PKG_S1
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CHV_ITEM_ORDERS_PKG_S1, status:VALID,
-
APPS.ECE_SPSO_TRANS2 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.CHV_CREATE_AUTHORIZATIONS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CHV_CREATE_AUTHORIZATIONS, status:VALID,
-
PACKAGE BODY: APPS.CHV_ITEM_ORDERS_PKG_S1
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CHV_ITEM_ORDERS_PKG_S1, status:VALID,
-
PACKAGE BODY: APPS.CHV_ITEM_ORDERS_S1
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CHV_ITEM_ORDERS_S1, status:VALID,
-
PACKAGE BODY: APPS.CHV_ITEM_ORDERS_S1
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CHV_ITEM_ORDERS_S1, status:VALID,
-
PACKAGE BODY: APPS.CHV_CREATE_BUCKETS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CHV_CREATE_BUCKETS, status:VALID,
-
PACKAGE BODY: APPS.CHV_CREATE_AUTHORIZATIONS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CHV_CREATE_AUTHORIZATIONS, status:VALID,