Search Results submit_conc_request
Overview
The APPS.GL_DAILY_RATES_API package is a public Oracle E-Business Suite API that supports the management of daily currency conversion rates within Oracle General Ledger. In a multi-currency environment, General Ledger requires a maintained set of daily rates to translate foreign currency transactions into the ledger's functional currency. This package encapsulates the logic that drives the batch processing of daily rate data, exposing a controlled programmatic entry point for triggering the concurrent process responsible for loading or maintaining those rates. It is declared with AUTHID CURRENT_USER, meaning it executes with the privileges of the calling user rather than the definer, and it is owned by the APPS schema. In the ETRM 12.1.1 and 12.2.2 metadata, this package is classified as an API and is documented as exposing a single callable function.
Key Procedures and Functions
The documented interface of this package consists of one function:
- SUBMIT_CONC_REQUEST — A function that submits a concurrent request. It returns a NUMBER, conventionally the concurrent request identifier assigned by the concurrent manager when the job is enqueued. Its purpose is to provide a programmatic mechanism for launching the daily rates concurrent program rather than requiring a user to navigate the Submit Request form.
The package also declares a package-level Boolean variable, run_conc_req_flag, initialized to TRUE, which governs whether the underlying concurrent request is actually submitted. No additional documented procedures or functions are included in the metadata; parameter lists are not published and therefore should not be assumed.
Tables Accessed
The ETRM metadata for this package records no directly referenced tables via APPS synonyms. This is consistent with the function's role as a submission wrapper: the actual table access for daily rate maintenance occurs inside the concurrent program that SUBMIT_CONC_REQUEST launches, not within the API itself. The daily rate concurrent process operates against the GL daily rates schema objects on behalf of the submitted request. Because no base tables are documented here, implementers should treat this package as an orchestration layer rather than a data-manipulation API.
Usage Notes
This package is typically invoked from custom PL/SQL, client extensions, or wrapper routines that need to programmatically schedule the daily rates concurrent program. The returned request ID can be captured for later status polling through the standard concurrent request monitoring APIs. Because the package runs under AUTHID CURRENT_USER, the calling session must hold sufficient privileges to submit the target concurrent request. The run_conc_req_flag variable allows caller or session logic to suppress actual submission when set to FALSE, which is useful for validation or dry-run scenarios. ETRM records show the package is referenced by zero other packages, indicating it is a terminal utility rather than a dependency of the broader GL codebase. Given the limited documented interface, customizations should call only the published SUBMIT_CONC_REQUEST function and avoid reliance on undocumented internals. Always confirm the target concurrent program and its parameters in the specific EBS release, since behavior can differ between 12.1.1 and 12.2.2.
-
PACKAGE: APPS.GL_DAILY_RATES_API
12.2.2
-
PACKAGE: APPS.GL_DAILY_RATES_API
12.1.1
-
PACKAGE BODY: APPS.GL_DAILY_RATES_API
12.2.2
-
PACKAGE BODY: APPS.GL_DAILY_RATES_API
12.1.1
-
APPS.ZPB_WF_EVENT SQL Statements
12.1.1
-
PACKAGE: APPS.CSP_PLANNING_UTILS_PKG
12.2.2
-
PACKAGE: APPS.PAY_BATCH_BALANCE_ADJ_PKG
12.1.1
-
PACKAGE: APPS.PAY_BATCH_BALANCE_ADJ_PKG
12.2.2
-
PACKAGE: APPS.GL_CRM_UTILITIES_PKG
12.1.1
-
PACKAGE: APPS.GL_CRM_UTILITIES_PKG
12.2.2
-
PACKAGE: APPS.GL_DEFAS_ACCESS_DETAILS_PKG
12.2.2
-
PACKAGE: APPS.GL_DEFAS_ACCESS_DETAILS_PKG
12.1.1
-
PACKAGE: APPS.OTA_ELIG_PROFILE_UTIL
12.2.2
-
PACKAGE: APPS.GL_DAILY_RATES_PKG
12.2.2
-
PACKAGE: APPS.GL_DAILY_RATES_PKG
12.1.1
-
PACKAGE: APPS.ZPB_WF
12.1.1
-
PACKAGE BODY: APPS.CSP_PLANNING_UTILS_PKG
12.2.2
-
PACKAGE BODY: APPS.GL_DEFAS_ACCESS_DETAILS_PKG
12.2.2
-
PACKAGE BODY: APPS.GL_DEFAS_ACCESS_DETAILS_PKG
12.1.1
-
PACKAGE BODY: APPS.PAY_BATCH_BALANCE_ADJ_PKG
12.1.1
-
PACKAGE BODY: APPS.PAY_BATCH_BALANCE_ADJ_PKG
12.2.2
-
PACKAGE BODY: APPS.GL_DAILY_RATES_PKG
12.1.1
-
PACKAGE BODY: APPS.GL_DAILY_RATES_PKG
12.2.2
-
PACKAGE BODY: APPS.BIS_PMF_REG_SERVICE_PVT
12.1.1
-
PACKAGE BODY: APPS.ZPB_WF_EVENT
12.1.1
-
PACKAGE: APPS.AMW_UTILITY_PVT
12.1.1
-
APPS.GL_DEFAS_ACCESS_DETAILS_PKG dependencies on GL_DEFAS_ACCESS_DETAILS_PKG
12.2.2
-
APPS.GL_DEFAS_ACCESS_DETAILS_PKG dependencies on GL_DEFAS_ACCESS_DETAILS_PKG
12.1.1
-
APPS.GL_DAILY_RATES_API dependencies on GL_DAILY_RATES_API
12.2.2
-
APPS.ZPB_WF_EVENT dependencies on WF_ITEM_ACTIVITY_STATUSES_V
12.1.1
-
PACKAGE BODY: APPS.GL_CRM_UTILITIES_PKG
12.1.1
-
PACKAGE BODY: APPS.OTA_ELIG_PROFILE_UTIL
12.2.2
-
APPS.ZPB_WF dependencies on WF_PROCESS_ACTIVITIES
12.1.1
-
APPS.GL_DAILY_RATES_API dependencies on GL_DAILY_RATES_API
12.1.1
-
APPS.ZPB_WF dependencies on WF_CORE
12.1.1
-
APPS.CSP_PLANNING_UTILS_PKG dependencies on CSP_PLANNING_UTILS_PKG
12.2.2
-
PACKAGE BODY: APPS.GL_CRM_UTILITIES_PKG
12.2.2
-
PACKAGE BODY: APPS.ZPB_WF
12.1.1
-
PACKAGE BODY: APPS.AMW_UTILITY_PVT
12.1.1
-
APPS.GL_DAILY_RATES_PKG dependencies on GL_DAILY_RATES_PKG
12.1.1
-
APPS.GL_DAILY_RATES_PKG dependencies on GL_DAILY_RATES_PKG
12.2.2
-
APPS.BIS_PMF_REG_SERVICE_PVT dependencies on FND_API
12.1.1
-
APPS.BIS_PMF_REG_SERVICE_PVT dependencies on BIS_UTILITIES_PVT
12.1.1
-
APPS.ZPB_WF dependencies on ZPB_WF
12.1.1
-
APPS.GL_CRM_UTILITIES_PKG dependencies on GL_CRM_UTILITIES_PKG
12.1.1
-
APPS.GL_CRM_UTILITIES_PKG dependencies on GL_CRM_UTILITIES_PKG
12.2.2
-
APPS.ZPB_WF dependencies on FND_REQUEST
12.1.1
-
APPS.GL_DAILY_RATES_PKG dependencies on GL_DAILY_RATES
12.1.1
-
APPS.GL_DAILY_RATES_PKG dependencies on GL_DAILY_RATES
12.2.2
-
APPS.PAY_BATCH_BALANCE_ADJ_PKG dependencies on HR_UTILITY
12.1.1