Search Results zx_service_types
Overview
The ZX_SERVICE_TYPES table is a core reference data repository within the Oracle E-Business Tax (E-Business Tax) module of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. It functions as a master table for defining and storing distinct tax service types. These service types categorize the various tax-related services or operations that the E-Business Tax engine can perform, such as tax calculation, tax determination, tax validation, or tax reporting. The table's primary role is to provide a standardized, code-based lookup mechanism that other E-Business Tax components reference to invoke specific tax logic or to parameterize tax service behavior, ensuring consistency and configurability across the tax processing lifecycle.
Key Information Stored
While the provided metadata does not list specific columns, the structure and purpose of the table indicate it contains key identifiers and descriptors for each service type. The primary column is SERVICE_TYPE_ID, a unique numeric identifier that serves as the primary key for the table. Typically, the table would also include columns such as SERVICE_TYPE_CODE, a meaningful short name or code for the service (e.g., 'CALCULATION', 'DETERMINATION'), and a SERVICE_TYPE_NAME or DESCRIPTION for a full textual explanation. Additional columns may track status (e.g., 'ACTIVE', 'INACTIVE'), creation and last update dates, and the application context. The data is predominantly seeded by Oracle and is critical for the internal orchestration of tax services.
Common Use Cases and Queries
This table is primarily accessed for setup verification, troubleshooting, and integration purposes. A common use case is to review all available tax service types to understand the capabilities configured within the E-Business Tax engine. Administrators may run queries to validate the setup before implementing new tax rules or to diagnose issues where a specific tax service fails to execute. Sample SQL to list all active service types would be: SELECT service_type_code, description FROM zx_service_types WHERE enabled_flag = 'Y' ORDER BY 1;. Another practical scenario involves joining this table to registration or parameter tables to analyze which services are configured for a specific tax regime or transaction type, aiding in detailed system analysis and custom report development.
Related Objects
The ZX_SERVICE_TYPES table has defined foreign key relationships with at least two other critical E-Business Tax tables, as documented in the metadata. These relationships illustrate how service types are utilized within the architecture:
- ZX_API_REGISTRATIONS: This table registers tax services for specific tax regimes and party tax profiles. The foreign key from ZX_API_REGISTRATIONS.SERVICE_TYPE_ID to ZX_SERVICE_TYPES.SERVICE_TYPE_ID links a specific registration to the type of service being offered (e.g., calculation service for a VAT regime).
- ZX_SRVC_TYP_PARAMS: This table holds configurable parameters for each tax service type. The foreign key from ZX_SRVC_TYP_PARAMS.SERVICE_TYPE_ID to ZX_SERVICE_TYPES.SERVICE_TYPE_ID ensures that parameters are defined in the context of a valid, predefined service.
-
Table: ZX_SERVICE_TYPES
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_SERVICE_TYPES, object_name:ZX_SERVICE_TYPES, status:VALID, product: ZX - E-Business Tax , description: This table stores tax service types. , implementation_dba_data: ZX.ZX_SERVICE_TYPES ,
-
Table: ZX_SERVICE_TYPES
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_SERVICE_TYPES, object_name:ZX_SERVICE_TYPES, status:VALID, product: ZX - E-Business Tax , description: This table stores tax service types. , implementation_dba_data: ZX.ZX_SERVICE_TYPES ,
-
Lookup Type: ZX_SERVICE_TYPES
12.1.1
product: ZX - E-Business Tax , meaning: Service Types ,
-
Lookup Type: ZX_SERVICE_TYPES
12.2.2
product: ZX - E-Business Tax , meaning: Service Types ,
-
APPS.ZX_R11I_TAX_PARTNER_PKG dependencies on ZX_SERVICE_TYPES
12.2.2
-
APPS.ZX_TPI_SERVICES_PKG dependencies on ZX_SERVICE_TYPES
12.2.2
-
APPS.ZX_TPI_PLUGIN_PKG dependencies on ZX_SERVICE_TYPES
12.2.2
-
APPS.ZX_API_PRVDR_PUB dependencies on ZX_SERVICE_TYPES
12.1.1
-
APPS.ZX_API_PRVDR_PUB dependencies on ZX_SERVICE_TYPES
12.2.2
-
APPS.ZX_R11I_TAX_PARTNER_PKG dependencies on ZX_SERVICE_TYPES
12.1.1
-
APPS.ZX_TPI_SERVICES_PKG dependencies on ZX_SERVICE_TYPES
12.1.1
-
APPS.ZX_TPI_PLUGIN_PKG dependencies on ZX_SERVICE_TYPES
12.1.1
-
VIEW: ZX.ZX_SERVICE_TYPES#
12.2.2
owner:ZX, object_type:VIEW, object_name:ZX_SERVICE_TYPES#, status:VALID,
-
SYNONYM: APPS.ZX_SERVICE_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ZX_SERVICE_TYPES, status:VALID,
-
APPS.ZX_TPI_SERVICES_PKG dependencies on ZX_API_CODE_COMBINATIONS
12.1.1
-
SYNONYM: APPS.ZX_SERVICE_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ZX_SERVICE_TYPES, status:VALID,
-
TRIGGER: APPS.ZX_SERVICE_TYPES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:ZX_SERVICE_TYPES+, status:VALID,
-
APPS.ZX_TPI_SERVICES_PKG dependencies on ZX_API_REGISTRATIONS
12.1.1
-
VIEW: ZX.ZX_SERVICE_TYPES#
12.2.2
-
APPS.ZX_API_PRVDR_PUB dependencies on ZX_API_REGISTRATIONS
12.1.1
-
APPS.ZX_TPI_SERVICES_PKG dependencies on ZX_API_CODE_COMBINATIONS
12.2.2
-
APPS.ZX_TPI_SERVICES_PKG dependencies on ZX_API_REGISTRATIONS
12.2.2
-
APPS.ZX_API_PRVDR_PUB dependencies on ZX_API_REGISTRATIONS
12.2.2
-
TRIGGER: APPS.ZX_SERVICE_TYPES+
12.2.2
-
APPS.ZX_TPI_PLUGIN_PKG dependencies on ZX_API_REGISTRATIONS
12.1.1
-
APPS.ZX_TPI_PLUGIN_PKG dependencies on ZX_API_REGISTRATIONS
12.2.2
-
APPS.ZX_API_PRVDR_PUB SQL Statements
12.2.2
-
APPS.ZX_API_PRVDR_PUB SQL Statements
12.1.1
-
APPS.ZX_R11I_TAX_PARTNER_PKG dependencies on ZX_SRVC_SUBSCRIPTIONS
12.1.1
-
TABLE: ZX.ZX_SERVICE_TYPES
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_SERVICE_TYPES, object_name:ZX_SERVICE_TYPES, status:VALID,
-
APPS.ZX_R11I_TAX_PARTNER_PKG dependencies on ZX_SRVC_SUBSCRIPTIONS
12.2.2
-
TABLE: ZX.ZX_SERVICE_TYPES
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_SERVICE_TYPES, object_name:ZX_SERVICE_TYPES, status:VALID,
-
APPS.ZX_R11I_TAX_PARTNER_PKG dependencies on ZX_API_CODE_COMBINATIONS
12.1.1
-
APPS.ZX_R11I_TAX_PARTNER_PKG dependencies on ZX_API_CODE_COMBINATIONS
12.2.2
-
FUNCTION: APPS.ZX_SERVICE_TYPES=
12.2.2
-
Table: ZX_SRVC_TYP_PARAMS
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_SRVC_TYP_PARAMS, object_name:ZX_SRVC_TYP_PARAMS, status:VALID, product: ZX - E-Business Tax , description: This table stores parameters for the service types. , implementation_dba_data: ZX.ZX_SRVC_TYP_PARAMS ,
-
APPS.ZX_R11I_TAX_PARTNER_PKG dependencies on ZX_REGIMES_USAGES
12.2.2
-
APPS.ZX_R11I_TAX_PARTNER_PKG dependencies on ZX_REGIMES_USAGES
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: ZX_SRVC_TYP_PARAMS
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_SRVC_TYP_PARAMS, object_name:ZX_SRVC_TYP_PARAMS, status:VALID, product: ZX - E-Business Tax , description: This table stores parameters for the service types. , implementation_dba_data: ZX.ZX_SRVC_TYP_PARAMS ,
-
FUNCTION: APPS.ZX_SERVICE_TYPES=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:ZX_SERVICE_TYPES=, status:VALID,
-
APPS.ZX_TPI_PLUGIN_PKG dependencies on ZX_API_OWNER_STATUSES
12.1.1
-
Table: ZX_API_REGISTRATIONS
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_API_REGISTRATIONS, object_name:ZX_API_REGISTRATIONS, status:VALID, product: ZX - E-Business Tax , description: This table stores the registration of a set of APIs required to support third party tax service providers. Each record represents registration of one API for a third party service provider or a first party organization. , implementation_dba_data: ZX.ZX_API_REGISTRATIONS ,
-
Table: ZX_API_REGISTRATIONS
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_API_REGISTRATIONS, object_name:ZX_API_REGISTRATIONS, status:VALID, product: ZX - E-Business Tax , description: This table stores the registration of a set of APIs required to support third party tax service providers. Each record represents registration of one API for a third party service provider or a first party organization. , implementation_dba_data: ZX.ZX_API_REGISTRATIONS ,
-
PACKAGE BODY: APPS.ZX_TPI_PLUGIN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_TPI_PLUGIN_PKG, status:VALID,
-
APPS.ZX_API_PRVDR_PUB dependencies on ZX_API_CODE_COMBINATIONS
12.1.1
-
APPS.ZX_TPI_PLUGIN_PKG dependencies on ZX_API_OWNER_STATUSES
12.2.2
-
PACKAGE BODY: APPS.ZX_API_PRVDR_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_API_PRVDR_PUB, status:VALID,
-
PACKAGE BODY: APPS.ZX_TPI_PLUGIN_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_TPI_PLUGIN_PKG, status:VALID,