Search Results zx_lines_det_factors




Overview

The ZX_LINES_DET_FACTORS table is a core data repository within the Oracle E-Business Tax (ZX) module for Oracle EBS releases 12.1.1 and 12.2.2. It functions as the central table for storing granular, transaction-level attributes that are critical for the determination, calculation, and subsequent reporting of taxes. As documented, each row corresponds to a single transaction line associated with a specific event class, capturing the detailed context necessary for the tax engine to apply the correct rules. Its role is pivotal in the tax determination process, serving as the primary source of transactional facts against which tax regimes, rates, and rules are evaluated.

Key Information Stored

The table's primary key structure highlights its fundamental design, uniquely identifying a transaction line through a combination of identifiers: APPLICATION_ID, EVENT_CLASS_CODE, ENTITY_CODE, TRX_ID, TRX_LINE_ID, TRX_LEVEL_TYPE, and ICX_SESSION_ID. Beyond these keys, the table stores a wide array of determinant attributes. These include party and location information (e.g., SHIP_TO_LOCATION_ID, BILL_THIRD_PTY_ACCT_ID), financial context (TRX_CURRENCY_CODE, LEDGER_ID), organizational data (INTERNAL_ORGANIZATION_ID), and references to historical or manual tax codes (HISTORICAL_TAX_CODE_ID). The extensive foreign key relationships indicate it holds IDs that link to master data in Customer (HZ), Subledger (AP, AR), Human Resources (HR), and General Ledger (FND) tables.

Common Use Cases and Queries

This table is primarily accessed for tax inquiry, audit reporting, and troubleshooting tax determination issues. A common use case involves tracing the specific attributes that led to a calculated tax line on a transaction. For example, to analyze tax determinants for a specific invoice line, a query would join to ZX_LINES (which holds the calculated tax results) using the primary key columns. Another critical reporting use case is verifying the sourcing of location or party data used in tax determination, which is essential for compliance audits. A sample query pattern to retrieve determinant details for a transaction would be:

  • SELECT * FROM ZX_LINES_DET_FACTORS WHERE APPLICATION_ID = 222 /* OE */ AND ENTITY_CODE = 'TRANSACTIONS' AND TRX_ID = <ORDER_HEADER_ID>;

Technical consultants also query this table to diagnose mismatches in expected versus applied tax rates by examining the stored ship-to, bill-to, and product category values.

Related Objects

