Search Results opi_dbi_ptp_baseline_pkg
Overview
OPI_DBI_PTP_BASELINE_PKG is an Oracle Application Object Library (AOL) PL/SQL package owned by the APPS schema. It belongs to the Oracle Daily Business Intelligence (DBI) product family, specifically the Process Manufacturing / Profitability-to-Plan (PTP) analytics domain. In EBS 12.1.1 and 12.2.2, the package is deployed with the AUTHID CURRENT_USER clause, meaning its database objects resolve against the privileges of the invoking user rather than the package owner. The package is classified as OTHER in the ETRM API classification, indicating it is not a public open interface or business API, but an internal engine used to build and refresh the baseline data structures consumed by DBI dashboards and PTP reporting. Its purpose is to extract EBS operational data into the baseline staging/summary tables that support historical comparison and plan-versus-actual analysis.
Key Procedures and Functions
- EXTRACT_BASELINE — The principal entry point of this package and the object most commonly associated with the search term "extract_baseline". This procedure extracts source data from the EBS transactional and setup tables and populates the DBI baseline tables. It accepts the standard concurrent-program error and return-code parameters, which it uses to signal completion status back to the concurrent manager.
- REFRESH — Drives the refresh cycle for the baseline data set, regenerating and reconciling materialized views and related summarized structures. It also uses the standard error and return-code parameters for concurrent program status reporting.
No functions are documented; the package exposes only these two PL/SQL procedures. The metadata does not publish detailed parameter lists for either procedure beyond the standard concurrent program signature (errbuf / retcode).
Tables Accessed
The package reads and writes a broad set of DBI and EBS base tables, resolved through APPS synonyms:
- Source/operational tables: MTL_PARAMETERS, HR_ORGANIZATION_INFORMATION, and FII_TIME_DAY supply organization, inventory, and calendar/period context.
- DBI setup and plan tables: ISC_DBI_PLANS, ISC_DBI_PLAN_ORGANIZATIONS, OPI_DBI_BASELINE_DEFINITIONS, OPI_DBI_BASELINE_PLANS, and OPI_DBI_BASELINE_SCHEDULES define what baselines are extracted and which organizations and periods they cover.
- DBI fact/working tables: OPI_DBI_PTP_CONV, OPI_DBI_PTP_COST, OPI_DBI_PTP_PLAN_F, OPI_DBI_RUN_LOG_CURR, and OPI_DBI_PTP_LOG hold conversion factors, cost data, plan facts, and run logging/audit records.
- Utilities: DBMS_MVIEW and DBMS_SQL are invoked at runtime to refresh materialized views and execute dynamic SQL.
Usage Notes
OPI_DBI_PTP_BASELINE_PKG is an internal DBI engine and is not intended for direct invocation by custom code. It is typically invoked by concurrent programs registered in the DBI/PTP concurrent manager, which pass the standard errbuf and retcode parameters. Because the package runs AUTHID CURRENT_USER, callers must have appropriate privileges on the underlying APPS synonyms. No other packages are documented as referencing it, so its primary consumers are the concurrent program definitions and dashboard refresh logic in the Oracle Process Manufacturing DBI module. As with all APPS-owned DBI packages, modifications or direct calls should be avoided; use supported DBI configuration and concurrent program scheduling instead.
-
PACKAGE: APPS.OPI_DBI_PTP_BASELINE_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OPI_DBI_PTP_BASELINE_PKG, status:VALID,
-
PACKAGE: APPS.OPI_DBI_PTP_BASELINE_PKG
12.1.1
-
PACKAGE BODY: APPS.OPI_DBI_PTP_BASELINE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OPI_DBI_PTP_BASELINE_PKG, status:VALID,
-
SYNONYM: APPS.OPI_DBI_PTP_COST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OPI_DBI_PTP_COST, status:VALID,
-
SYNONYM: APPS.OPI_DBI_PTP_PLAN_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OPI_DBI_PTP_PLAN_F, status:VALID,
-
SYNONYM: APPS.OPI_DBI_PTP_LOG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OPI_DBI_PTP_LOG, status:VALID,
-
SYNONYM: APPS.OPI_DBI_BASELINE_DEFINITIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OPI_DBI_BASELINE_DEFINITIONS, status:VALID,
-
SYNONYM: APPS.OPI_DBI_PTP_CONV
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OPI_DBI_PTP_CONV, status:VALID,
-
SYNONYM: APPS.OPI_DBI_BASELINE_SCHEDULES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OPI_DBI_BASELINE_SCHEDULES, status:VALID,
-
SYNONYM: APPS.OPI_DBI_BASELINE_PLANS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OPI_DBI_BASELINE_PLANS, status:VALID,
-
SYNONYM: APPS.OPI_DBI_RUN_LOG_CURR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OPI_DBI_RUN_LOG_CURR, status:VALID,
-
SYNONYM: APPS.ISC_DBI_PLANS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ISC_DBI_PLANS, status:VALID,
-
SYNONYM: APPS.ISC_DBI_PLAN_ORGANIZATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ISC_DBI_PLAN_ORGANIZATIONS, status:VALID,
-
PACKAGE: APPS.ISC_DBI_MSC_OBJECTS_C
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ISC_DBI_MSC_OBJECTS_C, status:VALID,
-
PACKAGE: APPS.OPI_PMI_COST
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OPI_PMI_COST, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: PUBLIC.DBMS_MVIEW
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DBMS_MVIEW, 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_CURRENCY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FII_CURRENCY, status:VALID,
-
TABLE: APPS.OPI_PTP_SUM_STG_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.OPI_PTP_SUM_STG_MV, object_name:OPI_PTP_SUM_STG_MV, status:VALID,
-
PACKAGE: APPS.BIS_COLLECTION_UTILITIES
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_COLLECTION_UTILITIES, status:VALID,
-
PACKAGE: APPS.BIS_COMMON_PARAMETERS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_COMMON_PARAMETERS, status:VALID,
-
PACKAGE: APPS.FND_STATS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_STATS, status:VALID,
-
APPS.OPI_DBI_PTP_BASELINE_PKG dependencies on OPI_DBI_PTP_BASELINE_PKG
12.1.1
-
PACKAGE: APPS.FND_INSTALLATION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_INSTALLATION, status:VALID,
-
PACKAGE BODY: APPS.OPI_DBI_PTP_BASELINE_PKG
12.1.1
-
SYNONYM: APPS.HR_ORGANIZATION_INFORMATION
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_ORGANIZATION_INFORMATION, status:VALID,
-
SYNONYM: APPS.MTL_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_PARAMETERS, 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,
-
SYNONYM: PUBLIC.DBMS_SQL
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DBMS_SQL, status:VALID,
-
APPS.OPI_DBI_PTP_BASELINE_PKG dependencies on BIS_COLLECTION_UTILITIES
12.1.1
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
SYNONYM: PUBLIC.DUAL
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DUAL, status:VALID,
-
SYNONYM: PUBLIC.PLITBLM
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:PLITBLM, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,
-
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,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,