Search Results zx_srvc_typ_params
Overview
The ZX_SRVC_TYP_PARAMS table is a core data repository within the ZX (E-Business Tax) module of Oracle E-Business Suite releases 12.1.1 and 12.2.2. It functions as a parameter store for service types, which are configurations within the E-Business Tax engine that define how tax is calculated for specific kinds of services or transactions. The table's primary role is to provide a flexible, key-value pair mechanism to attach additional, configurable attributes to a service type definition. This extensibility is crucial for supporting complex, jurisdiction-specific tax rules that require more granular control beyond the base service type setup.
Key Information Stored
The table stores parameter definitions linked to specific service types. Its structure is defined by a composite primary key, ensuring unique parameter names per service type. The critical columns include:
- SERVICE_TYPE_ID: A foreign key column that uniquely identifies the parent service type definition in the ZX_SERVICE_TYPES table. This establishes the core relationship.
- PARAMETER_NAME: The name or key of the configurable parameter associated with the service type. Together with SERVICE_TYPE_ID, this forms the table's primary key.
- While the provided metadata does not list all columns, typical parameter tables in this context would also include a PARAMETER_VALUE column to store the setting for the named parameter and potentially columns for data type, enabled flags, and creation/modification audit information.
Common Use Cases and Queries
This table is primarily accessed for tax rule configuration and diagnostic reporting. A common use case involves reviewing or updating the specific parameters that influence tax calculation for a particular service. For instance, an implementation team might query all parameters for a service type related to digital goods to verify correct setup for a new tax regime. A typical diagnostic query would join to the parent service types table:
SELECT s.service_type_code, p.parameter_name, p.parameter_value
FROM zx_srvc_typ_params p, zx_service_types s
WHERE p.service_type_id = s.service_type_id
AND s.service_type_code = 'DIGITAL_SERVICES'
ORDER BY p.parameter_name;
Data in this table is typically maintained through the E-Business Tax Manager or related setup forms, not via direct SQL manipulation. Reporting use cases often involve joining this table through ZX_SERVICE_TYPES to transaction lines or tax determination results to analyze how specific parameters affected a final tax calculation.
Related Objects
The ZX_SRVC_TYP_PARAMS table has a direct, documented foreign key relationship with the ZX_SERVICE_TYPES table, which is its primary parent object.
- ZX_SERVICE_TYPES: This table contains the master definition of service types. The relationship is defined as
ZX_SRVC_TYP_PARAMS.SERVICE_TYPE_ID → ZX_SERVICE_TYPES (SERVICE_TYPE_ID). All parameters stored in ZX_SRVC_TYP_PARAMS must reference a valid, existing record in this parent table. - While not explicitly listed in the provided metadata, ZX_SRVC_TYP_PARAMS is a foundational table that is likely referenced by various E-Business Tax engine programs, tax determination APIs, and potentially by summary or reporting views within the ZX schema that expose service type configurations.
-
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 ,
-
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 ,
-
APPS.ZX_TPI_PLUGIN_PKG dependencies on ZX_SRVC_TYP_PARAMS
12.2.2
-
APPS.ZX_TPI_PLUGIN_PKG dependencies on ZX_SRVC_TYP_PARAMS
12.1.1
-
VIEW: ZX.ZX_SRVC_TYP_PARAMS#
12.2.2
owner:ZX, object_type:VIEW, object_name:ZX_SRVC_TYP_PARAMS#, status:VALID,
-
VIEW: ZX.ZX_SRVC_TYP_PARAMS#
12.2.2
-
TRIGGER: APPS.ZX_SRVC_TYP_PARAMS+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:ZX_SRVC_TYP_PARAMS+, status:VALID,
-
SYNONYM: APPS.ZX_SRVC_TYP_PARAMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ZX_SRVC_TYP_PARAMS, status:VALID,
-
SYNONYM: APPS.ZX_SRVC_TYP_PARAMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ZX_SRVC_TYP_PARAMS, status:VALID,
-
TRIGGER: APPS.ZX_SRVC_TYP_PARAMS+
12.2.2
-
TABLE: ZX.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,
-
FUNCTION: APPS.ZX_SRVC_TYP_PARAMS=
12.2.2
-
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 ,
-
FUNCTION: APPS.ZX_SRVC_TYP_PARAMS=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:ZX_SRVC_TYP_PARAMS=, status:VALID,
-
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 ,
-
TABLE: ZX.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,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.ZX_TPI_PLUGIN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_TPI_PLUGIN_PKG, 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,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
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
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.ZX_TPI_PLUGIN_PKG SQL Statements
12.1.1
-
APPS.ZX_TPI_PLUGIN_PKG SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: PUBLIC.DATABASE_PROPERTIES
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DATABASE_PROPERTIES, status:VALID,
-
PACKAGE BODY: APPS.ZX_TPI_PLUGIN_PKG
12.1.1
-
PACKAGE BODY: APPS.ZX_TPI_PLUGIN_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.2.2 DBA Data
12.2.2
-
PACKAGE: SYS.DBMS_STANDARD
12.2.2
owner:SYS, object_type:PACKAGE, object_name:DBMS_STANDARD, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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. ,