Search Results schedule_document_type
Overview
APPS.POS_CHV_ITEM_ORDERS_V is a Purchasing (PO) module view that presents item-level order and release information for supply documents flowing through Oracle's Collaborative Planning / Supply Chain "CHV" schema. It joins the CHV item-order transactional tables with the standard Purchasing header, line, shipment, and release tables, resolving document-type and status codes through the Purchasing lookup framework. It is commonly used in scheduling, supplier collaboration, and supply-document reporting where a user needs to reconcile scheduled supply quantities against their originating releases and shipments.
The view is directly relevant to the search term schedule_document_type: the view joins PO_LOOKUP_CODES on the lookup type 'SCHEDULE_DOCUMENT_TYPE' and restricts on the lookup code 'RELEASE', effectively constraining the result set to release-type supply documents. The DISPLAYED_FIELD from that lookup supplies the human-readable description returned in the view.
Underlying Base Objects
The ETRM 12.2.2 metadata lists the view's referenced base objects as: CHV_ITEM_ORDERS, CHV_SCHEDULE_ITEMS, FND_GLOBAL, PO_DOCUMENT_TYPES, PO_DOCUMENT_TYPES_ALL_TL, PO_HEADERS_ALL, PO_LINES_ALL, PO_LINE_LOCATIONS_ALL, PO_LOOKUP_CODES, PO_RELEASES_ALL, PO_REQUISITION_HEADERS, and PO_REQUISITION_LINES.
The view is a UNION of two branches. The first branch isolates releases (CIO.SUPPLY_DOCUMENT_TYPE = 'RELEASE') and joins CHV_ITEM_ORDERS to CHV_SCHEDULE_ITEMS, PO_RELEASES_ALL, PO_HEADERS_ALL, PO_LINES_ALL, and PO_LINE_LOCATIONS_ALL. The second branch mirrors the same structure for requisition-based supply, sourcing from PO_REQUISITION_HEADERS and PO_REQUISITION_LINES rather than releases. PO_DOCUMENT_TYPES_ALL_TL is joined with language = userenv('LANG') via FND_GLOBAL-style language resolution, and PO_LOOKUP_CODES appears twice — once for authorization status and once for SCHEDULE_DOCUMENT_TYPE.
Key Columns
SCHEDULE_ID,SCHEDULE_ITEM_ID,SCHEDULE_ORDER_ID— keys linking back to the CHV scheduling model.SUPPLY_DOCUMENT_TYPE— the supply document classification (constrained to'RELEASE'in the documented branch).ORDER_QUANTITY,PURCHASING_UNIT_OF_MEASURE,PRIMARY_UNIT_OF_MEASURE— ordered quantity and its UOM context.DUE_DATE— scheduled need/delivery date for the line item.DOCUMENT_LINE_ID,DOCUMENT_SHIPMENT_ID,PO_RELEASE_ID— links to PO lines, line locations/shipments, and releases.LINE_NUM,SHIPMENT_NUM,REVISION_NUM— descriptive document identifiers.ATTRIBUTE_CATEGORYandATTRIBUTE1–ATTRIBUTE15— descriptive flexfield segments for extensions.DISPLAYED_FIELD— the readable description fromPO_LOOKUP_CODESfor the schedule document type and authorization status.- Standard audit columns:
LAST_UPDATE_DATE,CREATED_BY,REQUEST_ID,PROGRAM_UPDATE_DATE.
Common Use Cases and Queries
Typical uses include reconciling scheduled supply to releases, reporting quantities by due date, and auditing document-type code resolution.
- List release-backed item orders:
SELECT schedule_id, schedule_item_id, order_quantity, due_date, displayed_field FROM apps.pos_chv_item_orders_v; - Aggregate supply by due date:
SELECT due_date, SUM(order_quantity) FROM apps.pos_chv_item_orders_v GROUP BY due_date; - Trace documents:
SELECT po_release_id, document_line_id, document_shipment_id, line_num, shipment_num FROM apps.pos_chv_item_orders_v; - Filter by document type:
SELECT * FROM apps.pos_chv_item_orders_v WHERE supply_document_type = 'RELEASE';
Note that results are gated by the SCHEDULE_DOCUMENT_TYPE lookup restriction, so queries predicated on other supply document types will not return rows from this view.
-
Lookup Type: SCHEDULE_DOCUMENT_TYPE
12.1.1
product: PO - Purchasing , meaning: Schedule Document Type , description: Schedule Document Type ,
-
Lookup Type: SCHEDULE_DOCUMENT_TYPE
12.2.2
product: PO - Purchasing , meaning: Schedule Document Type , description: Schedule Document Type ,
-
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: APPS.ICX_CHV_ITEM_ORDERS_V
12.1.1
-
VIEW: APPS.POS_CHV_ITEM_ORDERS_V
12.1.1
-
VIEW: APPS.ICX_CHV_ITEM_ORDERS_V
12.2.2
-
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.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 ,
-
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: 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 ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2