The table maintains integral relationships with numerous core EBS objects, as evidenced by its foreign key constraints. Key documented relationships include:

  • Table: ZX_LINES_DET_FACTORS 12.2.2

    owner:ZX,  object_type:TABLE,  fnd_design_data:ZX.ZX_LINES_DET_FACTORS,  object_name:ZX_LINES_DET_FACTORS,  status:VALID,  product: ZX - E-Business Taxdescription: This table stores transaction related attributes used for tax calculation and reporting. Each row stores a trasnaction line of an event class. ,  implementation_dba_data: ZX.ZX_LINES_DET_FACTORS

  • Table: ZX_LINES_DET_FACTORS 12.1.1

    owner:ZX,  object_type:TABLE,  fnd_design_data:ZX.ZX_LINES_DET_FACTORS,  object_name:ZX_LINES_DET_FACTORS,  status:VALID,  product: ZX - E-Business Taxdescription: This table stores transaction related attributes used for tax calculation and reporting. Each row stores a trasnaction line of an event class. ,  implementation_dba_data: ZX.ZX_LINES_DET_FACTORS

  • Table: ZX_PARTY_TAX_PROFILE 12.1.1

    owner:ZX,  object_type:TABLE,  fnd_design_data:ZX.ZX_PARTY_TAX_PROFILE,  object_name:ZX_PARTY_TAX_PROFILE,  status:VALID,  product: ZX - E-Business Taxdescription: This table stores tax profiles for third parties, third party sites, third party providers, first party legal entities, first party legal establishments, operating units and tax authorities. ,  implementation_dba_data: ZX.ZX_PARTY_TAX_PROFILE

  • Table: ZX_PARTY_TAX_PROFILE 12.2.2

    owner:ZX,  object_type:TABLE,  fnd_design_data:ZX.ZX_PARTY_TAX_PROFILE,  object_name:ZX_PARTY_TAX_PROFILE,  status:VALID,  product: ZX - E-Business Taxdescription: This table stores tax profiles for third parties, third party sites, third party providers, first party legal entities, first party legal establishments, operating units and tax authorities. ,  implementation_dba_data: ZX.ZX_PARTY_TAX_PROFILE

  • Table: ZX_EVENT_CLASSES_B 12.2.2

    owner:ZX,  object_type:TABLE,  fnd_design_data:ZX.ZX_EVENT_CLASSES_B,  object_name:ZX_EVENT_CLASSES_B,  status:VALID,  product: ZX - E-Business Taxdescription: This table stores tax event classes. This table contains seeded data only. ,  implementation_dba_data: ZX.ZX_EVENT_CLASSES_B

  • Table: ZX_EVENT_CLASSES_B 12.1.1

    owner:ZX,  object_type:TABLE,  fnd_design_data:ZX.ZX_EVENT_CLASSES_B,  object_name:ZX_EVENT_CLASSES_B,  status:VALID,  product: ZX - E-Business Taxdescription: This table stores tax event classes. This table contains seeded data only. ,  implementation_dba_data: ZX.ZX_EVENT_CLASSES_B

  • Table: ZX_EVNT_CLS_MAPPINGS 12.2.2

    owner:ZX,  object_type:TABLE,  fnd_design_data:ZX.ZX_EVNT_CLS_MAPPINGS,  object_name:ZX_EVNT_CLS_MAPPINGS,  status:VALID,  product: ZX - E-Business Taxdescription: ZX_EVNT_CLS_MAPPINGS stores mappings of tax event classes to event classes of Oracle Applications. ,  implementation_dba_data: ZX.ZX_EVNT_CLS_MAPPINGS

  • Table: ZX_EVNT_CLS_MAPPINGS 12.1.1

    owner:ZX,  object_type:TABLE,  fnd_design_data:ZX.ZX_EVNT_CLS_MAPPINGS,  object_name:ZX_EVNT_CLS_MAPPINGS,  status:VALID,  product: ZX - E-Business Taxdescription: ZX_EVNT_CLS_MAPPINGS stores mappings of tax event classes to event classes of Oracle Applications. ,  implementation_dba_data: ZX.ZX_EVNT_CLS_MAPPINGS

  • Table: ZX_EVNT_CLS_TYPS 12.1.1

    owner:ZX,  object_type:TABLE,  fnd_design_data:ZX.ZX_EVNT_CLS_TYPS,  object_name:ZX_EVNT_CLS_TYPS,  status:VALID,  product: ZX - E-Business Taxdescription: This table stores tax event types. Each row in this table stores a tax event type for a tax event class. This table contains seeded data only. ,  implementation_dba_data: ZX.ZX_EVNT_CLS_TYPS

  • Table: ZX_EVNT_CLS_TYPS 12.2.2

    owner:ZX,  object_type:TABLE,  fnd_design_data:ZX.ZX_EVNT_CLS_TYPS,  object_name:ZX_EVNT_CLS_TYPS,  status:VALID,  product: ZX - E-Business Taxdescription: This table stores tax event types. Each row in this table stores a tax event type for a tax event class. This table contains seeded data only. ,  implementation_dba_data: ZX.ZX_EVNT_CLS_TYPS

  • Table: ZX_EVNT_TYP_MAPPINGS 12.1.1

    owner:ZX,  object_type:TABLE,  fnd_design_data:ZX.ZX_EVNT_TYP_MAPPINGS,  object_name:ZX_EVNT_TYP_MAPPINGS,  status:VALID,  product: ZX - E-Business Taxdescription: This table stores mappings of application event types to tax event types for all event classes mapped to tax event classes in ZX_EVNT_CLS_MAPPINGS. This table contains seeded data only. ,  implementation_dba_data: ZX.ZX_EVNT_TYP_MAPPINGS

  • Table: ZX_EVNT_TYP_MAPPINGS 12.2.2

    owner:ZX,  object_type:TABLE,  fnd_design_data:ZX.ZX_EVNT_TYP_MAPPINGS,  object_name:ZX_EVNT_TYP_MAPPINGS,  status:VALID,  product: ZX - E-Business Taxdescription: This table stores mappings of application event types to tax event types for all event classes mapped to tax event classes in ZX_EVNT_CLS_MAPPINGS. This table contains seeded data only. ,  implementation_dba_data: ZX.ZX_EVNT_TYP_MAPPINGS

  • Table: ZX_LINES 12.1.1

    owner:ZX,  object_type:TABLE,  fnd_design_data:ZX.ZX_LINES,  object_name:ZX_LINES,  status:VALID,  product: ZX - E-Business Taxdescription: This table stores detail tax lines for transactions of multiple event classes. ,  implementation_dba_data: ZX.ZX_LINES

  • Table: ZX_LINES 12.2.2

    owner:ZX,  object_type:TABLE,  fnd_design_data:ZX.ZX_LINES,  object_name:ZX_LINES,  status:VALID,  product: ZX - E-Business Taxdescription: This table stores detail tax lines for transactions of multiple event classes. ,  implementation_dba_data: ZX.ZX_LINES

  • View: ZX_P2P_CALC_TXN_INPUT_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:ZX.ZX_P2P_CALC_TXN_INPUT_V,  object_name:ZX_P2P_CALC_TXN_INPUT_V,  status:VALID,  product: ZX - E-Business Taximplementation_dba_data: APPS.ZX_P2P_CALC_TXN_INPUT_V

  • View: ZX_P2P_CALC_TXN_INPUT_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:ZX.ZX_P2P_CALC_TXN_INPUT_V,  object_name:ZX_P2P_CALC_TXN_INPUT_V,  status:VALID,  product: ZX - E-Business Taximplementation_dba_data: APPS.ZX_P2P_CALC_TXN_INPUT_V