Search Results chv_load_orders
Overview
The APPS.CHV_LOAD_ORDERS package is a PL/SQL stored program unit within the Oracle E-Business Suite 12.1.1 and 12.2.2 APPS schema that supports the Oracle Supply Chain Management "Supply Chain Planner" / build schedule feature. Its principal responsibility is the population and refreshing of order data used by the planning engine within the CHV (Supply Chain Planning) module — specifically loading item orders, planned orders, and approved requisitions into staging structures that the planning logic consumes. The package is classified as an "OTHER" API classification object, meaning it is not an open public interface but an internal processing routine invoked by other planning components, most notably CHV_BUILD_SCHEDULES. It has a dependency on the SYS.STANDARD package as its only documented referenced object, and it is referenced by one other package.
Key Procedures and Functions
The ETRM metadata documents seven stored program units, four of which are named in the excerpt:
- NAME — a helper routine, likely used to resolve or return the object/record identifier during order loading processing.
- LOAD_ITEM_ORDERS — loads item-level order data into the planning staging tables. This is the primary routine responsible for placing discrete item order records into
CHV_ITEM_ORDERSand its interface tableCHV_ITEM_ORDERS_S. - LOAD_PLANNED_ORDERS — loads planned order suggestions, typically derived from the MRP planning engine output, into the CHV planning structures.
- LOAD_APPROVED_REQUISITIONS — loads approved purchase requisitions (both headers and lines) so that approved demand is visible to the planning engine.
The remaining three program units are not individually named in the supplied metadata and are presumed to be internal helper routines supporting the loading operations. No parameter lists are documented; per ETRM convention these routines are callable only within the package's private scope unless exposed via the package specification.
Tables Accessed
The package reads from and writes to the following documented tables via APPS synonyms:
- CHV_ITEM_ORDERS and CHV_ITEM_ORDERS_S — the primary targets where loaded item order records are stored; the
_Ssuffix indicates a shadow/interface table used during load transactions. - MRP_RECOMMENDATIONS — the planning engine's recommendation table, read to determine planned order quantities and dates.
- MTL_SUPPLY — the supply staging table used by the planning engine to compute available supply.
- PO_HEADERS — purchase order headers, read to obtain approved purchase commitments.
- PO_REQUISITION_HEADERS and PO_REQUISITION_LINES — read to load approved requisition demand into the planning structures.
Usage Notes
CHV_LOAD_ORDERS is an internal utility package invoked programmatically rather than interactively. It is called from APPS.CHV_BUILD_SCHEDULES as part of the build schedule generation process, and it is also self-referential (it appears in its own "referenced by" list), indicating one procedure calls another within the package body. The package is not exposed through an Oracle Forms interface in the documented metadata. Typical invocation occurs during planning engine runs, MRP/MPS concurrent program execution, or custom extensions that require the CHV staging tables to be refreshed before downstream planning calculations. Because it writes directly to public planning tables, care should be taken to invoke it only within the supported planning cycle; ad hoc execution outside that context may produce inconsistent planning results. In EBS 12.1.1 and 12.2.2 the object resides in the APPS schema and carries a VALID status, confirming it is compiled and available in the documented ETRM environment.
-
PACKAGE: APPS.CHV_LOAD_ORDERS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CHV_LOAD_ORDERS, status:VALID,
-
PACKAGE BODY: APPS.CHV_LOAD_ORDERS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CHV_LOAD_ORDERS, status:VALID,
-
PACKAGE BODY: APPS.CHV_LOAD_ORDERS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CHV_LOAD_ORDERS, status:VALID,
-
PACKAGE: APPS.CHV_LOAD_ORDERS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CHV_LOAD_ORDERS, status:VALID,
-
SYNONYM: APPS.CHV_ITEM_ORDERS_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CHV_ITEM_ORDERS_S, status:VALID,
-
SYNONYM: APPS.CHV_ITEM_ORDERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CHV_ITEM_ORDERS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.CHV_ITEM_ORDERS_S
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CHV_ITEM_ORDERS_S, status:VALID,
-
SYNONYM: APPS.CHV_ITEM_ORDERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CHV_ITEM_ORDERS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.CHV_BUILD_SCHEDULES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CHV_BUILD_SCHEDULES, status:VALID,
-
PACKAGE BODY: APPS.CHV_BUILD_SCHEDULES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CHV_BUILD_SCHEDULES, status:VALID,
-
SYNONYM: APPS.MRP_RECOMMENDATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MRP_RECOMMENDATIONS, status:VALID,
-
SYNONYM: APPS.MRP_RECOMMENDATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MRP_RECOMMENDATIONS, status:VALID,
-
SYNONYM: APPS.MTL_SUPPLY
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_SUPPLY, status:VALID,
-
PACKAGE: APPS.CHV_LOAD_ORDERS
12.2.2
-
SYNONYM: APPS.MTL_SUPPLY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_SUPPLY, status:VALID,
-
PACKAGE: APPS.CHV_LOAD_ORDERS
12.1.1
-
SYNONYM: APPS.PO_REQUISITION_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_REQUISITION_HEADERS, status:VALID,
-
SYNONYM: APPS.PO_REQUISITION_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_REQUISITION_HEADERS, status:VALID,
-
SYNONYM: APPS.PO_REQUISITION_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_REQUISITION_LINES, status:VALID,
-
SYNONYM: APPS.PO_REQUISITION_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_REQUISITION_LINES, status:VALID,
-
PACKAGE BODY: APPS.CHV_LOAD_ORDERS
12.2.2
-
PACKAGE BODY: APPS.CHV_LOAD_ORDERS
12.1.1
-
SYNONYM: APPS.PO_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_HEADERS, status:VALID,
-
APPS.CHV_BUILD_SCHEDULES dependencies on CHV_LOAD_ORDERS
12.1.1
-
SYNONYM: APPS.PO_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_HEADERS, status:VALID,
-
APPS.CHV_LOAD_ORDERS dependencies on CHV_LOAD_ORDERS
12.1.1
-
APPS.CHV_LOAD_ORDERS dependencies on CHV_LOAD_ORDERS
12.2.2
-
APPS.CHV_BUILD_SCHEDULES dependencies on CHV_LOAD_ORDERS
12.2.2
-
PACKAGE: APPS.PO_MESSAGE_S
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PO_MESSAGE_S, status:VALID,
-
PACKAGE: APPS.PO_MESSAGE_S
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PO_MESSAGE_S, status:VALID,
-
VIEW: APPS.PO_VENDOR_SITES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_VENDOR_SITES SQLAP.PO_VENDOR_SITES, object_name:PO_VENDOR_SITES, status:VALID,
-
VIEW: APPS.PO_VENDOR_SITES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_VENDOR_SITES SQLAP.PO_VENDOR_SITES, object_name:PO_VENDOR_SITES, status:VALID,
-
VIEW: APPS.PO_VENDOR_SITES_ALL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL, object_name:PO_VENDOR_SITES_ALL, status:VALID,
-
VIEW: APPS.PO_VENDOR_SITES_ALL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL, object_name:PO_VENDOR_SITES_ALL, status:VALID,
-
VIEW: APPS.PO_VENDORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID,
-
VIEW: APPS.PO_VENDORS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - PO Tables and Views
12.1.1
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,