Search Results zx_fc_types_b
The ZX_FC_TYPES_B
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a fundamental repository for fiscal classification types within the Oracle Fusion Tax (ZX) module. This table stores metadata and configuration details for various fiscal classification types used in tax determination, reporting, and compliance processes. Below is a detailed analysis of its structure, purpose, and integration within Oracle EBS.
Purpose and Functional Overview
TheZX_FC_TYPES_B
table is part of the Oracle Fusion Tax engine, which manages tax rules, rates, and classifications. Fiscal classification types define categories for tax-related attributes, such as product types, transaction types, or geographic classifications, enabling precise tax calculations. This table serves as a reference for defining and maintaining these classifications, ensuring consistency across tax regimes.
Key Columns and Structure
The table includes critical columns that define fiscal classification types:- FC_TYPE_ID: Primary key, uniquely identifying each fiscal classification type.
- FC_TYPE_CODE: A unique code representing the classification type (e.g., PRODUCT_CATEGORY, TRANSACTION_TYPE).
- TAX_REGIME_CODE: Links the classification type to a specific tax regime.
- APPLICATION_ID: Specifies the EBS application module (e.g., 200 for Payables, 222 for Receivables).
- ENABLED_FLAG: Indicates whether the classification type is active (Y/N).
- DESCRIPTION: A textual description of the classification type.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY: Audit columns tracking record creation and modifications.
Integration with Other Modules
ZX_FC_TYPES_B
integrates with several Oracle EBS modules:
- Tax Engine (ZX): Provides the foundation for tax rule setup, referencing classification types in
ZX_RULES_B
andZX_RATE_B
tables. - Accounts Payable (AP): Uses fiscal classifications to determine tax applicability for invoices.
- Accounts Receivable (AR): Applies classification types to transactions for accurate tax calculations.
- General Ledger (GL): Supports tax reporting by aligning classifications with accounting entries.
Customization and Extensibility
Organizations can extendZX_FC_TYPES_B
to accommodate custom fiscal classifications. This involves:
- Adding new
FC_TYPE_CODE
values to support region-specific tax requirements. - Linking custom classifications to tax regimes via
TAX_REGIME_CODE
. - Using the
ENABLED_FLAG
to toggle classifications without deletion.
Data Maintenance and Best Practices
To ensure data integrity:- Use Oracle's standard APIs (e.g.,
ZX_GLOBAL_STRUCTURES_PKG
) for updates. - Avoid direct DML operations to prevent corruption of tax calculations.
- Leverage the
ZX_UPGRADE_UTIL_PKG
for version-specific upgrades.
Performance Considerations
Large volumes of classification types may impact tax engine performance. IndexingFC_TYPE_CODE
and TAX_REGIME_CODE
is recommended. Partitioning may be necessary for multinational implementations.
Conclusion
TheZX_FC_TYPES_B
table is a cornerstone of Oracle EBS's tax functionality, enabling precise fiscal categorization and compliance. Its design supports scalability and customization, making it critical for global tax management. Proper configuration and maintenance of this table are essential for accurate tax determination and reporting in both Oracle EBS 12.1.1 and 12.2.2 environments.
-
Table: ZX_FC_TYPES_B
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_FC_TYPES_B, object_name:ZX_FC_TYPES_B, status:VALID, product: ZX - E-Business Tax , description: This table stores the fiscal classification types defined for all classification categories. Each row records a fiscal classification type for a specific classification category. , implementation_dba_data: ZX.ZX_FC_TYPES_B ,
-
Table: ZX_FC_TYPES_B
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_FC_TYPES_B, object_name:ZX_FC_TYPES_B, status:VALID, product: ZX - E-Business Tax , description: This table stores the fiscal classification types defined for all classification categories. Each row records a fiscal classification type for a specific classification category. , implementation_dba_data: ZX.ZX_FC_TYPES_B ,
-
APPS.ZX_FC_CODES_PKG dependencies on ZX_FC_TYPES_B
12.1.1
-
APPS.JL_ZZ_TAX_VALIDATE_PKG dependencies on ZX_FC_TYPES_B
12.1.1
-
APPS.JL_ZZ_AUTO_INVOICE dependencies on ZX_FC_TYPES_B
12.1.1
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on ZX_FC_TYPES_B
12.2.2
-
APPS.ZX_TCM_EXT_SERVICES_PUB dependencies on ZX_FC_TYPES_B
12.1.1
-
APPS.ZX_VALIDATE_API_PKG dependencies on ZX_FC_TYPES_B
12.1.1
-
APPS.JL_ZZ_TAX_VALIDATE_PKG dependencies on ZX_FC_TYPES_B
12.2.2
-
APPS.ZX_VALIDATE_API_PKG dependencies on ZX_FC_TYPES_B
12.2.2
-
APPS.ZX_TCM_EXT_SERVICES_PUB dependencies on ZX_FC_TYPES_B
12.2.2
-
APPS.ZX_PTP_MIGRATE_PKG dependencies on ZX_FC_TYPES_B
12.1.1
-
APPS.ZX_TDS_RULE_BASE_DETM_PVT dependencies on ZX_FC_TYPES_B
12.1.1
-
APPS.ZX_FC_MIGRATE_PKG dependencies on ZX_FC_TYPES_B
12.1.1
-
APPS.ZX_FC_CODES_PKG dependencies on ZX_FC_TYPES_B
12.2.2
-
APPS.ZX_TCM_CONTROL_PKG dependencies on ZX_FC_TYPES_B
12.2.2
-
APPS.ZX_FC_MIGRATE_PKG dependencies on ZX_FC_TYPES_B
12.2.2
-
APPS.JL_ZZ_TAX_INTEGRATION_PKG dependencies on ZX_FC_TYPES_B
12.2.2
-
APPS.ZX_TCM_CONTROL_PKG dependencies on ZX_FC_TYPES_B
12.2.2
-
APPS.ZX_PRODUCT_INTEGRATION_PKG dependencies on ZX_FC_TYPES_B
12.1.1
-
APPS.ZX_TCM_CONTROL_PKG dependencies on ZX_FC_TYPES_B
12.1.1
-
APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on ZX_FC_TYPES_B
12.1.1
-
APPS.ZX_FC_MIGRATE_PKG dependencies on ZX_FC_TYPES_B
12.1.1
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on ZX_FC_TYPES_B
12.1.1
-
APPS.JL_ZZ_TAX_INTEGRATION_PKG dependencies on ZX_FC_TYPES_B
12.1.1
-
APPS.ZX_FC_TYPES_PKG dependencies on ZX_FC_TYPES_B
12.2.2
-
APPS.ZX_DEFAULT_AUTOMATION_PKG dependencies on ZX_FC_TYPES_B
12.2.2
-
APPS.ZX_TCM_EXT_SERVICES_PUB dependencies on ZX_FC_TYPES_B
12.2.2
-
APPS.ZX_TCM_EXT_SERVICES_PUB dependencies on ZX_FC_TYPES_B
12.1.1
-
APPS.ZX_DEFAULT_AUTOMATION_PKG dependencies on ZX_FC_TYPES_B
12.1.1
-
APPS.ZX_TCM_CONTROL_PKG dependencies on ZX_FC_TYPES_B
12.1.1
-
APPS.ZX_FC_TYPES_PKG dependencies on ZX_FC_TYPES_B
12.1.1
-
APPS.JL_ZZ_AUTO_INVOICE dependencies on ZX_FC_TYPES_B
12.2.2
-
APPS.ZX_PRODUCT_INTEGRATION_PKG dependencies on ZX_FC_TYPES_B
12.2.2
-
APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on ZX_FC_TYPES_B
12.2.2
-
APPS.ZX_TDS_RULE_BASE_DETM_PVT dependencies on ZX_FC_TYPES_B
12.2.2
-
APPS.ZX_SRVC_TYP_PKG dependencies on ZX_FC_TYPES_B
12.2.2
-
APPS.ZX_PTP_MIGRATE_PKG dependencies on ZX_FC_TYPES_B
12.2.2
-
APPS.ZX_FC_MIGRATE_PKG dependencies on ZX_FC_TYPES_B
12.2.2
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on ZX_FC_TYPES_REG_ASSOC
12.2.2
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on ZX_FC_TYPES_REG_ASSOC
12.1.1
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on ZX_SCO_EXCEPTIONS
12.2.2
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on ZX_FC_CODES_B
12.1.1
-
TRIGGER: APPS.ZX_FC_TYPES_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:ZX_FC_TYPES_B+, status:VALID,
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on ZX_SCO_EXCEPTIONS
12.1.1
-
VIEW: ZX.ZX_FC_TYPES_B#
12.2.2
owner:ZX, object_type:VIEW, object_name:ZX_FC_TYPES_B#, status:VALID,
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on ZX_FC_CODES_B
12.2.2
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
TRIGGER: APPS.ZX_FC_TYPES_B+
12.2.2
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on MTL_CATEGORIES_B_KFV
12.2.2