Search Results chv_confirm_schedules
Overview
The APPS.CHV_CONFIRM_SCHEDULES package is a PL/SQL program unit within the Oracle E-Business Suite supply chain execution layer, specifically associated with the Oracle Collaborative Planning and Advanced Supply Chain Planning (ASCP) scheduling functionality. Its name indicates that it is responsible for confirming scheduled supply plan recommendations — that is, taking a proposed schedule generated by the planning engine and committing it as an authoritative, executable schedule. In the context of Oracle EBS 12.1.1 and 12.2.2, this package operates within the APPS schema and is classified as an OTHER API, meaning it is an internal utility rather than a public, supported interface. The object is validated and active, functioning as a supporting component of the broader CHV (Collaborative Planning) schema family. Its primary business purpose is to finalize schedule headers and items into the cumulative planning period structures that drive subsequent supply chain execution and reporting.
Key Procedures and Functions
The metadata documents two procedures or functions associated with this package. Based on the naming convention of the parent package, these routines handle the confirmation process for planning schedules. The procedures are responsible for validating cumulatively defined schedule lines against organizational options and for writing confirmed schedule records back into the CHV schedule tables. Because the ETRM metadata does not expose parameter lists, specific signatures are not documented here; the routines are understood to accept schedule identifiers and organization context, perform confirmation logic, and commit the results. No parameter-level detail should be assumed beyond the documented procedure count.
Tables Accessed
The package reads from and writes to several tables through APPS synonyms. CHV_SCHEDULE_HEADERS and CHV_SCHEDULE_ITEMS hold the master and detail schedule definitions being confirmed. CHV_CUM_PERIODS, CHV_CUM_PERIOD_ITEMS, and CHV_CUM_PERIOD_ITEMS_S store the cumulative period buckets and their associated items; the _S suffix typically indicates a secondary or shadow table used in the confirmation workflow. CHV_ORG_OPTIONS supplies organizational configuration and validation parameters. DUAL and DBMS_OUTPUT are used for diagnostic output and single-row queries respectively. Together these tables represent the full data model required to transform a draft schedule into a confirmed cumulative plan.
Usage Notes
CHV_CONFIRM_SCHEDULES is typically invoked indirectly rather than called directly by end users. It is referenced by CHV_BUILD_SCHEDULES, which constructs schedule data prior to confirmation, and it references itself in a recursive or internal manner identified in the dependency metadata. It is not exposed through a standard Oracle EBS form or concurrent program under a public name; instead it is called from within the scheduling flow driven by Collaborative Planning processes. The package references the STANDARD package from SYS, indicating standard PL/SQL runtime dependency. Because it is classified as an OTHER API, customers and integrators should treat it as internal and version-sensitive: customizations should avoid direct invocation and instead use supported scheduling APIs. It is referenced by one other package, confirming its role as a subordinate utility within the CHV schedule management toolset.
-
PACKAGE: APPS.CHV_CONFIRM_SCHEDULES
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CHV_CONFIRM_SCHEDULES, status:VALID,
-
PACKAGE BODY: APPS.CHV_CONFIRM_SCHEDULES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CHV_CONFIRM_SCHEDULES, status:VALID,
-
PACKAGE: APPS.CHV_CONFIRM_SCHEDULES
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CHV_CONFIRM_SCHEDULES, status:VALID,
-
PACKAGE BODY: APPS.CHV_CONFIRM_SCHEDULES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CHV_CONFIRM_SCHEDULES, status:VALID,
-
PACKAGE: APPS.CHV_CONFIRM_SCHEDULES
12.1.1
-
PACKAGE: APPS.CHV_CONFIRM_SCHEDULES
12.2.2
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.CHV_CUM_PERIOD_ITEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CHV_CUM_PERIOD_ITEMS, 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_CUM_PERIOD_ITEMS_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CHV_CUM_PERIOD_ITEMS_S, status:VALID,
-
PACKAGE: APPS.CHV_CREATE_AUTHORIZATIONS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CHV_CREATE_AUTHORIZATIONS, status:VALID,
-
SYNONYM: APPS.CHV_CUM_PERIOD_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CHV_CUM_PERIOD_ITEMS, status:VALID,
-
SYNONYM: APPS.CHV_CUM_PERIOD_ITEMS_S
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CHV_CUM_PERIOD_ITEMS_S, status:VALID,
-
SYNONYM: APPS.CHV_SCHEDULE_ITEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CHV_SCHEDULE_ITEMS, status:VALID,
-
SYNONYM: APPS.CHV_ORG_OPTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CHV_ORG_OPTIONS, status:VALID,
-
PACKAGE: APPS.CHV_CREATE_AUTHORIZATIONS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CHV_CREATE_AUTHORIZATIONS, status:VALID,
-
PACKAGE: APPS.PO_ASL_SV
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PO_ASL_SV, status:VALID,
-
SYNONYM: APPS.CHV_ORG_OPTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CHV_ORG_OPTIONS, status:VALID,
-
SYNONYM: APPS.CHV_CUM_PERIODS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CHV_CUM_PERIODS, status:VALID,
-
SYNONYM: APPS.CHV_SCHEDULE_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CHV_SCHEDULE_HEADERS, status:VALID,
-
SYNONYM: APPS.CHV_SCHEDULE_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CHV_SCHEDULE_ITEMS, status:VALID,
-
PACKAGE: APPS.PO_ASL_SV
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PO_ASL_SV, status:VALID,
-
SYNONYM: APPS.CHV_CUM_PERIODS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CHV_CUM_PERIODS, status:VALID,
-
SYNONYM: APPS.CHV_SCHEDULE_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CHV_SCHEDULE_HEADERS, status:VALID,
-
PACKAGE BODY: APPS.CHV_BUILD_SCHEDULES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CHV_BUILD_SCHEDULES, status:VALID,
-
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_CONFIRM_SCHEDULES
12.2.2
-
PACKAGE BODY: APPS.CHV_CONFIRM_SCHEDULES
12.1.1
-
SYNONYM: PUBLIC.DBMS_OUTPUT
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DBMS_OUTPUT, status:VALID,
-
SYNONYM: PUBLIC.DBMS_OUTPUT
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DBMS_OUTPUT, status:VALID,
-
VIEW: APPS.PO_ASL_ATTRIBUTES_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ASL_ATTRIBUTES_VAL_V, object_name:PO_ASL_ATTRIBUTES_VAL_V, status:VALID,
-
VIEW: APPS.PO_ASL_ATTRIBUTES_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ASL_ATTRIBUTES_VAL_V, object_name:PO_ASL_ATTRIBUTES_VAL_V, status:VALID,
-
APPS.CHV_CONFIRM_SCHEDULES dependencies on CHV_CONFIRM_SCHEDULES
12.1.1
-
APPS.CHV_BUILD_SCHEDULES dependencies on CHV_CONFIRM_SCHEDULES
12.2.2
-
APPS.CHV_BUILD_SCHEDULES dependencies on CHV_CONFIRM_SCHEDULES
12.1.1
-
APPS.CHV_CONFIRM_SCHEDULES dependencies on CHV_CONFIRM_SCHEDULES
12.2.2
-
PACKAGE: APPS.PO_MESSAGE_S
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PO_MESSAGE_S, status:VALID,
-
PACKAGE: APPS.PO_MESSAGE_S
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PO_MESSAGE_S, status:VALID,
-
SYNONYM: PUBLIC.DUAL
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DUAL, status:VALID,
-
eTRM - PO Tables and Views
12.1.1
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
SYNONYM: PUBLIC.DUAL
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DUAL, status:VALID,
-
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
-
PACKAGE: APPS.FND_MESSAGE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_MESSAGE, status:VALID,