Search Results oe_blkt_headers_hist_v
Overview
OE_BLKT_HEADERS_HIST_V is a PL/SQL view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It belongs to the Order Management (ONT) product family and is documented as valid in the ETRM repository. The view exposes historical header information for Blanket Sales Agreements (BSA) and is used specifically by the BSA Organizer, a form-based interface that allows order management users to query, review, and maintain blanket sales agreements over time. Because the view surfaces versioned header data, it supports historical analysis of negotiated agreements rather than only current or active agreement states.
The view is read-only in nature. It is not a base table and holds no data of its own; it is a projection over the blanket agreement header history tables and associated reference objects. Its role in reporting and integration is to provide a denormalized, queryable surface that combines agreement header attributes with currency, customer, shipment, pricing, and control information, so that custom reports, extracts, and interfaces can retrieve BSA history without joining dozens of base tables manually.
Underlying Base Objects
The view is defined over OE_BLANKET_HEADERS_HIST, which stores the versioned history rows for blanket agreement headers. Because agreements can be renegotiated, multiple version rows may exist for a single agreement. The view also references the current header object OE_BLANKET_HEADERS and its extension OE_BLANKET_HEADERS_EXT, along with the OE_BLANKET_FORM_CONTROL package used by the BSA Organizer form.
Reference and lookup objects joined or referenced include OE_TRANSACTION_TYPES_TL (order type translated names), OE_LOOKUPS and AR_LOOKUPS (lookup meanings), FND_CURRENCIES (currency codes and descriptions), QP_LIST_HEADERS_TL (price lists), RA_RULES and RA_TERMS_TL (invoicing and accounting rules, payment terms), MTL_PARAMETERS (shipping organization parameters), and the HZ customer model objects HZ_CUST_ACCOUNTS, HZ_CUST_ACCOUNT_ROLES, HZ_PARTIES, and HZ_RELATIONSHIPS. These joins resolve internal IDs into business-meaningful values.
Key Columns
The view exposes the complete BSA header attribute set. Principal columns include:
- HEADER_ID, ORG_ID, ORDER_TYPE_ID, ORDER_NUMBER — unique agreement identity and operating unit context.
- VERSION_NUMBER, EXPIRATION_DATE — version tracking and validity period for the agreement.
- SHIP_FROM_ORG_ID, SHIP_TO_ORG_ID, SOLD_FROM_ORG_ID, SOLD_TO_ORG_ID, INVOICE_TO_ORG_ID, DELIVER_TO_ORG_ID — the full party and organization role set, including the ship-from warehouse or organization.
- SHIPPING_METHOD_CODE, FREIGHT_CARRIER_CODE, FOB_POINT_CODE, FREIGHT_TERMS_CODE — logistics attributes.
- PRICE_LIST_ID, AGREEMENT_ID, PAYMENT_TERM_ID, INVOICING_RULE_ID, ACCOUNTING_RULE_ID — commercial terms.
- PARTIAL_SHIPMENTS_ALLOWED, SHIP_TOLERANCE_ABOVE, SHIP_TOLERANCE_BELOW — shipment control values.
- CONVERSION_RATE, CONVERSION_TYPE_CODE, TRANSACTIONAL_CURR_CODE — currency conversion data.
- ATTRIBUTE1 through ATTRIBUTE20, CONTEXT, GLOBAL_ATTRIBUTE_CAT — descriptive flexfield support.
- Standard WHO columns plus PROGRAM_APPLICATION_ID, PROGRAM_ID, REQUEST_ID — concurrency and audit traceability.
Common Use Cases and Queries
Typical uses include BSA Organizer backing queries, agreement version comparisons, ship-from sourcing analysis, and extracts feeding custom reporting or integrations. A representative query filtering by ship-from organization is:
SELECT order_number, version_number, expiration_date, ship_from_org_id, ship_to_org_id, transactional_curr_code FROM oe_blkt_headers_hist_v WHERE ship_from_org_id = :org_id AND org_id = :operating_unit ORDER BY order_number, version_number;
To trace all historical versions of a single agreement:
SELECT order_number, version_number, expiration_date, agreement_id FROM oe_blkt_headers_hist_v WHERE order_number = :order_number ORDER BY version_number DESC;
Because the view is built on history tables, queries should always constrain on ORG_ID and an identifying key to avoid returning every version in the operating unit. Joins back to OE_BLANKET_LINES_HIST_V or OE_BLANKET_HEADERS provide line-level detail when a full agreement picture is required.
-
View: OE_BLKT_HEADERS_HIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_BLKT_HEADERS_HIST_V, object_name:OE_BLKT_HEADERS_HIST_V, status:VALID, product: ONT - Order Management , description: This view is used to get BSA history headers information, and which is used in BSA organizer. , implementation_dba_data: APPS.OE_BLKT_HEADERS_HIST_V ,
-
View: OE_BLKT_HEADERS_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_BLKT_HEADERS_HIST_V, object_name:OE_BLKT_HEADERS_HIST_V, status:VALID, product: ONT - Order Management , description: This view is used to get BSA history headers information, and which is used in BSA organizer. , implementation_dba_data: APPS.OE_BLKT_HEADERS_HIST_V ,
-
SYNONYM: APPS.OE_BLANKET_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_BLANKET_HEADERS, status:VALID,
-
PACKAGE: APPS.OE_BLANKET_FORM_CONTROL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OE_BLANKET_FORM_CONTROL, status:VALID,
-
PACKAGE: APPS.OE_BLANKET_FORM_CONTROL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_BLANKET_FORM_CONTROL, status:VALID,
-
SYNONYM: APPS.OE_BLANKET_HEADERS_HIST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_BLANKET_HEADERS_HIST, status:VALID,
-
SYNONYM: APPS.OE_BLANKET_HEADERS_HIST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_BLANKET_HEADERS_HIST, status:VALID,
-
SYNONYM: APPS.OE_BLANKET_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_BLANKET_HEADERS, status:VALID,
-
SYNONYM: APPS.OE_BLANKET_HEADERS_EXT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_BLANKET_HEADERS_EXT, status:VALID,
-
SYNONYM: APPS.OE_BLANKET_HEADERS_EXT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_BLANKET_HEADERS_EXT, status:VALID,
-
SYNONYM: APPS.RA_TERMS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RA_TERMS_TL, status:VALID,
-
SYNONYM: APPS.RA_TERMS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RA_TERMS_TL, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.RA_RULES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RA_RULES, status:VALID,
-
SYNONYM: APPS.QP_LIST_HEADERS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:QP_LIST_HEADERS_TL, status:VALID,
-
SYNONYM: APPS.RA_RULES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RA_RULES, status:VALID,
-
SYNONYM: APPS.QP_LIST_HEADERS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:QP_LIST_HEADERS_TL, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.OE_TRANSACTION_TYPES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_TRANSACTION_TYPES_TL, status:VALID,
-
SYNONYM: APPS.OE_TRANSACTION_TYPES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_TRANSACTION_TYPES_TL, status:VALID,
-
VIEW: APPS.OE_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_LOOKUPS, object_name:OE_LOOKUPS, status:VALID,
-
VIEW: APPS.OE_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_LOOKUPS, object_name:OE_LOOKUPS, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCOUNT_ROLES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNT_ROLES, status:VALID,
-
VIEW: APPS.OE_BLKT_HEADERS_HIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_BLKT_HEADERS_HIST_V, object_name:OE_BLKT_HEADERS_HIST_V, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCOUNT_ROLES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNT_ROLES, status:VALID,
-
VIEW: APPS.OE_BLKT_HEADERS_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_BLKT_HEADERS_HIST_V, object_name:OE_BLKT_HEADERS_HIST_V, status:VALID,
-
VIEW: APPS.AR_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LOOKUPS, object_name:AR_LOOKUPS, status:VALID,
-
VIEW: APPS.AR_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LOOKUPS, object_name:AR_LOOKUPS, status:VALID,
-
SYNONYM: APPS.HZ_RELATIONSHIPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_RELATIONSHIPS, status:VALID,
-
SYNONYM: APPS.HZ_RELATIONSHIPS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_RELATIONSHIPS, status:VALID,
-
SYNONYM: APPS.FND_CURRENCIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_CURRENCIES, status:VALID,
-
SYNONYM: APPS.FND_CURRENCIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_CURRENCIES, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCOUNTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNTS, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCOUNTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNTS, status:VALID,
-
SYNONYM: APPS.MTL_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_PARAMETERS, status:VALID,
-
SYNONYM: APPS.MTL_PARAMETERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_PARAMETERS, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
eTRM - ONT Tables and Views
12.2.2
description: OM WorkFlow Activity Skip Log. ,
-
eTRM - ONT Tables and Views
12.1.1
description: OM WorkFlow Activity Skip Log. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - ONT Tables and Views
12.1.1
description: OM WorkFlow Activity Skip Log. ,
-
eTRM - ONT Tables and Views
12.2.2
description: OM WorkFlow Activity Skip Log. ,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,