Search Results isc_edw_book_sum1_f_fcv
Overview
ISC_EDW_BOOK_SUM1_F_FCV is an Oracle EBS reporting view belonging to the ISC (Supply Chain Intelligence) product family, which is flagged as obsolete in Oracle E-Business Suite 12.1.1 and 12.2.2. The view functions as a flattened, denormalized fact-collection layer for the Enterprise Data Warehouse booking summary model, exposing order booking, fulfillment, invoicing, and shipping metrics alongside their associated foreign key surrogates. Its name follows the EDW convention of a fact collection view ("_FCV") within the booking summary star ("BOOK_SUM1"). The view is not implemented in a standard database, meaning it exists only when Supply Chain Intelligence and its associated EDW schema objects have been installed; consequently, references to it in a stock EBS instance will fail unless the obsolete ISC components were provisioned.
Underlying Base Objects
The only documented base object is the synonym or underlying view ISCBV_EDW_BOOK_SUM1_FCV, from which all columns are projected via a straightforward SELECT list with no joins, filters, aggregations, or transformations. In practice this view acts as a publication alias over the ISCBV layer, which itself draws from the EDW booking summary fact and dimension tables. The ETRM metadata documents no additional referenced base tables, and the header identifies no owner, so lineage beyond ISCBV_EDW_BOOK_SUM1_FCV cannot be confirmed from the supplied documentation.
Key Columns
- IDENTIFIERS: SEQ_ID, BOOKINGS_PK, HEADER_ID, INSTANCE, ORDER_NUMBER identify the booking record and its source order header.
- FOREIGN KEYS: BILL_TO_CUST_FK, CURRENCY_BASE_FK, DATE_BOOKED_FK, INSTANCE_FK, OPERATING_UNIT_FK, SET_OF_BOOKS_FK provide dimension surrogate keys for star-schema joins.
- AMOUNTS: BOOKED_AMT_B/G, BOOKED_LIST_AMT_B/G, FULFILLED_AMT_B/G, INVOICED_AMT_B/G, SHIPPED_AMT_B/G hold transactional measures in base (_B) and global (_G) currency.
- DATES: DATE_BOOKED, DATE_LATEST_FULFILLED, DATE_LATEST_SHIP, DATE_ORDERED track order lifecycle milestones. DATE_LATEST_SHIP, the column the user searched for, records the most recent shipment date for the booking and is central to ship-performance and on-time delivery analysis.
- EXTENSIBILITY: USER_ATTRIBUTE1 through USER_ATTRIBUTE25, USER_FK1 through USER_FK5, and USER_MEASURE1 through USER_MEASURE5 are reserved slots for customer-defined dimensional and measure extensions.
Common Use Cases and Queries
Because the view is obsolete and not implemented by default, most usage scenarios arise in legacy ISC/DSS reporting environments or during migration analysis. Typical queries analyze booking-to-ship latency and fulfillment performance using DATE_LATEST_SHIP.
- Ship-date analysis: SELECT ORDER_NUMBER, DATE_ORDERED, DATE_LATEST_SHIP, SHIPPED_AMT_B FROM ISC_EDW_BOOK_SUM1_F_FCV WHERE DATE_LATEST_SHIP >= :start_date;
- On-time delivery: compare DATE_LATEST_SHIP against DATE_ORDERED to flag late shipments.
- Financial rollup: aggregate BOOKED_AMT_G and SHIPPED_AMT_G by SET_OF_BOOKS_FK or OPERATING_UNIT_FK.
- Star-schema joins: link the _FK surrogate columns to the matching EDW date, customer, and currency dimensions.
Before relying on this view, confirm installation of the obsolete ISC schema and validate the underlying ISCBV_EDW_BOOK_SUM1_FCV object, since the metadata confirms the view is not present in a standard database.
-
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: ISC_EDW_BOOK_SUM1_F_FCV
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.ISC_EDW_BOOK_SUM1_F_C
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ISC_EDW_BOOK_SUM1_F_C, status:VALID,
-
PACKAGE: APPS.EDW_ORGANIZATION_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:EDW_ORGANIZATION_PKG, status:VALID,
-
PACKAGE: APPS.EDW_CURRENCY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:EDW_CURRENCY, status:VALID,
-
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,
-
APPS.ISC_EDW_BOOK_SUM1_F_C SQL Statements
12.1.1
-
VIEW: APPS.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,
-
PACKAGE: APPS.GL_CURRENCY_API
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GL_CURRENCY_API, status:VALID,
-
APPS.ISC_EDW_BOOK_SUM1_F_C dependencies on ISC_EDW_BOOK_SUM1_F_FCV
12.1.1
-
eTRM - ISC Tables and Views
12.1.1
description: This is a temporary table used by the Bookings collection program ,
-
PACKAGE BODY: APPS.ISC_EDW_BOOK_SUM1_F_C
12.1.1
-
eTRM - ISC Tables and Views
12.1.1
description: This is a temporary table used by the Bookings collection program ,
-
12.1.1 DBA Data
12.1.1