Search Results isc_dbi_book_sum2_f_c
Overview
ISC_DBI_BOOK_SUM2_F_C is an APPS-owned PL/SQL package that forms part of the Oracle E-Business Suite Demand Planning and Order Promising infrastructure, specifically the data-collection and fact-loading layer used by the Integrated Supply Chain (ISC) DBI (Demand/Business Intelligence) schema. The package name associates it with the ISC_BOOK_SUM2_F family of tables — summarized "booking" facts drawn from the sales-order and service-order streams. Its role is to materialize and refresh aggregated fact data that feeds Oracle Demand Planning and related Supply Chain Intelligence dashboards.
The package is classified as OTHER, meaning it is not a published open API; it is an internal implementation object that the application calls during data collection. The ETRM documentation records a status of VALID in both the 12.1.1 and 12.2.2 codelines, indicating the object remains supported and has not been superseded by a later collection mechanism. It depends only on SYS.STANDARD, and no other package references it, confirming that it is invoked directly by concurrent programs rather than through a programmatic call chain.
Key Procedures and Functions
The documented interface exposes five procedures and functions. Their names indicate the classic extract-transform-load pattern used by DBI collection packages:
- LOAD_FACT — the primary entry point that populates the summary fact table from staging and operational sources. It is the procedure a collection concurrent program calls to build the book-summary data set.
- UPDATE_FACT — performs incremental maintenance on already-loaded fact rows, reconciling changed or late-arriving records without a full rebuild.
- LOAD_SALES_FACT — loads the sales-credit dimension of the fact, drawing on sales-credit and sales-representative sources to attribute bookings correctly.
- UPDATE_SALES_FACT_DUMMY — a placeholder or no-op style routine retained for interface compatibility; its name suggests it exists to satisfy a caller signature rather than to transform data.
- GET_CUST_PRODUCT_LINE_ID — a lookup function resolving the customer/product-line identifier used to key fact rows.
Tables Accessed
The package reads and writes through APPS synonyms. Staging and target tables include ISC_TMP_BOOK_SUM2 (temporary working set), ISC_BOOK_SUM2_F (the loaded summary fact) and ISC_CURR_BOOK_SUM2 (current-period summary). Sales attribution draws on ISC_SALES_CREDITS_F, JTF_RS_SALESREPS and JTF_RS_SRP_GROUPS for representative and group hierarchies. Organizational context comes from HR_ORGANIZATION_INFORMATION, calendar context from FII_TIME_DAY, and item context from MTL_SYSTEM_ITEMS_B through ENI_OLTP_ITEM_STAR. AR_SYSTEM_PARAMETERS_ALL supplies ledger and currency setup; ISC_SERVICE_BOOK_SUM2 provides the service-order counterpart. Collection control and diagnostics use BIS_OBJ_DEPENDENCY, BIS_OBJ_PROPERTIES and ISC_DBI_CHANGE_LOG to track what changed.
Usage Notes
ISC_DBI_BOOK_SUM2_F_C is not called from Oracle Forms or from customer-written code; it executes inside the DBI collection concurrent programs that refresh Demand Planning fact tables. Administrators typically trigger it via the standard collection request set, which sequences LOAD_FACT before UPDATE_FACT and the sales-fact routines. Because the package is Other-classified and unsupported for direct invocation, customizations should target the collection program rather than the package. Changes to AR_SYSTEM_PARAMETERS_ALL or ISC_DBI_CHANGE_LOG processing can affect its results, so it is important to confirm the change log is populated and that the item star is current before running a collection.
-
PACKAGE: APPS.ISC_DBI_BOOK_SUM2_F_C
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ISC_DBI_BOOK_SUM2_F_C, status:VALID,
-
PACKAGE: APPS.ISC_DBI_BOOK_SUM2_F_C
12.1.1
-
SYNONYM: APPS.ISC_CURR_BOOK_SUM2
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ISC_CURR_BOOK_SUM2, status:VALID,
-
PACKAGE BODY: APPS.ISC_DBI_BOOK_SUM2_F_C
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ISC_DBI_BOOK_SUM2_F_C, status:VALID,
-
SYNONYM: APPS.BIS_OBJ_DEPENDENCY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_OBJ_DEPENDENCY, status:VALID,
-
SYNONYM: APPS.ISC_SALES_CREDITS_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ISC_SALES_CREDITS_F, status:VALID,
-
SYNONYM: APPS.ISC_DBI_CHANGE_LOG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ISC_DBI_CHANGE_LOG, status:VALID,
-
SYNONYM: APPS.JTF_RS_SRP_GROUPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_RS_SRP_GROUPS, status:VALID,
-
PACKAGE: APPS.ISC_DBI_CURRENCY_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ISC_DBI_CURRENCY_PKG, status:VALID,
-
SYNONYM: APPS.ONT_DBI_CHANGE_LOG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ONT_DBI_CHANGE_LOG, status:VALID,
-
SYNONYM: APPS.ISC_BOOK_SUM2_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ISC_BOOK_SUM2_F, status:VALID,
-
SYNONYM: APPS.OE_SYS_PARAMETERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_SYS_PARAMETERS_ALL, status:VALID,
-
SYNONYM: APPS.ISC_TMP_BOOK_SUM2
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ISC_TMP_BOOK_SUM2, status:VALID,
-
SYNONYM: APPS.ISC_SERVICE_BOOK_SUM2
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ISC_SERVICE_BOOK_SUM2, status:VALID,
-
SYNONYM: APPS.ENI_OLTP_ITEM_STAR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ENI_OLTP_ITEM_STAR, status:VALID,
-
PACKAGE: APPS.OE_SERVICE_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OE_SERVICE_UTIL, status:VALID,
-
SYNONYM: APPS.BIS_OBJ_PROPERTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_OBJ_PROPERTIES, status:VALID,
-
SYNONYM: APPS.OE_SALES_CREDITS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_SALES_CREDITS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.OE_SALES_CREDIT_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_SALES_CREDIT_TYPES, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FII_CURRENCY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FII_CURRENCY, status:VALID,
-
SYNONYM: APPS.FII_TIME_DAY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FII_TIME_DAY, status:VALID,
-
PACKAGE: APPS.FII_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FII_UTIL, status:VALID,
-
SYNONYM: APPS.OE_PRICE_ADJUSTMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_PRICE_ADJUSTMENTS, status:VALID,
-
VIEW: APPS.ISCBV_BOOK_SUM2_FCV
12.1.1
owner:APPS, object_type:VIEW, object_name:ISCBV_BOOK_SUM2_FCV, status:VALID,
-
SYNONYM: APPS.JTF_RS_SALESREPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_RS_SALESREPS, status:VALID,
-
PACKAGE: APPS.FII_TIME_API
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FII_TIME_API, status:VALID,
-
SYNONYM: APPS.AR_SYSTEM_PARAMETERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_SYSTEM_PARAMETERS_ALL, status:VALID,
-
PACKAGE: APPS.BIS_COMMON_PARAMETERS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_COMMON_PARAMETERS, status:VALID,
-
PACKAGE: APPS.BIS_COLLECTION_UTILITIES
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_COLLECTION_UTILITIES, status:VALID,
-
PACKAGE: APPS.FND_STATS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_STATS, status:VALID,
-
APPS.ISC_DBI_BOOK_SUM2_F_C dependencies on ISC_DBI_BOOK_SUM2_F_C
12.1.1
-
PACKAGE: APPS.INV_CONVERT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:INV_CONVERT, status:VALID,
-
SYNONYM: APPS.OE_ORDER_HEADERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_HEADERS_ALL, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_B, status:VALID,
-
SYNONYM: APPS.OE_ORDER_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_LINES_ALL, status:VALID,
-
PACKAGE: APPS.FND_INSTALLATION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_INSTALLATION, status:VALID,
-
SYNONYM: APPS.HR_ORGANIZATION_INFORMATION
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_ORGANIZATION_INFORMATION, status:VALID,
-
VIEW: APPS.GL_SETS_OF_BOOKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS, object_name:GL_SETS_OF_BOOKS, status:VALID,
-
PACKAGE BODY: APPS.ISC_DBI_BOOK_SUM2_F_C
12.1.1
-
SYNONYM: PUBLIC.DBMS_SQL
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DBMS_SQL, status:VALID,
-
PACKAGE: SYS.DBMS_STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:DBMS_STANDARD, status:VALID,
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
PACKAGE: APPS.FND_PROFILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_MESSAGE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_MESSAGE, status:VALID,
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
PACKAGE: SYS.STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:STANDARD, status:VALID,