Search Results jl_zz_ar_tx_categ
Overview
The APPS.JL_ZZ_AR_TX_CAT_ATT_TN_V view is a tax configuration reporting object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 releases, delivered as part of the Oracle Financials for Latin America (JL) localization family and specifically for the Taiwanese (TN) tax regime. It exposes the transaction-attribute rows that belong to the tax categories defined for the active tax rule set, presenting them in a denormalized, human-readable form suitable for reporting, integration, and diagnostics. Rather than returning raw identifier values, the view resolves lookup codes into descriptive meanings through calls to the JL_ZZ_AR_TX_LIB_PKG package, so downstream consumers can display attribute type and attribute descriptions without performing their own lookup joins. Its role is to support inquiry screens, tax setup verification, and integrations that require the mapping between a tax category and the transaction attributes that feed tax determination.
Underlying Base Objects
According to the ETRM metadata, the view is defined over four documented objects, all referenced as APPS synonyms: JL_ZZ_AR_TX_CAT_ATT, JL_ZZ_AR_TX_CATEG, AR_SYSTEM_PARAMETERS, and the package JL_ZZ_AR_TX_LIB_PKG. JL_ZZ_AR_TX_CAT_ATT is the primary driving table, storing the individual tax category attributes. JL_ZZ_AR_TX_CATEG supplies the tax category definition, and the join between these two tables is performed on TAX_CATEGORY_ID. AR_SYSTEM_PARAMETERS acts as a filtering mechanism: the view restricts results so that CAT.TAX_RULE_SET equals SYS.GLOBAL_ATTRIBUTE13, ensuring only attributes belonging to the currently active tax rule set are returned. JL_ZZ_AR_TX_LIB_PKG is not a table but a PL/SQL package invoked within the SELECT list to translate stored lookup codes into meaningful descriptions.
Key Columns
- ROW_ID — the rowid of the underlying JL_ZZ_AR_TX_CAT_ATT record; useful for constructing updatable or link-based queries.
- TAX_CATEG_ATTR_ID / TAX_CATEGORY_ID — primary and foreign key identifiers linking the attribute to its tax category.
- TAX_CATEGORY — the tax category name drawn from JL_ZZ_AR_TX_CATEG.
- TAX_ATTRIBUTE_TYPE — the attribute classification; the view is restricted to the value 'TRANSACTION_ATTRIBUTE'.
- ATTR_TYPE_DESC / ATTR_DESC — derived descriptions returned by JL_ZZ_AR_TX_LIB_PKG.GET_LOOKUP_MEANING, truncated to 80 characters.
- TAX_ATTRIBUTE_NAME, GROUPING_ATTRIBUTE, MANDATORY_IN_CLASS, DETERMINING_FACTOR, PRIORITY_NUMBER — the configuration flags that control how the attribute participates in tax determination.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — standard audit columns.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE15 — the descriptive flexfield columns for customer-defined extensions.
Common Use Cases and Queries
Typical usage includes verifying that transaction attributes are correctly assigned to a tax category, auditing priority and determining-factor settings before a cutover, and feeding reporting layers that need resolved descriptions. A representative query is:
SELECT tax_category, tax_attribute_name, attr_desc, mandatory_in_class, priority_number FROM apps.jl_zz_ar_tx_cat_att_tn_v WHERE tax_category = :p_category ORDER BY priority_number;
Integration developers frequently consume the same view to build extract files for external tax engines, joining its ATTR_DESC column to transaction data. Because the view already filters on the active tax rule set and on the TRANSACTION_ATTRIBUTE type, it is safe to query directly without re-applying those predicates, and its ROW_ID column supports row-level identification where the view participates in form-based maintenance.
-
APPS.JL_ZZ_AR_TX_CATEG_PKG SQL Statements
12.2.2
-
APPS.JL_ZZ_AR_TX_CATEG_PKG SQL Statements
12.1.1
-
VIEW: APPS.JL_ZZ_AR_TX_CAT_ATT_TN_V
12.2.2
-
VIEW: APPS.JL_ZZ_AR_TX_CATEGRY
12.2.2
-
VIEW: APPS.JL_ZZ_AR_TX_CAT_ATT_TN_V
12.1.1
-
APPS.JL_ZZ_TAX SQL Statements
12.2.2
-
APPS.JL_ZZ_TAX SQL Statements
12.1.1
-
VIEW: APPS.JL_ZZ_AR_TX_CATEGRY
12.1.1
-
PACKAGE BODY: APPS.JL_ZZ_AR_TX_CATEG_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JL_ZZ_AR_TX_CATEG_PKG, status:VALID,
-
PACKAGE BODY: APPS.JL_ZZ_AR_TX_CATEG_PKG
12.1.1
-
PACKAGE BODY: APPS.JL_ZZ_AR_TX_CATEG_PKG
12.2.2
-
APPS.JL_AR_AUTOINV_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JL_ZZ_AR_TX_CATEG_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JL_ZZ_AR_TX_CATEG_PKG, status:VALID,
-
PACKAGE BODY: APPS.JL_AR_AUTOINV_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JL_AR_AUTOINV_PKG, status:VALID,
-
SYNONYM: APPS.JL_ZZ_AR_TX_CATEG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JL_ZZ_AR_TX_CATEG, status:VALID,
-
PACKAGE BODY: APPS.ZX_JL_EXTRACT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_JL_EXTRACT_PKG, status:VALID,
-
VIEW: APPS.JL_ZZ_AR_TX_CATEGRY_V
12.2.2
-
VIEW: APPS.JL_ZZ_AR_TX_CATEGRY_V
12.1.1
-
SYNONYM: APPS.JL_ZZ_AR_TX_CATEG
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JL_ZZ_AR_TX_CATEG, status:VALID,
-
PACKAGE BODY: APPS.JL_ZZ_AR_UPLOAD_TAXES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JL_ZZ_AR_UPLOAD_TAXES, status:VALID,
-
PACKAGE BODY: APPS.ZX_JL_EXTRACT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_JL_EXTRACT_PKG, status:VALID,
-
View: JL_ZZ_AR_TX_CAT_ATT_TN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_ZZ_AR_TX_CAT_ATT_TN_V, object_name:JL_ZZ_AR_TX_CAT_ATT_TN_V, status:VALID, product: JL - Latin America Localizations , implementation_dba_data: APPS.JL_ZZ_AR_TX_CAT_ATT_TN_V ,
-
PACKAGE BODY: APPS.JL_ZZ_TAX_INTEGRATION_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JL_ZZ_TAX_INTEGRATION_PKG, status:VALID,
-
PACKAGE BODY: APPS.JL_ZZ_TAX_VALIDATE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JL_ZZ_TAX_VALIDATE_PKG, status:VALID,
-
View: JL_ZZ_AR_TX_CAT_ATT_TN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_ZZ_AR_TX_CAT_ATT_TN_V, object_name:JL_ZZ_AR_TX_CAT_ATT_TN_V, status:VALID, product: JL - Latin America Localizations , implementation_dba_data: APPS.JL_ZZ_AR_TX_CAT_ATT_TN_V ,
-
PACKAGE BODY: APPS.JL_ZZ_TAX_INTEGRATION_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JL_ZZ_TAX_INTEGRATION_PKG, status:VALID,
-
PACKAGE BODY: APPS.JL_INTERFACE_VAL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JL_INTERFACE_VAL, status:VALID,
-
PACKAGE BODY: APPS.JL_INTERFACE_VAL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JL_INTERFACE_VAL, status:VALID,
-
PACKAGE BODY: APPS.JL_ZZ_TAX
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JL_ZZ_TAX, status:VALID,
-
APPS.JL_ZZ_TAX_INTEGRATION_PKG SQL Statements
12.1.1
-
APPS.JL_ZZ_TAX_INTEGRATION_PKG SQL Statements
12.2.2
-
View: JL_ZZ_AR_TX_CATEGRY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_ZZ_AR_TX_CATEGRY, object_name:JL_ZZ_AR_TX_CATEGRY, status:VALID, product: JL - Latin America Localizations , implementation_dba_data: APPS.JL_ZZ_AR_TX_CATEGRY ,
-
PACKAGE BODY: APPS.JL_ZZ_TAX
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JL_ZZ_TAX, status:VALID,
-
APPS.JL_ZZ_AR_UPLOAD_TAXES SQL Statements
12.2.2
-
View: JL_ZZ_AR_TX_CATEGRY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_ZZ_AR_TX_CATEGRY, object_name:JL_ZZ_AR_TX_CATEGRY, status:VALID, product: JL - Latin America Localizations , implementation_dba_data: APPS.JL_ZZ_AR_TX_CATEGRY ,
-
View: JL_ZZ_AR_TX_CATEGRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_ZZ_AR_TX_CATEGRY_V, object_name:JL_ZZ_AR_TX_CATEGRY_V, status:VALID, product: JL - Latin America Localizations , implementation_dba_data: APPS.JL_ZZ_AR_TX_CATEGRY_V ,
-
PACKAGE BODY: APPS.ZX_PRODUCT_INTEGRATION_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_PRODUCT_INTEGRATION_PKG, status:VALID,
-
PACKAGE BODY: APPS.ZX_PRODUCT_INTEGRATION_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_PRODUCT_INTEGRATION_PKG, status:VALID,
-
View: JL_ZZ_AR_TX_CATEGRY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_ZZ_AR_TX_CATEGRY_V, object_name:JL_ZZ_AR_TX_CATEGRY_V, status:VALID, product: JL - Latin America Localizations , implementation_dba_data: APPS.JL_ZZ_AR_TX_CATEGRY_V ,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.JL_ZZ_AR_TX_CAT_ATT_TN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_ZZ_AR_TX_CAT_ATT_TN_V, object_name:JL_ZZ_AR_TX_CAT_ATT_TN_V, status:VALID,
-
VIEW: APPS.JL_ZZ_AR_TX_CAT_ATT_TN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_ZZ_AR_TX_CAT_ATT_TN_V, object_name:JL_ZZ_AR_TX_CAT_ATT_TN_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: JL.JL_ZZ_AR_TX_CATEG_ALL#
12.2.2
owner:JL, object_type:VIEW, object_name:JL_ZZ_AR_TX_CATEG_ALL#, status:VALID,
-
VIEW: APPS.JL_ZZ_AR_TX_GROUPS_V
12.1.1
-
VIEW: APPS.JL_ZZ_AR_TX_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_ZZ_AR_TX_GROUPS_V, object_name:JL_ZZ_AR_TX_GROUPS_V, status:VALID,
-
VIEW: APPS.JL_ZZ_AR_TX_GROUPS_V
12.2.2
-
VIEW: APPS.JL_ZZ_AR_TX_CATEGRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_ZZ_AR_TX_CATEGRY_V, object_name:JL_ZZ_AR_TX_CATEGRY_V, status:VALID,
-
VIEW: APPS.JL_ZZ_AR_TX_CATEGRY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_ZZ_AR_TX_CATEGRY_V, object_name:JL_ZZ_AR_TX_CATEGRY_V, status:VALID,
-
VIEW: APPS.JL_ZZ_AR_TX_GROUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_ZZ_AR_TX_GROUPS_V, object_name:JL_ZZ_AR_TX_GROUPS_V, status:VALID,