Search Results zx_srvc_sbscrptn_excls
Overview
The ZX_SRVC_SBSCRPTN_EXCLS table is a core configuration table within the ZX (E-Business Tax) module of Oracle E-Business Suite 12.1.1 and 12.2.2. It plays a critical role in managing the integration between Oracle EBS and external tax service providers, such as Vertex or Sabrix. The table's primary function is to define exceptions to service subscriptions. It stores a list of specific event classes and applications that are explicitly excluded from calling the services of an external tax calculation engine, even when a general service subscription for that provider is active. This allows for granular control over tax determination, enabling certain transactions or modules to bypass external tax services and instead rely on Oracle's native E-Business Tax engine or other logic.
Key Information Stored
The table's structure is designed to capture the relationship between a service subscription and the specific business events it should not process. The primary key, SRVC_SBSCRPTN_EXCLUSION_ID, uniquely identifies each exclusion rule. The most critical foreign key is SRVC_SUBSCRIPTION_ID, which links the exclusion to a specific service provider subscription defined in the ZX_SRVC_SUBSCRIPTIONS table. While the provided metadata does not list all columns, based on its description and standard EBS Tax patterns, the table would typically contain columns to identify the APPLICATION_ID (the Oracle application, such as Payables or Receivables) and EVENT_CLASS_CODE (the type of transaction, such as Invoice or Payment) that are to be excluded from the external tax service call. This creates a precise mapping of "what" not to process for a given subscription.
Common Use Cases and Queries
A primary use case is troubleshooting tax calculation behavior. If a transaction is unexpectedly not calling an external tax service, an administrator would query this table to verify if the transaction's application and event class are configured as an exception. Common queries include identifying all exclusions for a specific service subscription or validating if a particular business event is excluded. For example, to find all exclusions for a subscription ID of 100, one might use: SELECT * FROM ZX.ZX_SRVC_SBSCRPTN_EXCLS WHERE SRVC_SUBSCRIPTION_ID = 100;. Another critical scenario is during implementation or upgrade, where this table is populated via seed data or configuration scripts to define the scope of external tax service integration, ensuring only designated transaction flows utilize the third-party provider.
Related Objects
The ZX_SRVC_SBSCRPTN_EXCLS table has a direct and essential relationship with the ZX_SRVC_SUBSCRIPTIONS table, which defines the master list of active external tax service subscriptions. The documented foreign key relationship is:
- ZX_SRVC_SBSCRPTN_EXCLS.SRVC_SUBSCRIPTION_ID references ZX_SRVC_SUBSCRIPTIONS
-
Table: ZX_SRVC_SBSCRPTN_EXCLS
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_SRVC_SBSCRPTN_EXCLS, object_name:ZX_SRVC_SBSCRPTN_EXCLS, status:VALID, product: ZX - E-Business Tax , description: This table stores the list of event classes and applications that do not call the services of the tax service provider corresponding to a service subscription. , implementation_dba_data: ZX.ZX_SRVC_SBSCRPTN_EXCLS ,
-
Table: ZX_SRVC_SBSCRPTN_EXCLS
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_SRVC_SBSCRPTN_EXCLS, object_name:ZX_SRVC_SBSCRPTN_EXCLS, status:VALID, product: ZX - E-Business Tax , description: This table stores the list of event classes and applications that do not call the services of the tax service provider corresponding to a service subscription. , implementation_dba_data: ZX.ZX_SRVC_SBSCRPTN_EXCLS ,
-
APPS.ZX_TPI_SERVICES_PKG dependencies on ZX_SRVC_SBSCRPTN_EXCLS
12.1.1
-
APPS.ZX_VALIDATE_API_PKG dependencies on ZX_SRVC_SBSCRPTN_EXCLS
12.1.1
-
APPS.ZX_VALIDATE_API_PKG dependencies on ZX_SRVC_SBSCRPTN_EXCLS
12.2.2
-
APPS.ZX_TPI_SERVICES_PKG dependencies on ZX_SRVC_SBSCRPTN_EXCLS
12.2.2
-
VIEW: ZX.ZX_SRVC_SBSCRPTN_EXCLS#
12.2.2
owner:ZX, object_type:VIEW, object_name:ZX_SRVC_SBSCRPTN_EXCLS#, status:VALID,
-
SYNONYM: APPS.ZX_SRVC_SBSCRPTN_EXCLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ZX_SRVC_SBSCRPTN_EXCLS, status:VALID,
-
SYNONYM: APPS.ZX_SRVC_SBSCRPTN_EXCLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ZX_SRVC_SBSCRPTN_EXCLS, status:VALID,
-
VIEW: ZX.ZX_SRVC_SBSCRPTN_EXCLS#
12.2.2
-
TABLE: ZX.ZX_SRVC_SBSCRPTN_EXCLS
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_SRVC_SBSCRPTN_EXCLS, object_name:ZX_SRVC_SBSCRPTN_EXCLS, status:VALID,
-
TABLE: ZX.ZX_SRVC_SBSCRPTN_EXCLS
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_SRVC_SBSCRPTN_EXCLS, object_name:ZX_SRVC_SBSCRPTN_EXCLS, status:VALID,
-
Table: ZX_SRVC_SUBSCRIPTIONS
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_SRVC_SUBSCRIPTIONS, object_name:ZX_SRVC_SUBSCRIPTIONS, status:VALID, product: ZX - E-Business Tax , description: This table stores the list of service subscriptions for each regime of a first party organization defined in ZX_REGIMES_USAGE table. , implementation_dba_data: ZX.ZX_SRVC_SUBSCRIPTIONS ,
-
Table: ZX_SRVC_SUBSCRIPTIONS
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_SRVC_SUBSCRIPTIONS, object_name:ZX_SRVC_SUBSCRIPTIONS, status:VALID, product: ZX - E-Business Tax , description: This table stores the list of service subscriptions for each regime of a first party organization defined in ZX_REGIMES_USAGE table. , implementation_dba_data: ZX.ZX_SRVC_SUBSCRIPTIONS ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.ZX_TPI_SERVICES_PKG dependencies on ZX_SECURITY
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.ZX_TPI_SERVICES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_TPI_SERVICES_PKG, status:VALID,
-
PACKAGE BODY: APPS.ZX_VALIDATE_API_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_VALIDATE_API_PKG, status:VALID,
-
PACKAGE BODY: APPS.ZX_VALIDATE_API_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_VALIDATE_API_PKG, status:VALID,
-
APPS.ZX_TPI_SERVICES_PKG dependencies on ZX_SECURITY
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.ZX_TPI_SERVICES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_TPI_SERVICES_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.ZX_TPI_SERVICES_PKG SQL Statements
12.1.1
-
APPS.ZX_TPI_SERVICES_PKG SQL Statements
12.2.2
-
eTRM - ZX Tables and Views
12.2.2
description: This global temporary table is used to return validation errors for imported transactions from tax perspective. ,
-
eTRM - ZX Tables and Views
12.1.1
description: This global temporary table is used to return validation errors for imported transactions from tax perspective. ,
-
PACKAGE BODY: APPS.ZX_TPI_SERVICES_PKG
12.1.1
-
APPS.ZX_VALIDATE_API_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.ZX_TPI_SERVICES_PKG
12.2.2
-
APPS.ZX_VALIDATE_API_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.ZX_VALIDATE_API_PKG
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.ZX_VALIDATE_API_PKG
12.2.2
-
eTRM - ZX Tables and Views
12.1.1
description: This global temporary table is used to return validation errors for imported transactions from tax perspective. ,
-
eTRM - ZX Tables and Views
12.2.2
description: This global temporary table is used to return validation errors for imported transactions from tax perspective. ,
-
12.1.1 DBA Data
12.1.1