Search Results supplier




The JE_IT_SETUP_HDR_ALL table in Oracle EBS (Release 12.1.1 or 12.2.2) is a critical repository for Italian localization setup data, primarily used for managing statutory and regulatory requirements specific to Italy. This table stores header-level information for Italian Electronic Invoicing (FatturaPA), tax reporting (Spesometro), and other fiscal compliance configurations mandated by the Italian government. As part of Oracle's localization framework, it ensures adherence to Agenzia delle Entrate (Italian Revenue Agency) regulations while integrating seamlessly with Oracle General Ledger, Accounts Payable, and Accounts Receivable modules.

Table Structure and Key Columns

The JE_IT_SETUP_HDR_ALL table contains these essential columns:
  • SETUP_ID: Primary key identifier for each configuration record
  • LEGAL_ENTITY_ID: References the legal entity to which the setup applies
  • TAXPAYER_TYPE: Classifies the entity (e.g., Individual, Corporation)
  • FISCAL_CODE: Codice Fiscale (Italian tax identification number)
  • VAT_REGISTRATION_NUM: Partita IVA (VAT registration number)
  • REA_CODE: Economic and Administrative Index code
  • FATTURA_PA_FLAG: Indicates Electronic Invoicing activation (Y/N)
  • SDI_CHANNEL_CODE: Sistema di Interscambio (SDI) transmission channel
  • LAST_UPDATE_DATE: Timestamp for record maintenance

Functional Integration

This table integrates with multiple EBS components:
  1. Electronic Invoicing (FatturaPA): When FATTURA_PA_FLAG='Y', the system generates XML invoices compliant with Italian Format 1.2 or 1.2.1 specifications.
  2. Tax Reporting: Provides taxpayer details for Spesometro (VAT transactions listing) and Intrastat declarations.
  3. Payment Processing: Links to Italian payment terms like RiBa (Ricevuta Bancaria) through subsidiary tables.

Technical Implementation

In Oracle EBS 12.2.2, the table leverages Application Development Framework (ADF) for UI rendering through the JEITSPH form. Key technical aspects include:
  • Multi-Org access control via _ALL suffix
  • PL/SQL validation in JE_IT_SETUP_PKG for Codice Fiscale/Partita IVA formatting
  • Web service integration points for SDI communication

Compliance Features

The table supports these Italian regulatory requirements:
RequirementImplementation
DL 127/2015 (FatturaPA)Stores XML schema version and SDI credentials
Province Code ValidationIntegrates with JE_IT_PROVINCE_CODES
Split Payment RegimeFlags for reverse charge mechanisms

Customization Considerations

Extensions to this table require careful analysis due to:
  • Dependencies on Oracle's localization certification for Italy
  • Integration with third-party SDI intermediaries
  • Quarterly updates to accommodate Italian tax law changes
The JE_IT_SETUP_HDR_ALL table exemplifies Oracle's approach to country-specific localization, combining regulatory compliance with technical extensibility while maintaining core application integrity.