Search Results set_of_books_fk
Overview
APPS.ISCBV_EDW_BOOK_SUM1_FCV is a reporting view within the Oracle E-Business Suite Order Management and Advanced Pricing schema. It belongs to the ISCBV family of database objects, which are used primarily by the Oracle Enterprise Data Warehouse (EDW) integration layer for extracting summarized order booking information from the EBS transactional tables. This view acts as a pooled aggregation layer over the "Bookings Summary" business area, materializing per-header booking metrics together with associated dimension foreign keys.
The view aggregates numeric measures from an underlying base view and joins them with descriptive dimension attributes such as order number, booking date, ordered date, and user-defined descriptive flexfield (DFF) column values. It is designed for ETL consumers, BI reports, and downstream analytical schemas that require pre-aggregated booking amounts across multiple currencies and amounts measured in both base and global currency.
Underlying Base Objects
Per ETRM metadata, this view is defined exclusively over the base view ISCBV_EDW_BOOK_SUM1_BASE_FCV. No base tables are directly documented. All measures and attributes present in ISCBV_EDW_BOOK_SUM1_FCV originate from this single base view, and the outer view applies a GROUP BY clause on it to consolidate rows.
The grouping keys include the dimension foreign keys (INSTANCE_FK, OPERATING_UNIT_FK, SET_OF_BOOKS_FK, BILL_TO_CUST_FK, CURRENCY_BASE_FK, DATE_BOOKED_FK), the transaction identifiers (SEQ_ID, BOOKINGS_PK, HEADER_ID), several denormalized descriptive columns (DATE_BOOKED, DATE_ORDERED, INSTANCE, ORDER_NUMBER), and the 25 USER_ATTRIBUTE columns plus USER_FK1 through USER_FK5. Measures are aggregated via SUM and MAX over the base view.
Key Columns
- INSTANCE_FK — Foreign key identifying the EBS application instance (organization/operating environment) to which the booking row belongs. This is the standard "instance" dimension used throughout EDW extracts to distinguish data sourced from different EBS instances.
- BOOKINGS_PK — Surrogate primary key of the booking fact record.
- HEADER_ID — Order header identifier from OE_ORDER_HEADERS_ALL.
- OPERATING_UNIT_FK / SET_OF_BOOKS_FK / BILL_TO_CUST_FK / CURRENCY_BASE_FK / DATE_BOOKED_FK — Foreign keys to the operating unit, ledger, customer, currency, and booking-date dimensions respectively.
- BOOKED_AMT_B / BOOKED_AMT_G — Summed booked amounts in base and global currency.
- BOOKED_LIST_AMT_B / _G — Summed list-price amounts in base and global currency.
- FULFILLED_AMT_B / _G, INVOICED_AMT_B / _G, SHIPPED_AMT_B / _G — Summed amounts for the fulfillment, invoicing, and shipment lifecycle stages.
- DATE_BOOKED, DATE_ORDERED, DATE_LATEST_FULFILLED, DATE_LATEST_SHIP — Descriptive date attributes; the latter two are aggregated using MAX.
- USER_ATTRIBUTE1..25 and USER_MEASURE1..5 — Extensible DFF attributes and custom measures configured for the bookings extract.
- USER_FK1..5 — Configurable foreign keys allowing extension of the dimension model.
Common Use Cases and Queries
The view is typically queried by EDW extract jobs, OBIEE/BI Publisher reports, and custom analytical SQL that needs booking totals split by instance, operating unit, customer, or currency.
SELECT INSTANCE_FK,
OPERATING_UNIT_FK,
SET_OF_BOOKS_FK,
SUM(BOOKED_AMT_G) AS total_booked_global,
SUM(SHIPPED_AMT_G) AS total_shipped_global,
COUNT(DISTINCT HEADER_ID) AS order_count
FROM APPS.ISCBV_EDW_BOOK_SUM1_FCV
WHERE DATE_BOOKED BETWEEN :p_start AND :p_end
GROUP BY INSTANCE_FK, OPERATING_UNIT_FK, SET_OF_BOOKS_FK;
Because INSTANCE_FK is a first-class grouping column, multi-instance consolidation is straightforward: filtering or grouping by INSTANCE_FK isolates data from a specific EBS deployment, which is a common requirement for shared EDW repositories sourcing multiple EBS production instances. Analysts also frequently filter on ORDER_NUMBER, HEADER_ID, or BILL_TO_CUST_FK, and pivot on USER_ATTRIBUTE columns to expose customer-specific DFF values in reports.
-
VIEW: APPS.ISCBV_EDW_BOOK_SUM1_FCV
12.1.1
-
View: ISCBV_EDW_BOOK_SUM1_FCV
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FII_AR_CASH_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AR_CASH_FCV, object_name:FII_AR_CASH_FCV, status:VALID,
-
VIEW: APPS.ISC_EDW_BOOK_SUM1_F_FCV
12.1.1
-
View: FII_AR_PROD_REV_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AR_PROD_REV_FCV is an internal view used to support Product Revenue Portlet. , implementation_dba_data: Not implemented in this database ,
-
View: FII_PA_BUDGET_F_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_PA_BUDGET_F_FCV is the EDW Project Budget fact source view , implementation_dba_data: Not implemented in this database ,
-
APPS.ISC_EDW_BOOK_SUM1_F_C SQL Statements
12.1.1
-
VIEW: APPS.FII_PA_BUDGET_F_FCV
12.1.1
-
VIEW: APPS.FII_AR_REC_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AR_REC_FCV, object_name:FII_AR_REC_FCV, status:VALID,
-
View: ISC_EDW_BOOK_SUM1_F_FCV
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: FII_PA_BUDGET_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_PA_BUDGET_F_FCV, object_name:FII_PA_BUDGET_F_FCV, status:VALID, product: FII - Financial Intelligence , description: FII_PA_BUDGET_F_FCV is the EDW Project Budget fact source view , implementation_dba_data: APPS.FII_PA_BUDGET_F_FCV ,
-
View: ISCBV_EDW_BOOK_SUM1_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISCBV_EDW_BOOK_SUM1_FCV, object_name:ISCBV_EDW_BOOK_SUM1_FCV, status:VALID, product: ISC - Supply Chain Intelligence , implementation_dba_data: APPS.ISCBV_EDW_BOOK_SUM1_FCV ,
-
APPS.FII_PA_BUDGET_F_C SQL Statements
12.1.1
-
View: FII_AR_PROD_REV_FCV
12.1.1
product: FII - Financial Intelligence , description: FII_AR_PROD_REV_FCV is an internal view used to support Product Revenue Portlet. , implementation_dba_data: Not implemented in this database ,
-
View: FII_PA_COST_F_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_PA_COST_F_FCV is the EDW Project Cost fact source view , implementation_dba_data: Not implemented in this database ,
-
View: FII_PA_COST_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_PA_COST_F_FCV, object_name:FII_PA_COST_F_FCV, status:VALID, product: FII - Financial Intelligence , description: FII_PA_COST_F_FCV is the EDW Project Cost fact source view , implementation_dba_data: APPS.FII_PA_COST_F_FCV ,
-
View: FII_PA_REVENUE_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_PA_REVENUE_F_FCV, object_name:FII_PA_REVENUE_F_FCV, status:VALID, product: FII - Financial Intelligence , description: FII_PA_REVENUE_F_FCV is the EDW Project Revenue fact source view , implementation_dba_data: APPS.FII_PA_REVENUE_F_FCV ,
-
APPS.FII_PA_REVENUE_F_C SQL Statements
12.1.1
-
VIEW: APPS.FII_PA_REVENUE_F_FCV
12.1.1
-
View: ISC_EDW_BOOK_SUM1_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_BOOK_SUM1_F_FCV, object_name:ISC_EDW_BOOK_SUM1_F_FCV, status:VALID, product: ISC - Supply Chain Intelligence , implementation_dba_data: APPS.ISC_EDW_BOOK_SUM1_F_FCV ,
-
VIEW: APPS.FII_PA_COST_F_FCV
12.1.1
-
View: FIIBV_PA_BUDGET_F_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PA_BUDGET_F_FCV is the EDW Project Budget fact base view , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_PA_REVENUE_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_PA_REVENUE_F_FCV, object_name:FIIBV_PA_REVENUE_F_FCV, status:VALID, product: FII - Financial Intelligence , description: FIIBV_PA_REVENUE_F_FCV is the EDW Project Revenue fact base view , implementation_dba_data: APPS.FIIBV_PA_REVENUE_F_FCV ,
-
View: FIIBV_PA_REVENUE_F_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PA_REVENUE_F_FCV is the EDW Project Revenue fact base view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ISC_EDW_BOOKINGS_F_FCV
12.1.1
-
APPS.FII_PA_COST_F_C SQL Statements
12.1.1
-
View: FII_PA_REVENUE_F_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_PA_REVENUE_F_FCV is the EDW Project Revenue fact source view , implementation_dba_data: Not implemented in this database ,
-
TABLE: FII.FII_AR_REC_FSTG
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AR_REC_FSTG, object_name:FII_AR_REC_FSTG, status:VALID,
-
TABLE: FII.FII_AR_CASH_FSTG
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AR_CASH_FSTG, object_name:FII_AR_CASH_FSTG, status:VALID,
-
View: FIIBV_PA_COST_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_PA_COST_F_FCV, object_name:FIIBV_PA_COST_F_FCV, status:VALID, product: FII - Financial Intelligence , description: FIIBV_PA_COST_F_FCV is the EDW Project Cost fact base view , implementation_dba_data: APPS.FIIBV_PA_COST_F_FCV ,
-
View: FIIBV_PA_COST_F_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PA_COST_F_FCV is the EDW Project Cost fact base view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ISC_EDW_BOOK_SUM1_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_BOOK_SUM1_F_FCV, object_name:ISC_EDW_BOOK_SUM1_F_FCV, status:VALID,
-
TABLE: FII.FII_AR_OPEN_INSTALLMENT_FSTG
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AR_OPEN_INSTALLMENT_FSTG, object_name:FII_AR_OPEN_INSTALLMENT_FSTG, status:VALID,
-
VIEW: APPS.FIIBV_PA_REVENUE_F_FCV
12.1.1
-
View: FIIBV_PA_BUDGET_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_PA_BUDGET_F_FCV, object_name:FIIBV_PA_BUDGET_F_FCV, status:VALID, product: FII - Financial Intelligence , description: FIIBV_PA_BUDGET_F_FCV is the EDW Project Budget fact base view , implementation_dba_data: APPS.FIIBV_PA_BUDGET_F_FCV ,
-
View: FII_AR_TRX_DIST_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AR_TRX_DIST_FCV, object_name:FII_AR_TRX_DIST_FCV, status:VALID, product: FII - Financial Intelligence , description: Internal view used for warehouse data extraction , implementation_dba_data: APPS.FII_AR_TRX_DIST_FCV ,
-
View: FII_AR_TRX_DIST_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: Internal view used for warehouse data extraction , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FII_PA_COST_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_PA_COST_F_FCV, object_name:FII_PA_COST_F_FCV, status:VALID,
-
VIEW: APPS.FIIBV_PA_BUDGET_F_FCV
12.1.1
-
View: ISC_EDW_BOOKINGS_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_BOOKINGS_F_FCV ONT.ISC_EDW_BOOKINGS_F_FCV, object_name:ISC_EDW_BOOKINGS_F_FCV, status:VALID, product: ISC - Supply Chain Intelligence , description: This is the collection view for the Bookings fact table , implementation_dba_data: APPS.ISC_EDW_BOOKINGS_F_FCV ,
-
VIEW: APPS.FII_PA_BUDGET_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_PA_BUDGET_F_FCV, object_name:FII_PA_BUDGET_F_FCV, status:VALID,
-
VIEW: APPS.FII_PA_REVENUE_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_PA_REVENUE_F_FCV, object_name:FII_PA_REVENUE_F_FCV, status:VALID,
-
View: ISC_EDW_BOOKINGS_F_FCV
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , description: This is the collection view for the Bookings fact table , implementation_dba_data: Not implemented in this database ,
-
View: FII_AR_CASH_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AR_CASH_FCV is an internal view used to support Operations Indicators Portlet , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FII_AR_TRX_DIST_FCV
12.1.1
-
VIEW: APPS.FIIBV_PA_BUDGET_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_PA_BUDGET_F_FCV, object_name:FIIBV_PA_BUDGET_F_FCV, status:VALID,
-
VIEW: APPS.FIIBV_PA_COST_F_FCV
12.1.1
-
View: FII_AR_CASH_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AR_CASH_FCV, object_name:FII_AR_CASH_FCV, status:VALID, product: FII - Financial Intelligence , description: FII_AR_CASH_FCV is an internal view used to support Operations Indicators Portlet , implementation_dba_data: APPS.FII_AR_CASH_FCV ,
-
VIEW: APPS.FIIBV_PA_REVENUE_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_PA_REVENUE_F_FCV, object_name:FIIBV_PA_REVENUE_F_FCV, status:VALID,
-
View: FII_AR_REC_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AR_REC_FCV is an internal view used to support Operations Indicators Portlet , implementation_dba_data: Not implemented in this database ,