Search Results zx_product_options_all
Overview
The ZX_PRODUCT_OPTIONS_ALL table is a core configuration repository within the Oracle E-Business Tax (ZX) module for Oracle EBS 12.1.1 and 12.2.2. It functions as a central hub for defining and storing tax system options at the operating unit level, segmented by specific EBS application. This table enables the granular control of tax determination and processing rules, ensuring that different applications—such as Order Management, Payables, or Receivables—can have distinct tax behaviors configured for each legal entity or operating unit within a multi-org environment. Its role is pivotal in the E-Business Tax engine's ability to correctly apply tax regimes based on the transactional context.
Key Information Stored
The table's structure is defined by a composite primary key that uniquely identifies a tax configuration set. The critical columns include ORG_ID, which links to the operating unit (HR_ALL_ORGANIZATION_UNITS), and APPLICATION_ID, which references the specific EBS application module (FND_APPLICATION). The EVENT_CLASS_MAPPING_ID column references a tax event class mapping (ZX_EVNT_CLS_MAPPINGS), tying the configuration to specific transactional events like sales or purchases. While the provided metadata does not list all attribute columns, the table logically stores the associated tax options—such as default tax regimes, calculation methods, or reporting flags—for the combination of these three key identifiers. The separate primary key on PRODUCT_OPTIONS_ID suggests the table also supports unique identifier-based access.
Common Use Cases and Queries
Primary use cases involve troubleshooting tax setup, auditing configuration consistency across operating units, and supporting data migrations. A common query retrieves all tax product options for a specific operating unit to validate setup completeness. For example: SELECT * FROM ZX_PRODUCT_OPTIONS_ALL WHERE ORG_ID = :org_id ORDER BY APPLICATION_ID;. Another frequent pattern is joining to application and event class mapping tables to produce a readable report of which tax event classes are active per application per OU: SELECT hou.name, fa.application_short_name, zecm.tax_event_class_code FROM ZX_PRODUCT_OPTIONS_ALL zpoa, hr_all_organization_units hou, fnd_application fa, zx_evnt_cls_mappings zecm WHERE zpoa.org_id = hou.organization_id AND zpoa.application_id = fa.application_id AND zpoa.event_class_mapping_id = zecm.event_class_mapping_id;.
Related Objects
The table maintains documented foreign key relationships with several fundamental EBS objects, as per the provided metadata:
- FND_APPLICATION: Via ZX_PRODUCT_OPTIONS_ALL.APPLICATION_ID. This links the tax options to a specific E-Business Suite application module.
- HR_ALL_ORGANIZATION_UNITS: Via ZX_PRODUCT_OPTIONS_ALL.ORG_ID. This anchors the configuration to a specific operating unit within the multi-org structure.
- ZX_EVNT_CLS_MAPPINGS: Via ZX_PRODUCT_OPTIONS_ALL.EVENT_CLASS_MAPPING_ID. This critical relationship connects the options to a defined tax event class, which drives the tax determination logic for transactional events.
-
Table: ZX_PRODUCT_OPTIONS_ALL
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_PRODUCT_OPTIONS_ALL, object_name:ZX_PRODUCT_OPTIONS_ALL, status:VALID, product: ZX - E-Business Tax , description: This table store the tax system options for multiple applications. Each record stores tax options of an operating unit for a specific application. , implementation_dba_data: ZX.ZX_PRODUCT_OPTIONS_ALL ,
-
Table: ZX_PRODUCT_OPTIONS_ALL
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_PRODUCT_OPTIONS_ALL, object_name:ZX_PRODUCT_OPTIONS_ALL, status:VALID, product: ZX - E-Business Tax , description: This table store the tax system options for multiple applications. Each record stores tax options of an operating unit for a specific application. , implementation_dba_data: ZX.ZX_PRODUCT_OPTIONS_ALL ,
-
APPS.ZX_AP_TAX_CLASSIFICATN_DEF_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL
12.1.1
-
APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL
12.1.1
-
APPS.ZX_PRODUCT_INTEGRATION_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL
12.1.1
-
APPS.OKS_QA_DATA_INTEGRITY dependencies on ZX_PRODUCT_OPTIONS_ALL
12.2.2
-
APPS.ZX_AR_TAX_CLASSIFICATN_DEF_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL
12.2.2
-
APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL
12.2.2
-
APPS.ZX_PRODUCT_INTEGRATION_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL
12.2.2
-
APPS.JG_ZZ_TAX dependencies on ZX_PRODUCT_OPTIONS_ALL
12.1.1
-
APPS.ZX_AP_TAX_CLASSIFICATN_DEF_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL
12.2.2
-
APPS.JL_ZZ_AR_TX_LIB_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL
12.2.2
-
APPS.ZX_AP_TAX_CLASSIFICATN_DEF_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL
12.2.2
-
APPS.JG_ZZ_TAX dependencies on ZX_PRODUCT_OPTIONS_ALL
12.2.2
-
APPS.ZX_PRODUCT_INTEGRATION_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL
12.1.1
-
APPS.ZX_PRODUCT_INTEGRATION_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL
12.2.2
-
APPS.OKS_QA_DATA_INTEGRITY dependencies on ZX_PRODUCT_OPTIONS_ALL
12.1.1
-
APPS.ZX_PRD_OPTIONS_MIGRATE_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL
12.1.1
-
APPS.ZX_AR_TAX_CLASSIFICATN_DEF_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL
12.1.1
-
APPS.ZX_AP_TAX_CLASSIFICATN_DEF_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL
12.1.1
-
APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL
12.2.2
-
APPS.ZX_AR_TAX_CLASSIFICATN_DEF_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL
12.1.1
-
APPS.ZX_TCM_CONTROL_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL
12.2.2
-
APPS.ZX_TAXWARE_USER_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL
12.1.1
-
APPS.ZX_PRD_OPTIONS_MIGRATE_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL
12.2.2
-
APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL
12.1.1
-
APPS.ZX_TCM_CONTROL_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL
12.1.1
-
APPS.ZX_AR_TAX_CLASSIFICATN_DEF_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL
12.2.2
-
APPS.ZX_TAXWARE_USER_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL
12.2.2
-
APPS.ZX_AP_TAX_CLASSIFICATN_DEF_PKG dependencies on GL_SETS_OF_BOOKS
12.2.2
-
APPS.ZX_AP_TAX_CLASSIFICATN_DEF_PKG dependencies on FINANCIALS_SYSTEM_PARAMETERS
12.1.1
-
APPS.ZX_AP_TAX_CLASSIFICATN_DEF_PKG dependencies on GL_SETS_OF_BOOKS
12.1.1
-
APPS.ZX_AR_TAX_CLASSIFICATN_DEF_PKG dependencies on AR_SYSTEM_PARAMETERS
12.2.2
-
APPS.ZX_PRODUCT_INTEGRATION_PKG dependencies on AR_SYSTEM_PARAMETERS
12.2.2
-
APPS.ZX_PRODUCT_INTEGRATION_PKG dependencies on AR_SYSTEM_PARAMETERS
12.1.1
-
APPS.ZX_PRODUCT_INTEGRATION_PKG dependencies on GL_SETS_OF_BOOKS
12.1.1
-
APPS.ZX_AP_TAX_CLASSIFICATN_DEF_PKG dependencies on FINANCIALS_SYSTEM_PARAMETERS
12.2.2
-
APPS.ZX_PRD_OPTIONS_MIGRATE_PKG dependencies on FINANCIALS_SYSTEM_PARAMS_ALL
12.1.1
-
APPS.ZX_PRD_OPTIONS_MIGRATE_PKG dependencies on FINANCIALS_SYSTEM_PARAMS_ALL
12.2.2
-
APPS.ZX_PRODUCT_INTEGRATION_PKG dependencies on GL_SETS_OF_BOOKS
12.2.2
-
APPS.ZX_AR_TAX_CLASSIFICATN_DEF_PKG dependencies on GL_SETS_OF_BOOKS
12.2.2
-
APPS.ZX_PRD_OPTIONS_MIGRATE_PKG dependencies on ZX_EVNT_CLS_MAPPINGS
12.2.2
-
APPS.ZX_AR_TAX_CLASSIFICATN_DEF_PKG dependencies on AR_SYSTEM_PARAMETERS
12.1.1
-
APPS.ZX_PRD_OPTIONS_MIGRATE_PKG dependencies on AR_SYSTEM_PARAMETERS_ALL
12.2.2
-
APPS.ZX_AR_TAX_CLASSIFICATN_DEF_PKG dependencies on GL_SETS_OF_BOOKS
12.1.1
-
APPS.ZX_PRD_OPTIONS_MIGRATE_PKG dependencies on ZX_EVNT_CLS_MAPPINGS
12.1.1
-
APPS.ZX_PRD_OPTIONS_MIGRATE_PKG dependencies on AR_SYSTEM_PARAMETERS_ALL
12.1.1
-
SYNONYM: APPS.ZX_PRODUCT_OPTIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ZX_PRODUCT_OPTIONS_ALL, status:VALID,
-
APPS.JL_ZZ_AR_TX_LIB_PKG dependencies on ZX_PRODUCT_OPTIONS
12.2.2
-
VIEW: ZX.ZX_PRODUCT_OPTIONS_ALL#
12.2.2
owner:ZX, object_type:VIEW, object_name:ZX_PRODUCT_OPTIONS_ALL#, status:VALID,