Search Results oracle base and oracle home configuration
The ZX_STATUS_B table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for tax status information, primarily utilized by the Oracle E-Business Tax module. This table stores configuration data that defines tax statuses, which are essential for determining tax applicability, exemptions, and reporting requirements. Below is a detailed breakdown of its structure, purpose, and key attributes.
Overview of ZX_STATUS_B
The ZX_STATUS_B table is part of the ZX (E-Business Tax) schema in Oracle EBS. It serves as the foundation for tax status definitions, enabling organizations to categorize transactions based on tax rules, exemptions, and regulatory requirements. Each record in this table represents a unique tax status, which can be associated with transactions, parties (customers/suppliers), or items to influence tax calculations.Key Columns and Their Significance
- STATUS_ID: A unique identifier for each tax status record, often used as a foreign key in related tax tables.
- STATUS_CODE: A user-defined code representing the tax status (e.g., TAXABLE, EXEMPT, or ZERO_RATED).
- STATUS_TYPE_CODE: Classifies the status into categories such as TAX, PARTY, or PRODUCT, determining its applicability scope.
- TAX_REGIME_CODE: Links the status to a specific tax regime (e.g., VAT, GST), ensuring alignment with jurisdictional rules.
- TAX: Indicates whether the status affects tax calculation (e.g., taxable vs. non-taxable).
- START_DATE and END_DATE: Define the validity period of the status, supporting time-sensitive tax rules.
- ENABLED_FLAG: A Boolean flag (Y/N) to activate or deactivate the status.
Functional Role in E-Business Tax
The ZX_STATUS_B table integrates with other E-Business Tax tables (e.g., ZX_RATES_B, ZX_EXEMPTIONS) to:- Determine Tax Applicability: Status codes like EXEMPT or STANDARD dictate whether taxes apply to a transaction.
- Support Exemptions: Exemption certificates or regulatory approvals may reference statuses stored here.
- Facilitate Reporting: Tax statuses are used in reports (e.g., VAT returns) to categorize transactions for compliance.
Integration with Oracle EBS Modules
This table interacts with:- Accounts Receivable (AR): Customer tax profiles may reference statuses for invoice tax calculations.
- Accounts Payable (AP): Supplier tax statuses influence withholding tax determinations.
- Order Management (OM): Item taxability statuses affect sales order taxation.
Technical Considerations
- Indexing: Columns like STATUS_ID and STATUS_CODE are typically indexed for performance.
- Audit Columns: CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, and LAST_UPDATE_DATE track changes.
- Multi-Org Access: Data is partitioned by ORG_ID in multi-org environments.
Example Use Case
A company operating in the EU configures a status EU_VAT_EXEMPT in ZX_STATUS_B with:- STATUS_TYPE_CODE = PARTY
- TAX_REGIME_CODE = EU_VAT
- TAX = N
Conclusion
The ZX_STATUS_B table is a cornerstone of Oracle E-Business Tax, enabling precise control over tax determinations. Its structured design ensures compliance with global tax regulations while seamlessly integrating with core EBS modules. Proper configuration of this table is essential for accurate tax calculations, reporting, and audit trails.-
File: Oracle E-Business Tax Logical Data Model R12.pdf
12.1.1
product: ZX - E-Business Tax , size: 93.47 KBytes , file_type: PDF Diagram ,
-
File: Oracle E-Business Tax Logical Data Model R12.pdf
12.2.2
product: ZX - E-Business Tax , size: 93.47 KBytes , file_type: PDF Diagram ,
-
File: Tax Configuration R12.pdf
12.2.2
product: ZX - E-Business Tax , size: 66.49 KBytes , file_type: PDF Diagram ,
-
File: Tax Configuration R12.pdf
12.1.1
product: ZX - E-Business Tax , size: 66.49 KBytes , file_type: PDF Diagram ,
-
Lookup Type: ZX_TASK_LIST
12.2.2
product: ZX - E-Business Tax , meaning: eBTax Home Page , description: eBTax Home Page ,
-
Lookup Type: ZX_TASK_LIST
12.1.1
product: ZX - E-Business Tax , meaning: eBTax Home Page , description: eBTax Home Page ,
-
File: Tax Geography and Jurisdictions R12.pdf
12.1.1
product: ZX - E-Business Tax , size: 16.652 KBytes , file_type: PDF Diagram ,
-
File: Tax Geography and Jurisdictions R12.pdf
12.2.2
product: ZX - E-Business Tax , size: 16.652 KBytes , file_type: PDF Diagram ,
-
Table: ZX_STATUS_B
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_STATUS_B, object_name:ZX_STATUS_B, status:VALID, product: ZX - E-Business Tax , description: This table stores tax statuses for multiple configuration owners. Each row stores a status for a tax and configuration owner. , implementation_dba_data: ZX.ZX_STATUS_B ,
-
Table: ZX_STATUS_B
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_STATUS_B, object_name:ZX_STATUS_B, status:VALID, product: ZX - E-Business Tax , description: This table stores tax statuses for multiple configuration owners. Each row stores a status for a tax and configuration owner. , implementation_dba_data: ZX.ZX_STATUS_B ,
-
Table: ZX_TAXES_B
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_TAXES_B, object_name:ZX_TAXES_B, status:VALID, product: ZX - E-Business Tax , description: This table stores taxes for multiple configuration owners. Each row stores a tax for a specific regime and configuration owner. , implementation_dba_data: ZX.ZX_TAXES_B ,
-
Table: ZX_TAXES_B
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_TAXES_B, object_name:ZX_TAXES_B, status:VALID, product: ZX - E-Business Tax , description: This table stores taxes for multiple configuration owners. Each row stores a tax for a specific regime and configuration owner. , implementation_dba_data: ZX.ZX_TAXES_B ,
-
Lookup Type: ZX_SUBSCRIPTION_OPTION
12.1.1
product: ZX - E-Business Tax , meaning: Subscription Option ,
-
Lookup Type: ZX_SUBSCRIPTION_OPTION
12.2.2
product: ZX - E-Business Tax , meaning: Subscription Option ,
-
File: Tax Content and Service Subscription R12.pdf
12.1.1
product: ZX - E-Business Tax , size: 16.664 KBytes , file_type: PDF Diagram ,
-
File: Tax Content and Service Subscription R12.pdf
12.2.2
product: ZX - E-Business Tax , size: 16.664 KBytes , file_type: PDF Diagram ,
-
Table: ZX_RATES_B
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_RATES_B, object_name:ZX_RATES_B, status:VALID, product: ZX - E-Business Tax , description: This table stores rates for multiple configuration owners. Each row stores a rate that is effective for a specific period and is applicable to a specific tax status or tax jurisdiction. , implementation_dba_data: ZX.ZX_RATES_B ,
-
Table: ZX_RATES_B
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_RATES_B, object_name:ZX_RATES_B, status:VALID, product: ZX - E-Business Tax , description: This table stores rates for multiple configuration owners. Each row stores a rate that is effective for a specific period and is applicable to a specific tax status or tax jurisdiction. , implementation_dba_data: ZX.ZX_RATES_B ,
-
Table: ZX_RULES_B
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_RULES_B, object_name:ZX_RULES_B, status:VALID, product: ZX - E-Business Tax , description: This table stores the tax rules that are used to detrermine the outcome of multiple tax determination processes. Each row stores a rule for a specific tax, configuration owner and tax detemination process. , implementation_dba_data: ZX.ZX_RULES_B ,
-
Lookup Type: ZX_TAX_CONFIGURATION
12.1.1
product: ZX - E-Business Tax , meaning: Tax Configuration , description: Tax Configuration ,
-
Lookup Type: ZX_TAX_CONFIGURATION
12.2.2
product: ZX - E-Business Tax , meaning: Tax Configuration , description: Tax Configuration ,
-
Table: ZX_RULES_B
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_RULES_B, object_name:ZX_RULES_B, status:VALID, product: ZX - E-Business Tax , description: This table stores the tax rules that are used to detrermine the outcome of multiple tax determination processes. Each row stores a rule for a specific tax, configuration owner and tax detemination process. , implementation_dba_data: ZX.ZX_RULES_B ,
-
Lookup Type: ZX_PTP_PARTY_TYPE
12.1.1
product: ZX - E-Business Tax , meaning: ZX Party Types ,
-
Lookup Type: ZX_PTP_PARTY_TYPE
12.2.2
product: ZX - E-Business Tax , meaning: ZX Party Types ,
-
Table: ZX_CONTENT_SOURCES
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_CONTENT_SOURCES, object_name:ZX_CONTENT_SOURCES, status:VALID, product: ZX - E-Business Tax , description: This table stores multiple sources from which tax configuration content can be loaded. Each row stores details about a content source for a specific regime. , implementation_dba_data: ZX.ZX_CONTENT_SOURCES ,
-
Table: ZX_CONTENT_SOURCES
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_CONTENT_SOURCES, object_name:ZX_CONTENT_SOURCES, status:VALID, product: ZX - E-Business Tax , description: This table stores multiple sources from which tax configuration content can be loaded. Each row stores details about a content source for a specific regime. , implementation_dba_data: ZX.ZX_CONTENT_SOURCES ,
-
Table: ZX_ACCOUNT_RATES
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_ACCOUNT_RATES, object_name:ZX_ACCOUNT_RATES, status:VALID, product: ZX - E-Business Tax , description: This table contains tax options for a ledger or an account segment value. Each record represents input or output tax options defined by a configuration owner for a ledger or for a specific account segment value within that ledger. , implementation_dba_data: ZX.ZX_ACCOUNT_RATES ,
-
Table: ZX_ACCOUNT_RATES
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_ACCOUNT_RATES, object_name:ZX_ACCOUNT_RATES, status:VALID, product: ZX - E-Business Tax , description: This table contains tax options for a ledger or an account segment value. Each record represents input or output tax options defined by a configuration owner for a ledger or for a specific account segment value within that ledger. , implementation_dba_data: ZX.ZX_ACCOUNT_RATES ,
-
Lookup Type: ZX_TX_LEGAL_MESSAGE
12.1.1
product: ZX - E-Business Tax , meaning: E-BTax Legal Message , description: Tax Legal Message ,
-
Lookup Type: ZX_TX_LEGAL_MESSAGE
12.2.2
product: ZX - E-Business Tax , meaning: E-BTax Legal Message , description: Tax Legal Message ,
-
Concurrent Program: ZXXVATRV
12.1.1
execution_filename: ZXXVATRV , product: ZX - E-Business Tax , user_name: ZXXVATRV , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: ZXXVATRV
12.2.2
execution_filename: ZXXVATRV , product: ZX - E-Business Tax , user_name: ZXXVATRV , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: ZXTWRSRD
12.1.1
execution_filename: ZXARRECV , product: ZX - E-Business Tax , user_name: Receivables Tax Report by Ledger/Operating Unit , description: Receivables Tax Report by Ledger/Operating Unit , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: ZXTWPPRD
12.1.1
execution_filename: ZXAPJAJL , product: ZX - E-Business Tax , user_name: Payables Tax Report by Ledger/Operating Unit , description: Payables Tax Report by Ledger/Operating Unit , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: ZXTWRSRD
12.2.2
execution_filename: ZXARRECV , product: ZX - E-Business Tax , user_name: Receivables Tax Report by Ledger/Operating Unit , description: Receivables Tax Report by Ledger/Operating Unit , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: ZXTWPSPC
12.1.1
execution_filename: ZXAPJAJL , product: ZX - E-Business Tax , user_name: Payables Tax Report by Ledger/Operating Unit , description: Payables Tax Report by Ledger/Operating Unit , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: ZXTWPPRD
12.2.2
execution_filename: ZXAPJAJL , product: ZX - E-Business Tax , user_name: Payables Tax Report by Ledger/Operating Unit , description: Payables Tax Report by Ledger/Operating Unit , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: ZXTWPSPC
12.2.2
execution_filename: ZXAPJAJL , product: ZX - E-Business Tax , user_name: Payables Tax Report by Ledger/Operating Unit , description: Payables Tax Report by Ledger/Operating Unit , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: ZX_TRL_ACCOUNTED_STATUS
12.2.2
product: ZX - E-Business Tax , meaning: Accounted Status , description: Describes the Accounted Status ,
-
Lookup Type: ZX_TRL_ACCOUNTED_STATUS
12.1.1
product: ZX - E-Business Tax , meaning: Accounted Status , description: Describes the Accounted Status ,
-
Concurrent Program: ZXTWPPRD_XML
12.2.2
product: ZX - E-Business Tax , user_name: Taiwanese Purchase Return and Discount Report (XML) - Not Supported: Reserved For Future Use , description: Taiwanese Purchase Return and Discount Report , argument_method: Standard , enabled: No , execution_method: Java Concurrent Program ,
-
Concurrent Program: ZXTWRSRD_XML
12.1.1
product: ZX - E-Business Tax , user_name: Taiwanese Sales Return and Discount Report (XML) - Not Supported: Reserved For Future Use , description: Taiwanese Sales Return and Discount Report , argument_method: Standard , enabled: No , execution_method: Java Concurrent Program ,
-
Concurrent Program: ZXTWPPRD_XML
12.1.1
product: ZX - E-Business Tax , user_name: Taiwanese Purchase Return and Discount Report (XML) - Not Supported: Reserved For Future Use , description: Taiwanese Purchase Return and Discount Report , argument_method: Standard , enabled: No , execution_method: Java Concurrent Program ,
-
Concurrent Program: ZXTWRSRD_XML
12.2.2
product: ZX - E-Business Tax , user_name: Taiwanese Sales Return and Discount Report (XML) - Not Supported: Reserved For Future Use , description: Taiwanese Sales Return and Discount Report , argument_method: Standard , enabled: No , execution_method: Java Concurrent Program ,
-
Lookup Type: ZX_TAXVDR_TAX
12.2.2
product: ZX - E-Business Tax , meaning: eBTax Taxware Operation Mode Values , description: eBTax Taxware Operation Mode Values ,
-
Concurrent Program: ZXTWPSPC_XML
12.2.2
product: ZX - E-Business Tax , user_name: Taiwanese Payables Sales/Purchase Return and Discount Certificate (XML) - Not Supported: Reserved For Future Use , description: Taiwanese Payables Sales/Purchase Return and Discount Certificate , argument_method: Standard , enabled: No , execution_method: Java Concurrent Program ,
-
View: ZX_ACCOUNT_RATES_NEW_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ZX.ZX_ACCOUNT_RATES_NEW_V, object_name:ZX_ACCOUNT_RATES_NEW_V, status:VALID, product: ZX - E-Business Tax , implementation_dba_data: APPS.ZX_ACCOUNT_RATES_NEW_V ,
-
Concurrent Program: ZXTWPSPC_XML
12.1.1
product: ZX - E-Business Tax , user_name: Taiwanese Payables Sales/Purchase Return and Discount Certificate (XML) - Not Supported: Reserved For Future Use , description: Taiwanese Payables Sales/Purchase Return and Discount Certificate , argument_method: Standard , enabled: No , execution_method: Java Concurrent Program ,
-
Lookup Type: ZX_VIEW_PARTY_TYPES
12.2.2
product: ZX - E-Business Tax , meaning: Party_Types to view existing Fiscal Classifications , description: Party_Types to view existing Fiscal Classifications ,
-
Lookup Type: ZX_VIEW_PARTY_TYPES
12.1.1
product: ZX - E-Business Tax , meaning: Party_Types to view existing Fiscal Classifications , description: Party_Types to view existing Fiscal Classifications ,