Search Results c_header_id
Overview
OE_BIS_CANCELLED_BOOKINGS_V is a Business Intelligence System (BIS) reporting view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It belongs to the Oracle Order Entry (OE) product family and exposes cancelled booking information for sales orders. The view consolidates line-level order data with cancellation records, allowing BI Publisher reports, Discoverer workbooks, and custom integrations to analyze cancelled order quantities, prices, and dates without directly joining the underlying transactional tables. Because it is a view, it inherits the security and row-level visibility rules applied to the base synonyms at query time. The view is documented as VALID in the ETRM metadata, and the object name carries the BIS prefix, indicating its intended use in embedded BI reporting rather than in core order-processing logic.
Underlying Base Objects
The view is defined over three referenced base objects, all exposed as synonyms in the APPS schema:
- SO_HEADERS_ALL — the order header table, supplying header-level attributes such as currency and operating unit.
- SO_LINES_ALL — the order line table, supplying line quantities, selling prices, and shipment/invoice quantities.
- SO_ORDER_CANCELLATIONS — the cancellation table, recording cancelled quantities and cancellation dates.
The join condition links a cancellation record either to a specific line (L.LINE_ID = C.LINE_ID) or, where the cancellation is at header level (C.LINE_ID IS NULL), to the header (L.HEADER_ID = C.HEADER_ID). Additional filters restrict results to line records where S1 = 1 and S1_DATE is on or before the cancellation date, and require the header match between SO_LINES_ALL and SO_HEADERS_ALL. This construction ensures only cancellations that occurred after the line's S1 (shipped or fulfilled) milestone are reported.
Key Columns
- LINE_ID — the order line identifier from SO_LINES_ALL.
- CANCELLED_QUANTITY — derived using DECODE and NVL logic: if LINE_ID is null, the ordered quantity is returned; otherwise the cancelled quantity from SO_ORDER_CANCELLATIONS, or ordered quantity minus the greater of shipped or invoiced quantity.
- SELLING_PRICE — the unit selling price of the line.
- CURRENCY_CODE — the transaction currency from the order header.
- CANCEL_DATE — the date the cancellation was recorded.
- C_LINE_ID and C_HEADER_ID — the line and header identifiers from the cancellation record, useful for tracing the cancellation source.
- HEADER_ID — the order header identifier from SO_LINES_ALL.
- OU_ID — aliased from H.ORG_ID, this is the operating unit identifier of the order. This column is frequently referenced by users searching for "ou_id," since it enables filtering of cancelled bookings by operating unit for multi-org reporting.
Common Use Cases and Queries
The view is typically used to build cancellation analytics for order management, including cancelled booking value, cancellation trends by operating unit, and currency-level summaries. A representative query filtering on the operating unit is:
- SELECT HEADER_ID, LINE_ID, CANCELLED_QUANTITY, SELLING_PRICE, CURRENCY_CODE, CANCEL_DATE FROM APPS.OE_BIS_CANCELLED_BOOKINGS_V WHERE OU_ID = :p_org_id AND CANCEL_DATE BETWEEN :p_start AND :p_end;
- SELECT OU_ID, CURRENCY_CODE, SUM(CANCELLED_QUANTITY * SELLING_PRICE) CANCELLED_VALUE FROM APPS.OE_BIS_CANCELLED_BOOKINGS_V GROUP BY OU_ID, CURRENCY_CODE;
- SELECT CANCEL_DATE, COUNT(*) CANCELLATION_COUNT FROM APPS.OE_BIS_CANCELLED_BOOKINGS_V WHERE OU_ID = :p_org_id GROUP BY CANCEL_DATE ORDER BY CANCEL_DATE;
Because OU_ID is exposed directly from the header, it is the standard join key for integrating this view with operating unit and organization dimension tables in BI reports.
-
View: OE_BIS_CANCELLED_BOOKINGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.OE_BIS_CANCELLED_BOOKINGS_V, object_name:OE_BIS_CANCELLED_BOOKINGS_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.OE_BIS_CANCELLED_BOOKINGS_V ,
-
View: OE_BIS_CANCELLED_BOOKINGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.OE_BIS_CANCELLED_BOOKINGS_V, object_name:OE_BIS_CANCELLED_BOOKINGS_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.OE_BIS_CANCELLED_BOOKINGS_V ,
-
VIEW: APPS.OE_BIS_CANCELLED_BOOKINGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.OE_BIS_CANCELLED_BOOKINGS_V, object_name:OE_BIS_CANCELLED_BOOKINGS_V, status:VALID,
-
VIEW: APPS.OE_BIS_CANCELLED_BOOKINGS_V
12.1.1
-
VIEW: APPS.OE_BIS_CANCELLED_BOOKINGS_V
12.2.2
-
VIEW: APPS.OE_BIS_CANCELLED_BOOKINGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.OE_BIS_CANCELLED_BOOKINGS_V, object_name:OE_BIS_CANCELLED_BOOKINGS_V, status:VALID,
-
APPS.OKE_K_APPROVAL_WF2 SQL Statements
12.2.2
-
APPS.OKE_K_APPROVAL_WF2 SQL Statements
12.1.1
-
APPS.IBU_ORDER_CAPTURE SQL Statements
12.2.2
-
PACKAGE BODY: APPS.IGI_ITR_TIMEOUT_PKG
12.2.2
-
APPS.IBU_ORDER_CAPTURE SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGI_ITR_TIMEOUT_PKG
12.1.1
-
APPS.IBE_ORDER_UTIL_PVT SQL Statements
12.1.1
-
APPS.IBE_ORDER_UTIL_PVT SQL Statements
12.2.2
-
APPS.AHL_WIP_JOB_PVT SQL Statements
12.1.1
-
APPS.AHL_WIP_JOB_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.OKE_K_APPROVAL_WF2
12.1.1
-
APPS.OE_PURGE_WF SQL Statements
12.2.2
-
APPS.CSI_T_TXN_DETAILS_GRP SQL Statements
12.2.2
-
PACKAGE BODY: APPS.OKE_K_APPROVAL_WF2
12.2.2
-
APPS.CSI_T_TXN_DETAILS_GRP SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BIM_RESPONSE_IMPORT_PUB
12.2.2
-
PACKAGE BODY: APPS.BIM_RESPONSE_IMPORT_PUB
12.1.1
-
PACKAGE BODY: APPS.IBE_ORDER_UTIL_PVT
12.1.1
-
PACKAGE BODY: APPS.IBE_ORDER_UTIL_PVT
12.2.2
-
PACKAGE BODY: APPS.MRP_CREATE_SCHEDULE_ISO
12.1.1
-
APPS.CSP_SCH_INT_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.MRP_CREATE_SCHEDULE_ISO
12.2.2
-
APPS.IGI_ITR SQL Statements
12.2.2
-
APPS.IGI_ITR SQL Statements
12.1.1
-
APPS.OKE_BILLING_EVENT_PUB SQL Statements
12.2.2
-
PACKAGE BODY: APPS.OKE_CHG_REQUESTS_WF
12.1.1
-
PACKAGE BODY: APPS.IGI_ITR
12.2.2
-
PACKAGE BODY: APPS.IGI_ITR
12.1.1
-
PACKAGE BODY: APPS.AHL_WIP_JOB_PVT
12.1.1
-
PACKAGE BODY: APPS.AHL_WIP_JOB_PVT
12.2.2
-
PACKAGE BODY: APPS.OKE_CHG_REQUESTS_WF
12.2.2
-
APPS.CSE_GL_INTERFACE_PKG SQL Statements
12.2.2
-
APPS.CSE_GL_INTERFACE_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OKE_PRINT_FORM_PUB
12.2.2
-
PACKAGE BODY: APPS.ASO_PRICING_INT
12.2.2
-
PACKAGE BODY: APPS.OKE_PRINT_FORM_PUB
12.1.1
-
APPS.CSP_SCH_INT_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.ASO_PRICING_INT
12.1.1
-
PACKAGE BODY: APPS.OE_PURGE_WF
12.2.2
-
PACKAGE BODY: APPS.CSP_TRANSACTIONS_PUB
12.1.1
-
APPS.MRP_CL_FUNCTION SQL Statements
12.1.1
-
PACKAGE BODY: APPS.JAI_PO_OSP_PKG
12.2.2
-
APPS.OKE_PRINT_FORM_PUB SQL Statements
12.1.1
-
PACKAGE BODY: APPS.ASO_TAX_INT
12.1.1