Search Results chv_schedule_items
Overview
The CHV_SCHEDULE_ITEMS table, owned by the PO schema, is a core transactional object within the Oracle E-Business Suite Supplier Scheduling (CHV) module. It stores the item-level detail lines that make up the supplier schedules generated and maintained by Oracle Supplier Scheduling. Each record represents a single scheduled item associated with a supplier schedule header, capturing the planning method, item identifiers, purchase order references, cumulative quantities, and receipt information that drive communication of demand to suppliers. In Oracle EBS 12.1.1 and 12.2.2, this table is central to the scheduling, confirm, and purge processes that keep supplier-facing schedules synchronized with internal planning data.
From a Data Vault modeling perspective, the metadata's heuristic classification identifies this object as standalone. This suggests the table functions as an independent hub-like entity in a dimensional or Data Vault model, rather than being modeled as a pure link or satellite. Practitioners designing analytical models may therefore treat SCHEDULE_ITEM_ID as a business key of a hub, with the descriptive and quantity columns modeled as satellite attributes.
Key Information Stored
CHV_SCHEDULE_ITEMS contains 43 documented columns. The most significant are:
- SCHEDULE_ITEM_ID — surrogate primary key; enforced by the unique index CHV_SCHEDULE_ITEMS_U1 and the only documented business-key candidate.
- SCHEDULE_ID — associates each item line with its parent schedule header.
- ORGANIZATION_ID — the inventory organization context for the scheduled item.
- ITEM_ID — the inventory item being scheduled; ITEM_PLANNING_METHOD defines how the item is planned.
- PO_HEADER_ID and PO_LINE_ID — link the schedule item back to the originating purchase order and line.
- STARTING_CUM_QUANTITY, STARTING_AUTH_QUANTITY and their _PRIMARY counterparts — opening cumulative and authorized quantities, captured in both purchasing and primary units of measure (PURCHASING_UNIT_OF_MEASURE, PRIMARY_UNIT_OF_MEASURE).
- LAST_RECEIPT_TRANSACTION_ID — the last receipt transaction relevant to the schedule item.
- ITEM_CONFIRM_STATUS, ITEM_CONFIRM_FLAG, REBUILD_FLAG, ITEM_PURGE_STATUS — status and control flags governing confirmation, rebuild, and purge behavior.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — concurrent program audit context.
- Standard WHO audit columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN) and ATTRIBUTE1–15 (with ATTRIBUTE_CATEGORY) for descriptive flexfield storage.
Common Use Cases and Queries
Typical scenarios include reporting schedule content by item, reconciling cumulative quantities against receipts, and identifying schedule items flagged for rebuild or purge. A representative query retrieves all items for a given schedule:
SELECT schedule_item_id, schedule_id, organization_id, item_id,
item_planning_method, starting_cum_quantity
FROM po.chv_schedule_items
WHERE schedule_id = :p_schedule_id;
To find items awaiting confirmation, filter on ITEM_CONFIRM_STATUS. For purge maintenance, join to the referenced CHV_PURGE_SCHEDULE_LIST via SCHEDULE_ITEM_ID to determine which items are slated for removal. Analytics commonly aggregate STARTING_AUTH_QUANTITY by ITEM_ID and ORGANIZATION_ID to project supplier demand.
Related Objects
The primary documented relationship is the foreign key from CHV_SCHEDULE_ITEMS.SCHEDULE_ITEM_ID to CHV_PURGE_SCHEDULE_LIST, supporting purge processing. Beyond this, the table is joined to its parent schedule header (via SCHEDULE_ID), to purchase order headers and lines (via PO_HEADER_ID and PO_LINE_ID), and to inventory master items and organizations through ITEM_ID and ORGANIZATION_ID. Supplier Scheduling integration APIs and concurrent programs that generate, rebuild, confirm, or purge schedules read from and write to this table, making it a focal point for outbound supplier communication and inbound receipt reconciliation.
-
Table: CHV_SCHEDULE_ITEMS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:CHV.CHV_SCHEDULE_ITEMS, object_name:CHV_SCHEDULE_ITEMS, status:VALID, product: CHV - Supplier Scheduling , description: Schedule items table , implementation_dba_data: PO.CHV_SCHEDULE_ITEMS ,
-
Table: CHV_SCHEDULE_ITEMS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:CHV.CHV_SCHEDULE_ITEMS, object_name:CHV_SCHEDULE_ITEMS, status:VALID, product: CHV - Supplier Scheduling , description: Schedule items table , implementation_dba_data: PO.CHV_SCHEDULE_ITEMS ,
-
VIEW: APPS.CHV_SCHEDULE_ITEMS_DFV
12.1.1
-
VIEW: APPS.CHV_SCHEDULE_ITEMS_DFV
12.2.2
-
APPS.CHV_SCHEDULE_ITEMS_PKG_S1 SQL Statements
12.2.2
-
VIEW: APPS.CHV_AUTHORIZATION_HEADERS_V
12.2.2
-
VIEW: PO.CHV_SCHEDULE_ITEMS#
12.2.2
owner:PO, object_type:VIEW, object_name:CHV_SCHEDULE_ITEMS#, status:VALID,
-
APPS.CHV_SCHEDULE_ITEMS_PKG_S1 SQL Statements
12.1.1
-
SYNONYM: APPS.CHV_SCHEDULE_ITEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CHV_SCHEDULE_ITEMS, status:VALID,
-
VIEW: APPS.CHV_AUTHORIZATION_HEADERS_V
12.1.1
-
VIEW: AP.FINANCIALS_PURGES_ALL#
12.2.2
-
SYNONYM: APPS.CHV_SCHEDULE_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CHV_SCHEDULE_ITEMS, status:VALID,
-
PACKAGE: APPS.CHV_SCHEDULE_ITEMS_PKG_S1
12.2.2
-
VIEW: APPS.CHV_ITEM_ORDERS_V
12.1.1
-
VIEW: APPS.CHV_SCHEDULE_HEADERS_VAL_V
12.1.1
-
PACKAGE: APPS.CHV_SCHEDULE_ITEMS_PKG_S1
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
VIEW: PO.CHV_SCHEDULE_ITEMS#
12.2.2
-
VIEW: APPS.POS_CHV_ITEM_ORDERS_V
12.2.2
-
VIEW: APPS.CHV_ITEM_ORDERS_V
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.CHV_SCHEDULE_HEADERS_VAL_V
12.2.2
-
VIEW: APPS.POS_CHV_ITEM_ORDERS_V
12.1.1
-
VIEW: APPS.ICX_CHV_ITEM_ORDERS_V
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.CHV_CONFIRM_SCHEDULES SQL Statements
12.1.1
-
VIEW: APPS.ICX_CHV_ITEM_ORDERS_V
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.CHV_CONFIRM_SCHEDULES SQL Statements
12.2.2
-
TABLE: PO.CHV_SCHEDULE_ITEMS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:CHV.CHV_SCHEDULE_ITEMS, object_name:CHV_SCHEDULE_ITEMS, status:VALID,
-
VIEW: APPS.CHV_SCHEDULE_ITEMS_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:CHV_SCHEDULE_ITEMS_DFV, status:VALID,
-
VIEW: APPS.CHV_SCHEDULE_ITEMS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:CHV_SCHEDULE_ITEMS_DFV, status:VALID,
-
View: CHV_AUTHORIZATION_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_AUTHORIZATION_HEADERS_V, object_name:CHV_AUTHORIZATION_HEADERS_V, status:VALID, product: CHV - Supplier Scheduling , description: - Retrofitted , implementation_dba_data: APPS.CHV_AUTHORIZATION_HEADERS_V ,
-
APPS.CHV_REBUILD_SCHEDULES SQL Statements
12.1.1
-
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 ,
-
TABLE: PO.CHV_SCHEDULE_ITEMS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:CHV.CHV_SCHEDULE_ITEMS, object_name:CHV_SCHEDULE_ITEMS, status:VALID,
-
PACKAGE BODY: APPS.CHV_REBUILD_SCHEDULES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CHV_REBUILD_SCHEDULES, status:VALID,
-
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 ,
-
eTRM - CHV Tables and Views
12.2.2
description: Schedule organizations table ,
-
View: CHV_AUTHORIZATION_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_AUTHORIZATION_HEADERS_V, object_name:CHV_AUTHORIZATION_HEADERS_V, status:VALID, product: CHV - Supplier Scheduling , description: - Retrofitted , implementation_dba_data: APPS.CHV_AUTHORIZATION_HEADERS_V ,
-
PACKAGE BODY: APPS.CHV_SCHEDULE_ITEMS_PKG_S1
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CHV_SCHEDULE_ITEMS_PKG_S1, status:VALID,
-
VIEW: AP.FINANCIALS_PURGES_ALL#
12.2.2
owner:AP, object_type:VIEW, object_name:FINANCIALS_PURGES_ALL#, status:VALID,
-
VIEW: APPS.ICX_CHV_SCHEDULE_LINES_V
12.1.1
-
VIEW: APPS.CHV_SCHEDULE_ITEMS_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 ,
-
PACKAGE BODY: APPS.CHV_CONFIRM_SCHEDULES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CHV_CONFIRM_SCHEDULES, status:VALID,