Search Results get_params
Overview
APPS.BIV_DBI_PARAM_PKG is a server-side PL/SQL package that belongs to the Oracle EBS BIV (Business Intelligence Views / DBI) subsystem, as indicated by the source file header identifier bivsrvrpars.pls. The package is declared with AUTHID CURRENT_USER, meaning its procedures execute with the privileges of the invoking user schema rather than the definer, a convention common to utility packages that supply configuration values to callers across multiple schemas. Its documented purpose is to expose stored server parameters and default time-related settings used by the BIV/DBI reporting and analytics objects. The source header identifies revision 115.0, dated 2003/10/06, indicating the package dates to the earlier DBI generation of Oracle EBS and has remained largely unchanged through 12.1.1 and 12.2.2.
Key Procedures and Functions
The package exposes three documented program units, all functions:
- GET_PARAMS — Returns a session- and region-specific parameter string. Its signature accepts a region code argument with a default of NULL, allowing callers to either request parameters scoped to a particular BIV region or request the general/server-level parameter set when no region is supplied. This function is the target of the user's "get_params" search and is the principal entry point of the package.
- GET_DEF_TIME_PER — Returns the default time period setting. This value is used by BIV/DBI reporting components to establish the default periodicity or time period context for analytical queries.
- GET_DEF_TIME_COMP — Returns the default time comparison setting, supplying the default basis on which period-over-period or comparative analysis is performed by the DBI reporting layer.
No other functions or procedures are declared in the documented package specification. No parameters beyond the optional region code on GET_PARAMS are documented.
Tables Accessed
The documented metadata lists no tables referenced through APPS synonyms. This is consistent with a parameter-retrieval package whose values are sourced from server parameter files, profile options, or BIV configuration tables not enumerated in the ETRM extract. Because the package is AUTHID CURRENT_USER and returns scalar VARCHAR2 values, it is expected to perform lightweight lookups rather than transactional reads or writes. Where dynamic references to configuration tables exist, they would resolve against the calling user's schema.
Usage Notes
The package is referenced by zero other packages per the documented metadata, indicating that its callers are not other PL/SQL packages but instead the BIV/DBI views, Oracle Forms-based DBI setup and reporting screens, and concurrent programs that render business intelligence content. In practice, GET_PARAMS is invoked when a DBI report or view must obtain its runtime parameter string, while GET_DEF_TIME_PER and GET_DEF_TIME_COMP are called at initialization to establish default time period and comparison semantics. Custom code integrating with DBI analytics may call these functions directly, secured by execute grants on the APPS package. Because the package is essentially static since 2003, integrators should treat it as a stable but legacy interface, and any dependency on return-value formatting should be validated against the specific 12.1.1 or 12.2.2 environment in use.
-
PACKAGE: APPS.BIV_DBI_PARAM_PKG
12.1.1
-
PACKAGE BODY: APPS.BIV_DBI_PARAM_PKG
12.1.1
-
PACKAGE: APPS.BIV_HS_PROB_AVOID_REPORT_PKG
12.1.1
-
PACKAGE: APPS.HRI_OLTP_PTL_PARAM
12.1.1
-
PACKAGE BODY: APPS.HRI_OLTP_PTL_PARAM
12.1.1
-
PACKAGE BODY: APPS.PAY_SG_IRAS_ARCHIVE_SETUP
12.2.2
-
PACKAGE BODY: APPS.BIV_HS_PROB_AVOID_REPORT_PKG
12.1.1
-
PACKAGE BODY: APPS.PAY_SG_IRAS_ARCHIVE_SETUP
12.1.1
-
PACKAGE BODY: APPS.PAY_SG_IRAS_AMEND_SETUP
12.2.2
-
PACKAGE: APPS.BIM_I_LEAD_MGMT_PVT
12.1.1
-
PACKAGE BODY: APPS.PAY_SG_IRAS_ARCHIVE
12.2.2
-
PACKAGE BODY: APPS.PAY_SG_IRAS_ARCHIVE
12.1.1
-
PACKAGE BODY: APPS.PAY_HK_IR56_ARCHIVE
12.1.1
-
PACKAGE BODY: APPS.PAY_HK_IR56_ARCHIVE
12.2.2
-
PACKAGE: APPS.CSTPSMUT
12.1.1
-
PACKAGE BODY: APPS.PAY_AU_PAYMENT_SUMMARY_AMEND
12.1.1
-
PACKAGE: APPS.CSTPSMUT
12.2.2
-
PACKAGE BODY: APPS.PAY_SG_IRAS_AMEND_ARCHIVE
12.2.2
-
PACKAGE BODY: APPS.PAY_AU_PAYMENT_SUMMARY_AMEND
12.2.2
-
PACKAGE BODY: APPS.PAY_AU_RECON_SUMMARY
12.1.1
-
APPS.PAY_SG_IRAS_AMEND_ARCHIVE dependencies on PAY_CORE_UTILS
12.2.2
-
APPS.PAY_SG_IRAS_ARCHIVE dependencies on PAY_CORE_UTILS
12.1.1
-
APPS.PAY_HK_IR56_ARCHIVE dependencies on DUAL
12.1.1
-
APPS.PAY_SG_IRAS_ARCHIVE dependencies on PAY_CORE_UTILS
12.2.2
-
APPS.PAY_HK_IR56_ARCHIVE dependencies on DUAL
12.2.2
-
APPS.PAY_AU_PAYMENT_SUMMARY_AMEND dependencies on PER_ALL_ASSIGNMENTS_F
12.1.1
-
APPS.PAY_SG_IRAS_ARCHIVE dependencies on PAY_PAYROLL_ACTIONS
12.2.2
-
APPS.PAY_SG_IRAS_ARCHIVE dependencies on PAY_PAYROLL_ACTIONS
12.1.1
-
APPS.PAY_HK_IR56_ARCHIVE dependencies on PAY_ASSIGNMENT_ACTIONS_S
12.1.1
-
PACKAGE BODY: APPS.PAY_AU_PAYMENT_SUMMARY
12.1.1
-
APPS.PAY_AU_PAYMENT_SUMMARY_AMEND dependencies on PER_ALL_ASSIGNMENTS_F
12.2.2
-
APPS.PAY_HK_IR56_ARCHIVE dependencies on PAY_ASSIGNMENT_ACTIONS_S
12.2.2
-
APPS.BIV_DBI_PARAM_PKG dependencies on FND_DATE
12.1.1
-
APPS.HRI_OLTP_PTL_PARAM dependencies on HRI_OLTP_PTL_PARAM
12.1.1
-
APPS.BIV_DBI_PARAM_PKG dependencies on BIV_DBI_PARAM_PKG
12.1.1
-
APPS.PAY_SG_IRAS_AMEND_ARCHIVE dependencies on PER_ALL_ASSIGNMENTS_F
12.2.2
-
APPS.PAY_HK_IR56_ARCHIVE dependencies on PAY_CORE_UTILS
12.1.1
-
APPS.PAY_SG_IRAS_AMEND_ARCHIVE dependencies on HR_ASSIGNMENT_SETS
12.2.2
-
APPS.PAY_SG_IRAS_AMEND_ARCHIVE dependencies on PAY_PAYROLL_ACTIONS
12.2.2
-
APPS.PAY_AU_PAYMENT_SUMMARY dependencies on PER_ALL_ASSIGNMENTS_F
12.1.1
-
APPS.PAY_HK_IR56_ARCHIVE dependencies on PAY_CORE_UTILS
12.2.2
-
APPS.PAY_SG_IRAS_ARCHIVE_SETUP dependencies on PAY_PAYROLL_ACTIONS
12.2.2
-
APPS.PAY_SG_IRAS_ARCHIVE_SETUP dependencies on PAY_PAYROLL_ACTIONS
12.1.1
-
APPS.PAY_SG_IRAS_AMEND_SETUP dependencies on PAY_PAYROLL_ACTIONS
12.2.2
-
APPS.PAY_AU_PAYMENT_SUMMARY dependencies on PER_ALL_ASSIGNMENTS
12.1.1
-
APPS.BIV_HS_PROB_AVOID_REPORT_PKG dependencies on BIV_CORE_PKG
12.1.1
-
APPS.HRI_OLTP_PTL_PARAM dependencies on HRI_BPL_SECURITY
12.1.1
-
APPS.PAY_SG_IRAS_AMEND_ARCHIVE dependencies on HR_ASSIGNMENT_SET
12.2.2
-
APPS.PAY_AU_RECON_SUMMARY dependencies on PER_ALL_ASSIGNMENTS_F
12.2.2
-
APPS.PAY_AU_PAYMENT_SUMMARY dependencies on PER_ALL_ASSIGNMENTS_F
12.2.2