Search Results bis_submit_requestset
Overview
APPS.BIS_SUBMIT_REQUESTSET is a PL/SQL package in the Oracle E-Business Suite APPS schema that supports the submission and orchestration of request sets within the Oracle Business Intelligence System (BIS) / Daily Business Intelligence (DBI) and Enterprise Command Center style reporting frameworks. Its principal business role is to assemble the runtime parameters required to launch a request set, record the history of each submission, and maintain refresh timestamps so that downstream dashboards and portals display current data. The package functions as an internal engine rather than a user-facing API; ETRM classifies it with an API classification of OTHER, indicating that it is intended for internal invocation by Oracle-provided components rather than by external integrations or customer extensions.
The package is validated and present in both 12.1.1 and 12.2.2 environments, and it depends on the SYS.STANDARD package plus the PLITBLM PL/SQL table library, which confirms it uses associative-array/table handling internally for sorting and parameter assembly.
Key Procedures and Functions
ETRM documents nine callable members, of which the following are named:
- GET_PARAMETER_FLAG — Determines whether a given request-set parameter requires prompting or supplies a stored/default value, allowing the submission logic to decide how to populate the parameter list.
- UPDATE_DEFAULT_VALUE — Persists an updated default value for a request-set option so that subsequent submissions reuse the maintained value.
- GET_LAST_REFRESHTIME — Returns the time component of the most recent refresh associated with a request set or its objects.
- GET_LAST_REFRESHDATE — Returns the date component of the most recent refresh, used for display in dashboards and portal regions.
- GET_LAST_REFRESHDATE_URL — Returns a formatted refresh date suitable for embedding in a URL or hyperlink target rendered by BIS portal pages.
- SORT_TABLE — Orders an in-memory collection, typically the list of objects or parameters bound to a request set, before submission.
- UPDATE_LAST_REFRESH_DATE — Writes the current refresh timestamp into the request-set history so that freshness indicators remain accurate.
Two additional documented members complete the nine-entry list; all follow the same internal-utility pattern described above. No parameter signatures are published in ETRM, and custom callers should not rely on positional arguments.
Tables Accessed
The package reads and writes a defined footprint of BIS and FND tables through APPS synonyms:
- BIS_REQUEST_SET_OBJECTS, BIS_REQUEST_SET_OPTIONS — define which report objects and runtime options belong to a request set.
- BIS_OBJ_DEPENDENCY, BIS_OBJ_PROG_LINKAGES, BIS_OBJ_PROPERTIES, BIS_OBJ_SET_TEMP — resolve object dependencies, program linkages, properties, and temporary staging for the set.
- BIS_RS_RUN_HISTORY — stores submission and refresh history used by GET_LAST_REFRESHDATE and UPDATE_LAST_REFRESH_DATE.
- FND_REQUEST_SETS, FND_CONCURRENT_PROGRAMS, FND_CONCURRENT_REQUESTS, FND_FORM_FUNCTIONS, FND_DESCR_FLEX_COLUMN_USAGES — resolve concurrent program definitions, submit requests, and map form functions and descriptive flexfield columns.
- DUAL — used for scalar evaluations.
Usage Notes
BIS_SUBMIT_REQUESTSET is referenced by BIS_PMV_UTIL, BIS_SET_PROCESSES_V, BIS_WWPOB_PAGES_V, BIS_WWPOB_PORTLETS_V, and ISC_DEPOT_BACKLOG_PKG, indicating it is called from BIS page/portlet views and from supply-chain backlog processing. It is typically invoked when a user launches a DBI dashboard refresh or when a scheduled concurrent program triggers a request set submission. Because it is an internal package, direct custom invocation is discouraged; integrators should submit request sets through the standard FND_REQUEST.SUBMIT_REQUEST interface and let the BIS layer manage refresh metadata.
-
PACKAGE: APPS.BIS_SUBMIT_REQUESTSET
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_SUBMIT_REQUESTSET, status:VALID,
-
PACKAGE BODY: APPS.BIS_SUBMIT_REQUESTSET
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_SUBMIT_REQUESTSET, status:VALID,
-
PACKAGE: APPS.BIS_SUBMIT_REQUESTSET
12.1.1
-
PACKAGE: APPS.BIS_BIA_RSG_PSTATE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_BIA_RSG_PSTATE, status:VALID,
-
SYNONYM: APPS.BIS_REQUEST_SET_OBJECTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_REQUEST_SET_OBJECTS, status:VALID,
-
SYNONYM: APPS.BIS_OBJ_PROG_LINKAGES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_OBJ_PROG_LINKAGES, status:VALID,
-
SYNONYM: APPS.BIS_OBJ_SET_TEMP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_OBJ_SET_TEMP, status:VALID,
-
PACKAGE: APPS.BIS_IMPL_OPT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_IMPL_OPT_PKG, status:VALID,
-
PACKAGE: APPS.BIS_RSG_PMV_REPORT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_RSG_PMV_REPORT_PKG, status:VALID,
-
SYNONYM: APPS.BIS_REQUEST_SET_OPTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_REQUEST_SET_OPTIONS, status:VALID,
-
SYNONYM: APPS.BIS_RS_RUN_HISTORY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_RS_RUN_HISTORY, status:VALID,
-
PACKAGE: APPS.BIS_CREATE_REQUESTSET
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_CREATE_REQUESTSET, status:VALID,
-
SYNONYM: APPS.BIS_OBJ_DEPENDENCY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_OBJ_DEPENDENCY, status:VALID,
-
PACKAGE: APPS.BIS_IMPL_DEV_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_IMPL_DEV_PKG, status:VALID,
-
PACKAGE BODY: APPS.BIS_PMV_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_PMV_UTIL, status:VALID,
-
SYNONYM: APPS.FND_REQUEST_SETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_REQUEST_SETS, status:VALID,
-
PACKAGE BODY: APPS.ISC_DEPOT_BACKLOG_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ISC_DEPOT_BACKLOG_PKG, status:VALID,
-
SYNONYM: APPS.BIS_OBJ_PROPERTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_OBJ_PROPERTIES, status:VALID,
-
VIEW: APPS.BIS_WWPOB_PAGES_V
12.1.1
owner:APPS, object_type:VIEW, object_name:BIS_WWPOB_PAGES_V, status:VALID,
-
VIEW: APPS.BIS_WWPOB_PORTLETS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:BIS_WWPOB_PORTLETS_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.BIS_RSG_PMV_REPORT_PKG
12.1.1
-
VIEW: APPS.BIS_SET_PROCESSES_V
12.1.1
owner:APPS, object_type:VIEW, object_name:BIS_SET_PROCESSES_V, status:VALID,
-
SYNONYM: APPS.FND_DESCR_FLEX_COLUMN_USAGES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_DESCR_FLEX_COLUMN_USAGES, status:VALID,
-
PACKAGE: APPS.BIS_COLLECTION_UTILITIES
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_COLLECTION_UTILITIES, status:VALID,
-
SYNONYM: APPS.FND_FORM_FUNCTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_FORM_FUNCTIONS, status:VALID,
-
SYNONYM: APPS.FND_CONCURRENT_PROGRAMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_CONCURRENT_PROGRAMS, status:VALID,
-
APPS.BIS_PMV_UTIL dependencies on BIS_SUBMIT_REQUESTSET
12.1.1
-
APPS.ISC_DEPOT_BACKLOG_PKG dependencies on BIS_SUBMIT_REQUESTSET
12.1.1
-
APPS.BIS_SUBMIT_REQUESTSET dependencies on BIS_SUBMIT_REQUESTSET
12.1.1
-
APPS.BIS_WWPOB_PORTLETS_V dependencies on BIS_SUBMIT_REQUESTSET
12.1.1
-
APPS.BIS_WWPOB_PAGES_V dependencies on BIS_SUBMIT_REQUESTSET
12.1.1
-
APPS.BIS_SET_PROCESSES_V dependencies on BIS_SUBMIT_REQUESTSET
12.1.1
-
SYNONYM: APPS.FND_CONCURRENT_REQUESTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_CONCURRENT_REQUESTS, status:VALID,
-
PACKAGE BODY: APPS.BIS_SUBMIT_REQUESTSET
12.1.1
-
PACKAGE BODY: APPS.BIS_RSG_PMV_REPORT_PKG
12.1.1
-
PACKAGE: APPS.FND_DATE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_DATE, status:VALID,
-
PACKAGE: APPS.FND_LOG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_LOG, status:VALID,
-
PACKAGE: APPS.FND_PROFILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
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,
-
PACKAGE: APPS.FND_MESSAGE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_MESSAGE, status:VALID,
-
PACKAGE: SYS.STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:STANDARD, status:VALID,