Search Results schedule_type_name
Overview
The APPS.CHV_SCHEDULE_HEADERS_ALL_V view belongs to the CHV (Supplier Scheduling) product within Oracle E-Business Suite and is documented as a retrofitted object in ETRM 12.1.1 and 12.2.2. It presents supplier schedule header information in a denormalized, human-readable form by joining the base schedule header table to vendor, vendor site, inventory organization, and lookup code sources. Rather than exposing raw identifiers alone, the view supplies descriptive attributes such as ORGANIZATION_CODE, VENDOR_NAME, VENDOR_SITE_CODE, and the decoded SCHEDULE_TYPE_NAME, which makes it particularly convenient for reporting, supplier-facing extracts, and integration interfaces that need to display schedule context without additional joins.
The status of the object is VALID in the APPS schema, and it is a standard public view available to reporting tools, concurrent programs, and custom PL/SQL in both the 12.1.1 and 12.2.2 releases.
Underlying Base Objects
The view is defined over five documented base objects. The driving table is CHV_SCHEDULE_HEADERS (referenced through a synonym), which stores the schedule header rows themselves, including schedule number, revision, horizon start, organization, vendor, and schedule type. Supporting objects are joined as follows:
PO_LOOKUP_CODES(view) — outer-joined onLOOKUP_TYPE = 'SCHEDULE_TYPE'to resolve the code inSCHEDULE_TYPEto its displayed value.PO_VENDORS(view) — suppliesVENDOR_NAMEfor the schedule's vendor.PO_VENDOR_SITES(view) — suppliesVENDOR_SITE_CODEfor the schedule's vendor site.MTL_PARAMETERS(synonym) — suppliesORGANIZATION_CODEfor the owning inventory organization.FND_GLOBAL(package) — referenced in the documented dependency metadata, typically for multi-org and security context at runtime.
Because vendor, vendor site, and organization joins are driven from the header row, the view returns one row per schedule header, subject to the outer join behavior on lookup, organization, and related lookups.
Key Columns
SCHEDULE_NUM,SCHEDULE_REVISION— business identifiers for the supplier schedule and its revision.SCHEDULE_ID— surrogate primary identifier, usable for joins back toCHV_SCHEDULE_HEADERSand schedule line tables.ORGANIZATION_CODE— inventory organization code derived fromMTL_PARAMETERS; the column that most directly answers the user's search for schedule_type_name context.VENDOR_NAME,VENDOR_SITE_CODE— supplier and ship-to site descriptors.SCHEDULE_HORIZON_START— the beginning date of the schedule horizon.SCHEDULE_TYPE— the raw lookup code for the schedule type.SCHEDULE_TYPE_NAME— the decoded displayed value fromPO_LOOKUP_CODES, populated only when the lookup code matches an activeSCHEDULE_TYPElookup.
Common Use Cases and Queries
Typical uses include listing active supplier schedules for a vendor, filtering schedules by schedule type, and providing the schedule type description in supplier-facing reports or interfaces.
SELECT schedule_num,
schedule_revision,
vendor_name,
vendor_site_code,
organization_code,
schedule_horizon_start,
schedule_type,
schedule_type_name
FROM apps.chv_schedule_headers_all_v
WHERE schedule_type_name = :p_schedule_type_name
ORDER BY schedule_horizon_start DESC;
A vendor-scoped variant filters on VENDOR_NAME or VENDOR_SITE_CODE, while an organization-scoped query restricts on ORGANIZATION_CODE. Because SCHEDULE_TYPE is outer-joined to the lookup, queries restricted by SCHEDULE_TYPE_NAME implicitly exclude rows whose lookup value is not maintained in PO_LOOKUP_CODES, so validating lookup maintenance is advisable before relying on the name column in extracts.
-
View: CHV_SCHEDULE_HEADERS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_SCHEDULE_HEADERS_ALL_V, object_name:CHV_SCHEDULE_HEADERS_ALL_V, status:VALID, product: CHV - Supplier Scheduling , description: - Retrofitted , implementation_dba_data: APPS.CHV_SCHEDULE_HEADERS_ALL_V ,
-
View: CHV_SCHEDULE_HEADERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_SCHEDULE_HEADERS_ALL_V, object_name:CHV_SCHEDULE_HEADERS_ALL_V, status:VALID, product: CHV - Supplier Scheduling , description: - Retrofitted , implementation_dba_data: APPS.CHV_SCHEDULE_HEADERS_ALL_V ,
-
VIEW: APPS.CHV_SCHEDULE_HEADERS_ALL_V
12.1.1
-
View: CHV_SCHEDULE_HEADERS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_SCHEDULE_HEADERS_VAL_V, object_name:CHV_SCHEDULE_HEADERS_VAL_V, status:VALID, product: CHV - Supplier Scheduling , description: - Retrofitted , implementation_dba_data: APPS.CHV_SCHEDULE_HEADERS_VAL_V ,
-
VIEW: APPS.CHV_SCHEDULE_HEADERS_ALL_V
12.2.2
-
View: CHV_SCHEDULE_HEADERS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_SCHEDULE_HEADERS_VAL_V, object_name:CHV_SCHEDULE_HEADERS_VAL_V, status:VALID, product: CHV - Supplier Scheduling , description: - Retrofitted , implementation_dba_data: APPS.CHV_SCHEDULE_HEADERS_VAL_V ,
-
VIEW: APPS.CHV_SCHEDULE_HEADERS_VAL_V
12.1.1
-
VIEW: APPS.CHV_SCHEDULE_HEADERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_SCHEDULE_HEADERS_ALL_V, object_name:CHV_SCHEDULE_HEADERS_ALL_V, status:VALID,
-
VIEW: APPS.CHV_SCHEDULE_HEADERS_VAL_V
12.2.2
-
VIEW: APPS.CHV_SCHEDULE_HEADERS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_SCHEDULE_HEADERS_ALL_V, object_name:CHV_SCHEDULE_HEADERS_ALL_V, status:VALID,
-
VIEW: APPS.CHV_SCHEDULE_HEADERS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_SCHEDULE_HEADERS_VAL_V, object_name:CHV_SCHEDULE_HEADERS_VAL_V, status:VALID,
-
VIEW: APPS.CHV_SCHEDULE_HEADERS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_SCHEDULE_HEADERS_VAL_V, object_name:CHV_SCHEDULE_HEADERS_VAL_V, status:VALID,
-
VIEW: APPS.POS_SHIP_SCHEDULE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:POS.POS_SHIP_SCHEDULE_HEADERS_V, object_name:POS_SHIP_SCHEDULE_HEADERS_V, status:VALID,
-
View: POS_CHV_SCHEDULE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_CHV_SCHEDULE_HEADERS_V POS.POS_CHV_SCHEDULE_HEADERS_V, object_name:POS_CHV_SCHEDULE_HEADERS_V, status:VALID, product: POS - iSupplier Portal , description: used to select the schedule and vendor info , implementation_dba_data: APPS.POS_CHV_SCHEDULE_HEADERS_V ,
-
VIEW: APPS.ICX_PLAN_SCHEDULE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PLAN_SCHEDULE_HEADERS_V, object_name:ICX_PLAN_SCHEDULE_HEADERS_V, status:VALID,
-
VIEW: APPS.POS_PLAN_SCHEDULE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:POS.POS_PLAN_SCHEDULE_HEADERS_V, object_name:POS_PLAN_SCHEDULE_HEADERS_V, status:VALID,
-
View: ICX_PLAN_SCHEDULE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PLAN_SCHEDULE_HEADERS_V, object_name:ICX_PLAN_SCHEDULE_HEADERS_V, status:VALID, product: ICX - Oracle iProcurement , description: Used to select schedule and vendor info for planning schedules. , implementation_dba_data: APPS.ICX_PLAN_SCHEDULE_HEADERS_V ,
-
View: ICX_SHIP_SCHEDULE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_SHIP_SCHEDULE_HEADERS_V, object_name:ICX_SHIP_SCHEDULE_HEADERS_V, status:VALID, product: ICX - Oracle iProcurement , description: Used to select schedule and vendor info for shipment schedules. , implementation_dba_data: APPS.ICX_SHIP_SCHEDULE_HEADERS_V ,
-
VIEW: APPS.ICX_SHIP_SCHEDULE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_SHIP_SCHEDULE_HEADERS_V, object_name:ICX_SHIP_SCHEDULE_HEADERS_V, status:VALID,
-
VIEW: APPS.ICX_PLAN_SCHEDULE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PLAN_SCHEDULE_HEADERS_V, object_name:ICX_PLAN_SCHEDULE_HEADERS_V, status:VALID,
-
VIEW: APPS.ICX_SHIP_SCHEDULE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_SHIP_SCHEDULE_HEADERS_V, object_name:ICX_SHIP_SCHEDULE_HEADERS_V, status:VALID,
-
View: POS_CHV_SCHEDULE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_CHV_SCHEDULE_HEADERS_V, object_name:POS_CHV_SCHEDULE_HEADERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_CHV_SCHEDULE_HEADERS_V ,
-
VIEW: APPS.POS_SHIP_SCHEDULE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:POS_SHIP_SCHEDULE_HEADERS_V, status:VALID,
-
View: POS_CHV_SCHEDULE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_CHV_SCHEDULE_HEADERS_V POS.POS_CHV_SCHEDULE_HEADERS_V, object_name:POS_CHV_SCHEDULE_HEADERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_CHV_SCHEDULE_HEADERS_V ,
-
VIEW: APPS.POS_CHV_SCHEDULE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_CHV_SCHEDULE_HEADERS_V POS.POS_CHV_SCHEDULE_HEADERS_V, object_name:POS_CHV_SCHEDULE_HEADERS_V, status:VALID,
-
VIEW: APPS.POS_CHV_SCHEDULE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_CHV_SCHEDULE_HEADERS_V, object_name:POS_CHV_SCHEDULE_HEADERS_V, status:VALID,
-
VIEW: APPS.POS_PLAN_SCHEDULE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:POS_PLAN_SCHEDULE_HEADERS_V, status:VALID,
-
VIEW: APPS.CHV_SCHEDULE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_SCHEDULE_HEADERS_V, object_name:CHV_SCHEDULE_HEADERS_V, status:VALID,
-
View: CHV_SCHEDULE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_SCHEDULE_HEADERS_V, object_name:CHV_SCHEDULE_HEADERS_V, status:VALID, product: CHV - Supplier Scheduling , description: - Retrofitted , implementation_dba_data: APPS.CHV_SCHEDULE_HEADERS_V ,
-
VIEW: APPS.CHV_SCHEDULE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_SCHEDULE_HEADERS_V, object_name:CHV_SCHEDULE_HEADERS_V, status:VALID,
-
View: CHV_SCHEDULE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_SCHEDULE_HEADERS_V, object_name:CHV_SCHEDULE_HEADERS_V, status:VALID, product: CHV - Supplier Scheduling , description: - Retrofitted , implementation_dba_data: APPS.CHV_SCHEDULE_HEADERS_V ,
-
View: ICX_PLAN_SCHEDULE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PLAN_SCHEDULE_HEADERS_V, object_name:ICX_PLAN_SCHEDULE_HEADERS_V, status:VALID, product: ICX - Oracle iProcurement , description: Used to select schedule and vendor info for planning schedules. , implementation_dba_data: APPS.ICX_PLAN_SCHEDULE_HEADERS_V ,
-
View: ICX_SHIP_SCHEDULE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_SHIP_SCHEDULE_HEADERS_V, object_name:ICX_SHIP_SCHEDULE_HEADERS_V, status:VALID, product: ICX - Oracle iProcurement , description: Used to select schedule and vendor info for shipment schedules. , implementation_dba_data: APPS.ICX_SHIP_SCHEDULE_HEADERS_V ,
-
View: POS_SHIP_SCHEDULE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:POS.POS_SHIP_SCHEDULE_HEADERS_V, object_name:POS_SHIP_SCHEDULE_HEADERS_V, status:VALID, product: POS - iSupplier Portal , description: Used to select schedule and vendor info for shipment schedules. , implementation_dba_data: APPS.POS_SHIP_SCHEDULE_HEADERS_V ,
-
View: POS_PLAN_SCHEDULE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:POS.POS_PLAN_SCHEDULE_HEADERS_V, object_name:POS_PLAN_SCHEDULE_HEADERS_V, status:VALID, product: POS - iSupplier Portal , description: Used to select schedule and vendor info for planning schedules. , implementation_dba_data: APPS.POS_PLAN_SCHEDULE_HEADERS_V ,
-
eTRM - CHV Tables and Views
12.2.2
description: Schedule organizations table ,
-
eTRM - CHV Tables and Views
12.1.1
description: Schedule organizations table ,
-
eTRM - POS Tables and Views
12.2.2
description: This table is used during release 11i to release 12 upgrade. It stores vendor_ids of vendors who are considered in iSupplier Portal TCA Supplier upgrade scripts. ,
-
eTRM - ICX Tables and Views
12.2.2
-
eTRM - ICX Tables and Views
12.1.1
-
eTRM - PO Tables and Views
12.1.1
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
eTRM - PO Tables and Views
12.2.2
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,