Search Results pa_bill_rates_all_seq
Overview
APPS.PA_INTEGRATION_UTILS is a utility package body within the Oracle EBS Projects (PA) module. It centralizes reusable integration logic that bridges the Projects application with the Project Portfolio Management (PJI) subsystem, particularly the budget, resource actuals, billing rate, and fiscal-plan integration flows. In the context of Oracle EBS 12.1.1 and 12.2.2, the package is classified as an OTHER API (not a public published interface), meaning it is intended for internal use by Oracle-delivered concurrent programs, forms, and dependent package logic rather than for direct customer invocation. Its primary responsibility is to provide standardized access to budget version identifiers, budget levels, bill rate sequencing, and resource actuals population, while also offering a centralized logging routine. The search term pji_system_debug_msg_s reflects the package's dependency on the debug messaging infrastructure used to trace integration execution.
Key Procedures and Functions
The ETRM metadata documents five procedures/functions. Parameter lists are not published and are intentionally omitted below.
- GET_BUDGET_VERSION_ID — Resolves the appropriate budget version identifier from PA_BUDGET_VERSIONS based on the calling integration context, enabling downstream budget and fiscal-plan processing to reference the correct version.
- GET_BILL_RATES_ALL_NEXTSEQ — Retrieves the next sequence value from PA_BILL_RATES_ALL_SEQ, used to generate unique identifiers for bill rate records inserted during integration.
- POPULATE_RESOURCE_ACTUALS_DATA — Populates resource actuals data, drawing on the PJI_FM_XBS_ACCUM_INT, PJI_FM_XBS_ACCUM_TMP1, and PJI_FM_XBS_ACCUM_UTILS structures to stage and accumulate cross-business-unit actuals for fiscal-plan integration.
- WRITE_LOG — Writes diagnostic and trace messages to the debug logging tables, namely PJI_SYSTEM_DEBUG_MSG and its sequence PJI_SYSTEM_DEBUG_MSG_S, providing runtime visibility into integration execution.
- GET_BUDGET_LEVEL — Returns the applicable budget level from PA_BUDGET_ENTRY_METHODS and PA_PROJ_FP_OPTIONS, guiding the integration on how budget data should be interpreted and rolled up.
Tables Accessed
The package references several tables via APPS synonyms. PA_BUDGET_VERSIONS and PA_BUDGET_ENTRY_METHODS supply budget version and entry-method metadata. PA_PERIODS_ALL provides period definitions. PA_PROJ_FP_OPTIONS supplies fiscal-plan options controlling budget behavior. PA_BILL_RATES_ALL_SEQ supplies sequencing for bill rates. The PJI tables — PJI_FM_XBS_ACCUM_INT, PJI_FM_XBS_ACCUM_TMP1, and the PJI_FM_XBS_ACCUM_UTILS package — hold interim and temporary accumulations of cross-business-unit actuals. PJI_SYSTEM_DEBUG_MSG and PJI_SYSTEM_DEBUG_MSG_S store and sequence the debug messages written by WRITE_LOG. DUAL and STANDARD are used for standard scalar operations.
Usage Notes
PA_INTEGRATION_UTILS is invoked indirectly. It is not referenced by any other database object, indicating that callers link to it at runtime through Oracle-delivered concurrent programs, forms, or dependent package logic such as PA_FIN_PLAN_UTILS. It is typically executed during budget, fiscal-plan, resource actuals, and billing integration runs, where consistent sequencing, logging, and lookup behavior is required. The presence of WRITE_LOG and the PJI_SYSTEM_DEBUG_MSG_S dependency makes the package central to diagnosing integration failures. Because it is an OTHER-classified API, customers should treat it as unsupported for direct calls and rely on the supported Projects integration programs that internally consume it.
-
SYNONYM: APPS.PA_BILL_RATES_ALL_SEQ
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_BILL_RATES_ALL_SEQ, status:VALID,
-
SEQUENCE: PA.PA_BILL_RATES_ALL_SEQ
12.2.2
owner:PA, object_type:SEQUENCE, object_name:PA_BILL_RATES_ALL_SEQ, status:VALID,
-
PACKAGE BODY: APPS.PA_INTEGRATION_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_INTEGRATION_UTILS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.PA_INTEGRATION_UTILS dependencies on PA_BILL_RATES_ALL_SEQ
12.2.2
-
12.2.2 DBA Data
12.2.2