Search Results jl_jlcofarr_xmlp_pkg
Overview
APPS.JL_JLCOFARR_XMLP_PKG is a PL/SQL package in the Oracle E-Business Suite (EBS) environment, specifically within the APPS schema, classified under the "OTHER" API category. It is an XML Publisher (XMLP) concurrent program support package associated with Oracle's JL (Latin America localization) financial reporting functionality. The package name suggests it is tied to a report identified as "JLCOFARR," which in the Latin America EBS localization typically relates to adjustments, transfers, or reconciliation-style financial reporting outputs that integrate with Oracle Assets and General Ledger.
Its documented purpose is to support the execution, data validation, and output generation of an XML Publisher-based concurrent program. The package exposes formatting hooks (BEFOREREPORT and AFTERREPORT) that fire at the start and completion of report execution, along with utility routines for currency conversion, error handling, and dynamic formula evaluation used to populate the report layout. It is a supporting technical object rather than a public integration API.
Key Procedures and Functions
The package contains 14 documented procedures and functions:
- BEFOREREPORT — Executed at the start of the concurrent report run to initialize data and setup context.
- AFTERREPORT — Executed at the end of the report run for post-processing or cleanup.
- GET_BASE_CURR_DATA — Retrieves currency-related data, typically the functional/base currency information used in the report computations.
- RAISE_ERR and RAISE_ORA_ERR — Custom error-raising routines used to propagate application-level and Oracle-level errors cleanly to the report output.
- F_NET_VALFORMULA and F_APP_VALUATIONFORMULA — Formula functions used to compute net value and application valuation figures within the report layout.
- FORMULA2FORMULA — A utility that maps or transforms one formula result into another for the report's calculation chain.
- C_COMPANY_NAME_P, C_STATUS_P, C_APP_VALUATION_P, CP_NET_VALUE_P, CAT_FLEX_STRUCT_P, C_ALL_SEGS_P — A set of data/formatting helper routines referenced in the XML Publisher layout to supply company name, status, valuation, net value, category flexfield structure, and all segment values.
Tables Accessed
The package references the following tables via APPS synonyms:
- FA_BOOKS — Stores asset book assignments; used to obtain the depreciation book and related financial attributes for each asset included in the report.
- FA_BOOK_CONTROLS — Holds book-level control settings, including the associated general ledger (chart of accounts and currency) information.
- FA_SYSTEM_CONTROLS — Contains system-wide Oracle Assets settings used to determine default and operating parameters applied during report extraction.
These tables indicate the report draws on Oracle Assets master and setup data, converting and presenting values in the appropriate reporting currency.
Usage Notes
JL_JLCOFARR_XMLP_PKG is invoked indirectly by the XML Publisher concurrent program during its execution lifecycle. The BEFOREREPORT trigger fires automatically for initialization, and AFTERREPORT fires at completion. Helper functions such as GET_BASE_CURR_DATA and the FORMULA routines are called from the XML Publisher data template and RTF layout, either through XDO formula references or embedded PL/SQL calls.
The package is referenced only by itself and by the Oracle-supplied layers; ETRM records zero dependent packages, confirming it is a leaf-level support object rather than a shared API. It should not be invoked directly from custom code, and any modifications must follow Oracle localization standards because the report is part of the licensed Latin America financial feature set. Users searching for "jl_jlcofarr_xmlp_pkg" should treat it as an internal report implementation package supporting the JLCOFARR XML Publisher output.
-
PACKAGE: APPS.JL_JLCOFARR_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JL_JLCOFARR_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.JL_JLCOFARR_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JL_JLCOFARR_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.JL_JLCOFARR_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JL_JLCOFARR_XMLP_PKG, status:VALID,
-
PACKAGE: APPS.JL_JLCOFARR_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JL_JLCOFARR_XMLP_PKG, status:VALID,
-
PACKAGE: APPS.JL_JLCOFARR_XMLP_PKG
12.2.2
-
PACKAGE: APPS.JL_JLCOFARR_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.JL_JLCOFARR_XMLP_PKG
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.JL_JLCOFARR_XMLP_PKG
12.1.1
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.FA_SYSTEM_CONTROLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_SYSTEM_CONTROLS, status:VALID,
-
SYNONYM: APPS.FA_SYSTEM_CONTROLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_SYSTEM_CONTROLS, status:VALID,
-
SYNONYM: APPS.FA_BOOKS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_BOOKS, status:VALID,
-
SYNONYM: APPS.FA_BOOKS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_BOOKS, status:VALID,
-
APPS.JL_JLCOFARR_XMLP_PKG dependencies on JL_JLCOFARR_XMLP_PKG
12.2.2
-
APPS.JL_JLCOFARR_XMLP_PKG dependencies on JL_JLCOFARR_XMLP_PKG
12.1.1
-
SYNONYM: APPS.FA_BOOK_CONTROLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_BOOK_CONTROLS, status:VALID,
-
SYNONYM: APPS.FA_BOOK_CONTROLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_BOOK_CONTROLS, status:VALID,
-
APPS.JL_JLCOFARR_XMLP_PKG dependencies on FA_SYSTEM_CONTROLS
12.1.1
-
APPS.JL_JLCOFARR_XMLP_PKG dependencies on FA_SYSTEM_CONTROLS
12.2.2
-
VIEW: APPS.GL_SETS_OF_BOOKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS, object_name:GL_SETS_OF_BOOKS, status:VALID,
-
VIEW: APPS.GL_SETS_OF_BOOKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS, object_name:GL_SETS_OF_BOOKS, status:VALID,
-
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,
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
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_MESSAGE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_MESSAGE, status:VALID,
-
PACKAGE: APPS.FND_MESSAGE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_MESSAGE, status:VALID,
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
PACKAGE: SYS.STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:STANDARD, status:VALID,