Search Results je_it_listing_pkg
Overview
JE_IT_LISTING_PKG is a PL/SQL package body owned by the APPS schema in Oracle E-Business Suite. It belongs to the Italy localization (JE prefix) area of EBS financials, where the "IT" designator identifies Italian statutory and tax reporting functionality. The package supports the generation of listing reports required by Italian fiscal authority requirements, providing the extraction, transformation, and output plumbing needed to render statutory listings from EBS transaction data. In the ETRM 12.2.2 documentation the object is classified as OTHER, indicating that it is not a public, supported API but rather an internal implementation package invoked by localization reporting flows. Its status is VALID, confirming that the compiled body exists and resolves against the dependent objects in the APPS and SYS schemas.
Key Procedures and Functions
The documented package exposes four program units, all described at name level only. No parameter signatures are published in the ETRM metadata, so behaviour is characterised by intent and typical localization design patterns.
- PURGE_TRX_DATA — Removes previously staged or extracted transaction data associated with prior runs of the listing process. This is a housekeeping routine that prevents stale rows from contaminating a subsequent extraction, and is normally executed at the start of a reporting cycle or as a scheduled cleanup.
- FINAL_DATA — Finalises the extracted data set after all transformations have been applied, producing the record set that the reporting layer will consume. It represents the last logical stage before report generation.
- EXTRACT_DATA — The core selection routine. It reads source transactions for the requested period and reporting parameters, applies the Italian listing predicates, and writes the results into the package's working structure. This is the heaviest unit in terms of database activity.
- GET_BSV — Returns a balancing segment value (BSV) or equivalent ledger/company identifier used to scope or segment the listing output. It supplies the organisational context required to group and reconcile extracted amounts.
Tables Accessed
The ETRM extract for this object lists no explicitly enumerated base tables; the dependency section records only schema-level references to APPS and SYS, the latter through the STANDARD package. The APPS reference implies access to EBS objects through APPS synonyms rather than hard-coded schema-qualified names, which is standard practice for localization code. The procedures above indicate read and write activity against a staging or reporting table used to hold extracted listing rows, purged and rebuilt each run, and read activity against the underlying subledger or General Ledger transaction tables from which the Italian listing entries are derived. No further table-level evidence is published in the supplied metadata.
Usage Notes
JE_IT_LISTING_PKG is not referenced by any other database object, and the ETRM metadata records no database objects that depend upon it. Consequently it is not a shared utility but a leaf-level package invoked directly from its calling context. Typical invocation patterns for this class of Italian localization package are:
- A concurrent program registered in the Italian localization responsibility, which calls EXTRACT_DATA, FINAL_DATA, and the report or output stage in sequence, with PURGE_TRX_DATA run beforehand.
- Direct execution from a custom or Oracle-supplied report template generated through Oracle Reports or BI Publisher, where GET_BSV supplies the ledger balancing segment used to filter and group the output.
- Ad hoc execution by technical consultants performing period-end reconciliation testing, always preceded by a purge to guarantee a clean extraction.
Because the package is not a published API, it should not be called from custom code that must remain upgrade-safe across 12.1.1 and 12.2.2; any dependency on JE_IT_LISTING_PKG should be validated against the target release, as signature or behaviour changes are not governed by Oracle's public API compatibility policy. Full legal and dependency notes are retained in the ETRM record under Oracle Proprietary, Confidential Information.
-
PACKAGE BODY: APPS.JE_IT_LISTING_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JE_IT_LISTING_PKG, status:VALID,
-
PACKAGE: APPS.JE_IT_LISTING_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JE_IT_LISTING_PKG, status:VALID,
-
SYNONYM: APPS.JE_IT_LIST_PARTIES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JE_IT_LIST_PARTIES_ALL, status:VALID,
-
PACKAGE BODY: APPS.JE_IT_LISTING_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JE_IT_LISTING_PKG, status:VALID,
-
PACKAGE: APPS.JE_IT_LISTING_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JE_IT_LISTING_PKG, status:VALID,
-
SYNONYM: APPS.JE_IT_LIST_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JE_IT_LIST_LINES_ALL, status:VALID,
-
PACKAGE: APPS.JE_IT_LISTING_PKG
12.2.2
-
SYNONYM: APPS.JE_IT_SETUP_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JE_IT_SETUP_LINES_ALL, status:VALID,
-
PACKAGE BODY: APPS.JE_IT_LISTING_PKG
12.2.2
-
SYNONYM: APPS.JE_IT_LIST_HDR_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JE_IT_LIST_HDR_ALL, 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
-
SYNONYM: APPS.JE_IT_SETUP_HDR_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JE_IT_SETUP_HDR_ALL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.ZX_REPORT_CODES_ASSOC
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ZX_REPORT_CODES_ASSOC, status:VALID,
-
PACKAGE: APPS.JE_IT_LISTING_PKG
12.1.1
-
SYNONYM: APPS.RA_CUST_TRX_TYPES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RA_CUST_TRX_TYPES_ALL, status:VALID,
-
SYNONYM: APPS.JG_ZZ_VAT_REP_ENTITIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JG_ZZ_VAT_REP_ENTITIES, status:VALID,
-
SYNONYM: APPS.XLE_REGISTRATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XLE_REGISTRATIONS, status:VALID,
-
SYNONYM: APPS.ZX_TAXES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ZX_TAXES_B, status:VALID,
-
SYNONYM: APPS.RA_CUST_TRX_LINE_GL_DIST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RA_CUST_TRX_LINE_GL_DIST_ALL, status:VALID,
-
SYNONYM: APPS.ZX_RATES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ZX_RATES_B, status:VALID,
-
VIEW: APPS.GL_LEDGER_LE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LEDGER_LE_V, object_name:GL_LEDGER_LE_V, status:VALID,
-
SYNONYM: APPS.XLE_ENTITY_PROFILES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XLE_ENTITY_PROFILES, status:VALID,
-
SYNONYM: APPS.AP_INVOICE_DISTRIBUTIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_INVOICE_DISTRIBUTIONS_ALL, status:VALID,
-
SYNONYM: APPS.AR_RECEIVABLE_APPLICATIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_RECEIVABLE_APPLICATIONS_ALL, status:VALID,
-
SYNONYM: APPS.AP_SUPPLIER_SITES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_SUPPLIER_SITES_ALL, status:VALID,
-
SYNONYM: APPS.AP_INVOICE_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_INVOICE_LINES_ALL, status:VALID,
-
SYNONYM: APPS.AP_SUPPLIERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_SUPPLIERS, status:VALID,
-
SYNONYM: APPS.FND_SEGMENT_ATTRIBUTE_VALUES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_SEGMENT_ATTRIBUTE_VALUES, status:VALID,
-
SYNONYM: APPS.RA_CUSTOMER_TRX_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RA_CUSTOMER_TRX_LINES_ALL, status:VALID,
-
SYNONYM: APPS.RA_CUSTOMER_TRX_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RA_CUSTOMER_TRX_ALL, status:VALID,
-
APPS.JE_IT_LISTING_PKG dependencies on JE_IT_LISTING_PKG
12.1.1
-
SYNONYM: APPS.AP_INVOICES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_INVOICES_ALL, status:VALID,
-
APPS.JE_IT_LISTING_PKG dependencies on JE_IT_LISTING_PKG
12.2.2
-
SYNONYM: APPS.HZ_CUST_ACCT_SITES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCT_SITES_ALL, status:VALID,
-
SYNONYM: APPS.GL_PERIODS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_PERIODS, status:VALID,
-
SYNONYM: APPS.HZ_CUST_SITE_USES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_SITE_USES_ALL, status:VALID,
-
SYNONYM: APPS.GL_LEDGERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_LEDGERS, status:VALID,
-
SYNONYM: APPS.HR_LOCATIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_LOCATIONS_ALL, status:VALID,
-
PACKAGE BODY: APPS.JE_IT_LISTING_PKG
12.1.1
-
SYNONYM: APPS.HZ_CUST_ACCOUNTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNTS, status:VALID,
-
PACKAGE: APPS.FND_REQUEST
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_REQUEST, status:VALID,
-
SYNONYM: APPS.PER_ALL_PEOPLE_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_ALL_PEOPLE_F, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
APPS.JE_IT_LISTING_PKG dependencies on FND_FILE
12.1.1
-
PACKAGE: APPS.FND_FILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_FILE, status:VALID,
-
PACKAGE: APPS.FND_LOG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_LOG, status:VALID,
-
PACKAGE: APPS.FND_PROFILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,