Search Results aso_tax_details
Overview
The ASO_TAX_DETAILS table is a core data object within the Oracle E-Business Suite (EBS) Order Capture (ASO) module. It serves as the primary repository for storing detailed tax information associated with quotes created in the system. This table is critical for maintaining the financial and regulatory accuracy of a quote, capturing the calculated tax amounts for individual quote lines, shipments, and the overall quote header. Its existence ensures that tax calculations, which may be based on complex rules involving product, customer, and geographic data, are persistently stored and can be audited, reported on, and seamlessly transferred to an order upon conversion.
Key Information Stored
The table's structure is designed to link tax details to specific components of a quote and store the resulting calculations. The primary key, TAX_DETAIL_ID, uniquely identifies each tax record. The table's foreign keys are its most critical columns, defining the relationship to the main quote entities: QUOTE_HEADER_ID links to ASO_QUOTE_HEADERS_ALL for header-level taxes, QUOTE_LINE_ID links to ASO_QUOTE_LINES_ALL for line-level taxes, and QUOTE_SHIPMENT_ID links to ASO_SHIPMENTS for taxes applicable to specific shipments. While the provided metadata does not list all data columns, typical tax detail tables in EBS store fields such as tax rate, taxable amount, tax amount, tax jurisdiction code, tax regime, and tax status, enabling a complete breakdown of the tax assessment.
Common Use Cases and Queries
This table is central to tax-related reporting and troubleshooting within the quoting process. Common use cases include generating a tax summary for a specific quote, analyzing tax applied across product lines, and validating tax calculations during month-end financial close. A typical query would join ASO_TAX_DETAILS to the related quote tables to produce a comprehensive report. For example, to list all tax details for a quote header, one might use:
- SELECT qh.quote_number, td.* FROM aso.aso_tax_details td, aso.aso_quote_headers_all qh WHERE td.quote_header_id = qh.quote_header_id AND qh.quote_header_id = :p_quote_id;
Data from this table is also essential when debugging incorrect tax calculations, as it allows technical consultants to trace the persisted tax data back to its source quote lines and header.
Related Objects
ASO_TAX_DETAILS has defined relationships with several key tables in the ASO schema, as per the provided metadata. It is a child table to ASO_QUOTE_HEADERS_ALL, ASO_QUOTE_LINES_ALL, and ASO_SHIPMENTS. These relationships enforce referential integrity, ensuring tax details cannot exist without a valid parent quote entity. The table's primary key constraint is ASO_TAX_DETAILS_PK. While not listed in the excerpt, this table is also closely related to the Oracle E-Business Tax (EZX) module's setup and calculation engine, which likely populates the detailed records. For programmatic access and business logic, related PL/SQL APIs within the ASO package hierarchy would be used to create, update, or query these tax details.
-
Table: ASO_TAX_DETAILS
12.2.2
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_TAX_DETAILS, object_name:ASO_TAX_DETAILS, status:VALID, product: ASO - Order Capture , description: Tables for Storing the Tax Details for Quotes , implementation_dba_data: ASO.ASO_TAX_DETAILS ,
-
Table: ASO_TAX_DETAILS
12.1.1
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_TAX_DETAILS, object_name:ASO_TAX_DETAILS, status:VALID, product: ASO - Order Capture , description: Tables for Storing the Tax Details for Quotes , implementation_dba_data: ASO.ASO_TAX_DETAILS ,
-
APPS.IBE_QUOTE_SAVE_PVT dependencies on ASO_TAX_DETAILS
12.1.1
-
APPS.IBE_WORKFLOW_PVT dependencies on ASO_TAX_DETAILS
12.2.2
-
APPS.IBE_WORKFLOW_PVT dependencies on ASO_TAX_DETAILS
12.1.1
-
APPS.ASO_QUOTE_PUB_W dependencies on ASO_TAX_DETAILS
12.1.1
-
APPS.ASO_QUOTE_PUB_W dependencies on ASO_TAX_DETAILS
12.2.2
-
APPS.ASO_MAP_QUOTE_ORDER_INT dependencies on ASO_TAX_DETAILS
12.2.2
-
APPS.IBE_ORD_ONECLICK_PVT dependencies on ASO_TAX_DETAILS
12.2.2
-
APPS.ASO_TAX_INT dependencies on ASO_TAX_DETAILS
12.2.2
-
APPS.ASO_TAX_DETAILS_PKG dependencies on ASO_TAX_DETAILS
12.2.2
-
APPS.ASO_TAX_INT dependencies on ASO_TAX_DETAILS
12.1.1
-
APPS.OKC_XPRT_QUOTE_INT_PVT dependencies on ASO_TAX_DETAILS
12.1.1
-
APPS.ASO_QUOTE_HEADERS_PVT dependencies on ASO_TAX_DETAILS
12.1.1
-
APPS.ASO_UTILITY_PVT dependencies on ASO_TAX_DETAILS
12.1.1
-
APPS.ASO_TAX_DETAILS_PKG dependencies on ASO_TAX_DETAILS
12.1.1
-
APPS.ASO_QUOTE_HEADERS_PVT dependencies on ASO_TAX_DETAILS
12.2.2
-
APPS.ASO_UTILITY_PVT dependencies on ASO_TAX_DETAILS
12.2.2
-
APPS.IBE_ORD_ONECLICK_PVT dependencies on ASO_TAX_DETAILS
12.1.1
-
APPS.ASO_SUBMIT_QUOTE_PVT dependencies on ASO_TAX_DETAILS
12.1.1
-
APPS.ASO_MAP_QUOTE_ORDER_INT dependencies on ASO_TAX_DETAILS
12.1.1
-
APPS.ASO_SUBMIT_QUOTE_PVT dependencies on ASO_TAX_DETAILS
12.2.2
-
APPS.OKC_XPRT_QUOTE_INT_PVT dependencies on ASO_TAX_DETAILS
12.2.2
-
APPS.IBE_QUOTE_SAVE_PVT dependencies on ASO_TAX_DETAILS
12.2.2
-
APPS.ASO_TAX_INT SQL Statements
12.2.2
-
APPS.ASO_TAX_INT SQL Statements
12.1.1
-
APPS.IBE_WORKFLOW_PVT dependencies on MTL_UNITS_OF_MEASURE
12.2.2
-
APPS.IBE_WORKFLOW_PVT dependencies on MTL_UNITS_OF_MEASURE
12.1.1
-
APPS.IBE_WORKFLOW_PVT dependencies on ASO_QUOTE_LINE_DETAILS
12.2.2
-
APPS.IBE_WORKFLOW_PVT dependencies on ASO_QUOTE_LINE_DETAILS
12.1.1
-
VIEW: ASO.ASO_TAX_DETAILS#
12.2.2
owner:ASO, object_type:VIEW, object_name:ASO_TAX_DETAILS#, status:VALID,
-
SYNONYM: APPS.ASO_TAX_DETAILS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ASO_TAX_DETAILS, status:VALID,
-
View: ASO_TAX_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_TAX_DETAILS_V, object_name:ASO_TAX_DETAILS_V, status:VALID, product: ASO - Order Capture , description: view based on aso_tax_details , implementation_dba_data: APPS.ASO_TAX_DETAILS_V ,
-
SYNONYM: APPS.ASO_TAX_DETAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ASO_TAX_DETAILS, status:VALID,
-
View: ASO_TAX_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_TAX_DETAILS_V, object_name:ASO_TAX_DETAILS_V, status:VALID, product: ASO - Order Capture , description: view based on aso_tax_details , implementation_dba_data: APPS.ASO_TAX_DETAILS_V ,
-
VIEW: APPS.ASO_OA_TAX_DETAILS_HDR_V
12.2.2
-
VIEW: APPS.ASO_OA_TAX_DETAILS_HDR_V
12.1.1
-
VIEW: APPS.ASO_OA_TAX_DETAILS_LINE_V
12.1.1
-
APPS.IBE_WORKFLOW_PVT dependencies on MTL_SYSTEM_ITEMS_VL
12.1.1
-
VIEW: APPS.ASO_OA_TAX_DETAILS_LINE_V
12.2.2
-
APPS.IBE_WORKFLOW_PVT dependencies on MTL_SYSTEM_ITEMS_VL
12.2.2
-
APPS.IBE_WORKFLOW_PVT dependencies on OE_TRANSACTION_TYPES_TL
12.1.1
-
APPS.IBE_WORKFLOW_PVT dependencies on OE_TRANSACTION_TYPES_TL
12.2.2
-
APPS.IBE_WORKFLOW_PVT dependencies on MTL_UNITS_OF_MEASURE_TL
12.1.1
-
VIEW: ASO.ASO_TAX_DETAILS#
12.2.2
-
APPS.IBE_WORKFLOW_PVT dependencies on MTL_UNITS_OF_MEASURE_TL
12.2.2
-
APPS.IBE_WORKFLOW_PVT dependencies on ASO_QUOTE_LINES_ALL
12.1.1
-
APPS.IBE_WORKFLOW_PVT dependencies on ASO_QUOTE_LINES_ALL
12.2.2
-
APPS.OKC_XPRT_QUOTE_INT_PVT dependencies on ASO_PAYMENTS
12.2.2
-
VIEW: APPS.ASO_TAX_DETAILS_V
12.2.2