Search Results xla_xlaabacr_xmlp_pkg
Overview
The APPS.XLA_XLAABACR_XMLP_PKG package is a generated Oracle Reports PL/SQL library package that backs the Subledger Accounting account analysis reporting infrastructure in Oracle E-Business Suite releases 12.1.1 and 12.2.2. The naming convention — the XMLP_PKG suffix combined with the XLA module prefix — identifies it as the server-side PL/SQL unit produced automatically by Oracle Reports when an XML Publisher (XMLP) report definition is compiled and deployed against the APPS schema.
The package encapsulates the report-level logic required to execute the underlying account analysis report: initializing runtime state, resolving the concurrent program context, assembling the query predicates that filter accounting data, and returning control and status information to the Reports engine. It is a pure reporting artifact rather than a business API; the API classification is documented as OTHER, and no other packages in the instance reference it. Its role is therefore confined to the execution path of the report with which it is associated.
Key Procedures and Functions
The ETRM metadata documents fifteen procedures and functions within the package. They fall into three functional groups.
- Report lifecycle entry points:
BEFOREREPORTandAFTERREPORTexecute at the start and end of the report run respectively, establishing and then releasing the session state required by the report.SET_REPORT_CONSTANTSestablishes fixed values used throughout execution. - Concurrent program context:
CP_RET_CODE_P,CP_QUERY_P,CP_DEBUG_FLAG_P,CP_LOG_LEVEL_P, andCP_DEFAULT_MODULE_Preturn the standard concurrent program parameters — return code, query, debug flag, log level, and default module — that Oracle Reports passes into the PL/SQL layer. - Query construction:
CP_AAD_QUERY_PandCP_AAD_WHERE_Pbuild the query and WHERE clause fragments for the account analysis data. The parallel groupCP_JLD_SELECT_P,CP_JLD_FROM_P,CP_JLD_WHERE_P, andCP_JLD_WHERE2_Passembles the SELECT, FROM, and WHERE components of the journal line detail query.CP_LEDGER_CATEGORY_Psupplies the ledger and category selection criteria.
Tables Accessed
The package reads from two Subledger Accounting repository tables, accessed through APPS synonyms:
XLA_ACCTG_METHOD_RULES— the accounting method rules that determine how subledger transactions are converted into journal entries; the report draws on these rules to present the accounting derivation underlying the analysis.XLA_PRODUCT_RULES_B— the product rules that govern application-specific accounting behaviour, providing the metadata needed to interpret the selected accounting methods.
Both are reference and setup tables; the report reads them to drive selection and display rather than to modify them.
Usage Notes
This package is not intended for direct invocation. It is called by the Oracle Reports runtime when the associated XML Publisher report is executed from the Submit Request form, the concurrent manager, or an XML Publisher delivery. Custom code should never call its procedures directly, because the parameter values it returns are meaningful only inside an active report execution context. Because the object is auto-generated, any modification is lost on redeployment of the report definition, and the supported approach to extension is to customize the report itself or to build a separate custom package that reads the underlying XLA tables.
-
PACKAGE: APPS.XLA_XLAABACR_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:XLA_XLAABACR_XMLP_PKG, status:VALID,
-
PACKAGE: APPS.XLA_XLAABACR_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:XLA_XLAABACR_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_XLAABACR_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_XLAABACR_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_XLAABACR_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_XLAABACR_XMLP_PKG, status:VALID,
-
PACKAGE: APPS.XLA_XLAABACR_XMLP_PKG
12.1.1
-
PACKAGE: APPS.XLA_XLAABACR_XMLP_PKG
12.2.2
-
PACKAGE: APPS.XLA_AMB_AAD_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:XLA_AMB_AAD_PKG, status:VALID,
-
PACKAGE: APPS.XLA_AMB_AAD_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:XLA_AMB_AAD_PKG, status:VALID,
-
SYNONYM: APPS.XLA_ACCTG_METHOD_RULES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XLA_ACCTG_METHOD_RULES, status:VALID,
-
SYNONYM: APPS.XLA_ACCTG_METHOD_RULES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XLA_ACCTG_METHOD_RULES, status:VALID,
-
SYNONYM: APPS.XLA_PRODUCT_RULES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XLA_PRODUCT_RULES_B, status:VALID,
-
SYNONYM: APPS.XLA_PRODUCT_RULES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XLA_PRODUCT_RULES_B, status:VALID,
-
VIEW: APPS.XLA_GL_LEDGERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_GL_LEDGERS_V, object_name:XLA_GL_LEDGERS_V, status:VALID,
-
PACKAGE: APPS.XLA_UTILITY_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:XLA_UTILITY_PKG, status:VALID,
-
VIEW: APPS.XLA_GL_LEDGERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_GL_LEDGERS_V, object_name:XLA_GL_LEDGERS_V, status:VALID,
-
PACKAGE: APPS.XLA_UTILITY_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:XLA_UTILITY_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.XLA_LEDGER_RELATIONSHIPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_LEDGER_RELATIONSHIPS_V, object_name:XLA_LEDGER_RELATIONSHIPS_V, status:VALID,
-
VIEW: APPS.XLA_LEDGER_RELATIONSHIPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_LEDGER_RELATIONSHIPS_V, object_name:XLA_LEDGER_RELATIONSHIPS_V, status:VALID,
-
PACKAGE: APPS.XLA_ENVIRONMENT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:XLA_ENVIRONMENT_PKG, status:VALID,
-
PACKAGE: APPS.XLA_ENVIRONMENT_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:XLA_ENVIRONMENT_PKG, status:VALID,
-
APPS.XLA_XLAABACR_XMLP_PKG dependencies on XLA_XLAABACR_XMLP_PKG
12.1.1
-
APPS.XLA_XLAABACR_XMLP_PKG dependencies on XLA_XLAABACR_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.XLA_XLAABACR_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.XLA_XLAABACR_XMLP_PKG
12.2.2
-
PACKAGE: APPS.FND_CONCURRENT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_CONCURRENT, status:VALID,
-
PACKAGE: APPS.FND_CONCURRENT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_CONCURRENT, status:VALID,
-
eTRM - XLA Tables and Views
12.1.1
-
PACKAGE: SYS.DBMS_STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:DBMS_STANDARD, status:VALID,
-
PACKAGE: SYS.DBMS_STANDARD
12.2.2
owner:SYS, object_type:PACKAGE, object_name:DBMS_STANDARD, status:VALID,
-
PACKAGE: APPS.FND_PROFILE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
PACKAGE: APPS.FND_PROFILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
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,
-
eTRM - XLA Tables and Views
12.1.1
-
PACKAGE: SYS.STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:STANDARD, status:VALID,