Search Results fnd_log
Overview
FV_SLA_PROCESSING_PKG is the Subledger Accounting (SLA) processing engine for Oracle Federal Financials fund value accounting within Oracle E-Business Suite 12.1.1 and 12.2.2. It coordinates the posting of accounting events originating in fund value transactions to the Subledger Accounting model. The package name "FVXLAACB" in its header reveals its role: Fund Value (FV) to XLA (Subledger Accounting) Accounting (A) Cost/Accounting (B) bridging. It functions as the glue that connects source fund value transactions to SLA event processing, extracts fund value detail, and hands event data to the Subledger Accounting engine for journal creation.
The package body declares a comprehensive FND logging framework that references FND_LOG at multiple severity levels, making this relevant to the user's fnd_log search. Standard logging declarations include statement, procedure, event, exception, error, and unexpected levels, along with the current runtime level and a qualified path name of fv.plsql.fvxlaacb.fv_sla_processing_pkg.
Key Procedures and Functions
- PREACCOUNTING — Prepares the fund value source data and event information ahead of the accounting extraction phase. It establishes the processing context that subsequent procedures consume.
- EXTRACT — Extracts fund value detail into the processing structures. The body declares a
FV_EXTRACT_DETAIL_GTrowtype collection and anFV_EXTRACT_RECrecord type carrying event ID, line number, fund value, fund category, fund expired status, fund time frame, and prior year flag. This procedure drives that extraction. - POSTPROCESSING — Handles cleanup and state management after extraction but before or around accounting creation.
- POSTACCOUNTING — Executes finalization steps once accounting has been generated.
Tables Accessed
The most directly documented structure is FV_EXTRACT_DETAIL_GT, a global temporary table whose %ROWTYPE anchors both the fv_ref_detail collection and the fv_extract_rec record. This table temporarily stages fund value extraction detail—fund value, category, expired status, time frame, and prior year flag—before SLA processing consumes it. The package's ETRM entry lists no additional table references via APPS synonyms, indicating that the documented interaction is concentrated on the extraction staging structure and SLA event interfaces rather than direct base-table DML.
Usage Notes
This package is invoked as part of the fund value Subledger Accounting flow, typically from concurrent programs or the Create Accounting process rather than from a user-facing form. It is referenced by one other package, confirming it is a subordinate component in a larger processing chain. Because it emits diagnostics through the FND_LOG hierarchy with a fixed path name, DBAs and developers troubleshoot issues by enabling FND logging at the appropriate level for the fv.plsql.fvxlaacb.fv_sla_processing_pkg module and reviewing the corresponding FND_LOG_MESSAGES entries. The internal g_log_enabled flag and staged g_stage/g_rownum/g_func_name tracking variables indicate cycle-level instrumentation useful when tracing extraction anomalies such as unexpected fund categories or expired fund statuses.
-
PACKAGE BODY: APPS.FV_SLA_PROCESSING_PKG
12.1.1
-
PACKAGE BODY: APPS.FND_LOG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_LOG, status:VALID,
-
PACKAGE BODY: APPS.FND_LOG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FND_LOG, status:VALID,
-
PACKAGE BODY: APPS.EGO_CUSTOM_SECURITY_PUB
12.2.2
-
PACKAGE: APPS.FND_OAM_DEBUG
12.2.2
-
PACKAGE: APPS.FND_OAM_DEBUG
12.1.1
-
PACKAGE: APPS.FUN_NET_UTIL
12.1.1
-
PACKAGE: APPS.FUN_NET_UTIL
12.2.2
-
Table: FND_LOG_MESSAGES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LOG_MESSAGES, object_name:FND_LOG_MESSAGES, status:VALID, product: FND - Application Object Library , description: Stores debug log messages generated from the FND_LOG package. , implementation_dba_data: APPLSYS.FND_LOG_MESSAGES ,
-
Table: FND_LOG_MESSAGES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LOG_MESSAGES, object_name:FND_LOG_MESSAGES, status:VALID, product: FND - Application Object Library , description: Stores debug log messages generated from the FND_LOG package. , implementation_dba_data: APPLSYS.FND_LOG_MESSAGES ,
-
PACKAGE BODY: APPS.BIS_DEBUG_LOG
12.1.1
-
PACKAGE BODY: APPS.EGO_RULES_UTIL_PUB
12.2.2
-
PACKAGE: APPS.JA_CN_CFS_INT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JA_CN_CFS_INT_PKG, status:VALID,
-
TYPE BODY: APPS.PO_CHANGES_REC_TYPE
12.1.1
owner:APPS, object_type:TYPE BODY, object_name:PO_CHANGES_REC_TYPE, status:VALID,
-
TYPE BODY: APPS.PO_CHANGES_REC_TYPE
12.2.2
owner:APPS, object_type:TYPE BODY, object_name:PO_CHANGES_REC_TYPE, status:VALID,
-
PACKAGE: APPS.IBY_PAYMENT_DOC_PUB_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IBY_PAYMENT_DOC_PUB_PKG, status:VALID,
-
PACKAGE: APPS.QRM_PA_CALCULATION_P
12.1.1
owner:APPS, object_type:PACKAGE, object_name:QRM_PA_CALCULATION_P, status:VALID,
-
PACKAGE: APPS.JA_CN_CFS_INT_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JA_CN_CFS_INT_PKG, status:VALID,
-
PACKAGE: APPS.DOM_LOG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:DOM_LOG, status:VALID,
-
PACKAGE: APPS.AMS_ADI_CAMP_SCHED_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:AMS_ADI_CAMP_SCHED_PVT, status:VALID,
-
PACKAGE: APPS.AR_BPA_UTILS_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:AR_BPA_UTILS_PKG, status:VALID,
-
PACKAGE: APPS.QRM_CALCULATORS_P
12.1.1
owner:APPS, object_type:PACKAGE, object_name:QRM_CALCULATORS_P, status:VALID,
-
TYPE BODY: APPS.PO_SHIPMENTS_REC_TYPE
12.1.1
owner:APPS, object_type:TYPE BODY, object_name:PO_SHIPMENTS_REC_TYPE, status:VALID,
-
PACKAGE: APPS.FLM_EKANBAN_LOGGER
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FLM_EKANBAN_LOGGER, status:VALID,
-
PACKAGE: APPS.DOM_LOG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:DOM_LOG, status:VALID,
-
PACKAGE: APPS.OKL_CNTRCT_FIN_EXT_MASTER_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_CNTRCT_FIN_EXT_MASTER_PVT, status:VALID,
-
TYPE BODY: APPS.PO_LINES_REC_TYPE
12.1.1
owner:APPS, object_type:TYPE BODY, object_name:PO_LINES_REC_TYPE, status:VALID,
-
PACKAGE: APPS.FEM_DIM_HIER_LOADER_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FEM_DIM_HIER_LOADER_PKG, status:VALID,
-
PACKAGE BODY: APPS.INL_LOGGING_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INL_LOGGING_PVT, status:VALID,
-
PACKAGE BODY: APPS.CAC_SYNC_CONTACT_UTIL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CAC_SYNC_CONTACT_UTIL_PVT, status:VALID,
-
PACKAGE: APPS.OKL_K_LINE_FIN_EXT_MASTER_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_K_LINE_FIN_EXT_MASTER_PVT, status:VALID,
-
PACKAGE: APPS.JA_CN_CFS_CLT_SLA_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JA_CN_CFS_CLT_SLA_PKG, status:VALID,
-
TYPE BODY: APPS.PO_SHIPMENTS_REC_TYPE
12.2.2
owner:APPS, object_type:TYPE BODY, object_name:PO_SHIPMENTS_REC_TYPE, status:VALID,
-
TYPE BODY: APPS.PO_DISTRIBUTIONS_REC_TYPE
12.1.1
owner:APPS, object_type:TYPE BODY, object_name:PO_DISTRIBUTIONS_REC_TYPE, status:VALID,
-
PACKAGE BODY: APPS.GMA_COMMON_LOGGING
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMA_COMMON_LOGGING, status:VALID,
-
PACKAGE BODY: APPS.ARP_TAX_VIEW_VERTEX
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_TAX_VIEW_VERTEX, status:VALID,
-
PACKAGE BODY: APPS.HR_SSO_UTL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HR_SSO_UTL, status:VALID,
-
PACKAGE: APPS.QRM_EQ_FORMULAS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:QRM_EQ_FORMULAS, status:VALID,
-
PACKAGE: APPS.FEM_TABLE_REGISTRATION_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FEM_TABLE_REGISTRATION_PKG, status:VALID,
-
PACKAGE: APPS.OKL_CNTRCT_FIN_EXT_MASTER_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_CNTRCT_FIN_EXT_MASTER_PVT, status:VALID,
-
PACKAGE BODY: APPS.IEM_OPERATORS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEM_OPERATORS_PVT, status:VALID,
-
PACKAGE BODY: APPS.QPR_AW_INTERFACE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:QPR_AW_INTERFACE_PVT, status:VALID,
-
PACKAGE BODY: APPS.IGC_DRILLDOWN_PUB_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGC_DRILLDOWN_PUB_PKG, status:VALID,
-
TYPE BODY: APPS.PO_DISTRIBUTIONS_REC_TYPE
12.2.2
owner:APPS, object_type:TYPE BODY, object_name:PO_DISTRIBUTIONS_REC_TYPE, status:VALID,
-
PACKAGE BODY: APPS.ARP_UTIL_TAX
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_UTIL_TAX, status:VALID,
-
PACKAGE BODY: APPS.GMA_COMMON_LOGGING
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMA_COMMON_LOGGING, status:VALID,
-
PACKAGE BODY: APPS.ARP_TAX_VIEW_TAXWARE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_TAX_VIEW_TAXWARE, status:VALID,
-
PACKAGE BODY: APPS.IEM_OPERATORS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEM_OPERATORS_PVT, status:VALID,
-
PACKAGE BODY: APPS.IGC_DRILLDOWN_PUB_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IGC_DRILLDOWN_PUB_PKG, status:VALID,
-
PACKAGE: APPS.AMS_ADI_CAMP_SCHED_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:AMS_ADI_CAMP_SCHED_PVT, status:VALID,