Search Results jai_po_taxes
Overview
The JAI_PO_TAXES table is a core data object within the Asia/Pacific Localizations (JA) module of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. It serves as the primary repository for localization-specific tax information applied to purchase order (PO) line locations. Its role is to store detailed tax line records that are generated to comply with regional tax regulations, such as India's GST or other Asia/Pacific tax regimes, at the granular level of a specific shipment or delivery schedule line on a purchase order. This table enables the system to calculate, track, and report on taxes beyond the standard EBS tax engine's capabilities, ensuring legal compliance for localized implementations.
Key Information Stored
The table's structure is defined by its primary and foreign key relationships, which dictate the critical data points it holds. The primary key (JAI_PO_TAXES_PK) is a composite of LINE_FOCUS_ID and TAX_ID, ensuring uniqueness for each tax line on a PO line location. Essential columns include PO_HEADER_ID, PO_LINE_ID, and LINE_LOCATION_ID, which anchor the tax record to the specific PO document and its line details. The TAX_ID and TAX_CATEGORY_ID columns link to the localization's master tax definitions (JAI_CMN_TAXES_ALL, JAI_CMN_TAX_CTGS_ALL). The VENDOR_ID links to the supplier party (HZ_PARTIES). Other columns typically store calculated tax amounts (e.g., tax rate, tax amount), tax jurisdiction codes, and indicators for tax recovery or exemptions, forming a complete record for financial posting and reporting.
Common Use Cases and Queries
A primary use case is generating tax reports for statutory compliance, such as GST returns, by querying tax amounts aggregated by vendor, tax type, and period. Support and functional analysts frequently query this table to troubleshoot tax calculation discrepancies on purchase orders. Common SQL patterns involve joining to PO and supplier tables to analyze tax data.
- Sample Query for Tax Lines on a PO: SELECT jpt.* FROM jai_po_taxes jpt, po_headers_all pha WHERE jpt.po_header_id = pha.po_header_id AND pha.segment1 = '<PO_NUMBER>';
- Reporting Use Case: Aggregating total taxable value and tax amount by tax category for a financial period, often joined with JAI_CMN_TAX_CTGS_ALL for category descriptions.
Related Objects
The JAI_PO_TAXES table is centrally connected to both standard EBS Purchasing tables and the JA localization's tax master tables, as documented by its foreign key constraints.
- JAI_PO_LINE_LOCATIONS: Via JAI_PO_TAXES.LINE_FOCUS_ID. This is the localization's extension table for line locations.
- PO_LINE_LOCATIONS_ALL: Via JAI_PO_TAXES.LINE_LOCATION_ID. The standard EBS shipment schedule line.
- PO_LINES_ALL: Via JAI_PO_TAXES.PO_LINE_ID. The standard EBS purchase order line.
- PO_HEADERS_ALL: Via JAI_PO_TAXES.PO_HEADER_ID. The standard EBS purchase order header.
- JAI_CMN_TAXES_ALL: Via JAI_PO_TAXES.TAX_ID. The master definition of the localization tax.
- JAI_CMN_TAX_CTGS_ALL: Via JAI_PO_TAXES.TAX_CATEGORY_ID. The master definition of the tax category.
- HZ_PARTIES: Via JAI_PO_TAXES.VENDOR_ID. The Trading Community Architecture (TCA) party record for the supplier.
-
Table: JAI_PO_TAXES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_TAXES, object_name:JAI_PO_TAXES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the information of localization tax lines at a PO line location level. , implementation_dba_data: JA.JAI_PO_TAXES ,
-
Table: JAI_PO_TAXES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_TAXES, object_name:JAI_PO_TAXES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the information of localization tax lines at a PO line location level. , implementation_dba_data: JA.JAI_PO_TAXES ,
-
APPS.JAI_PO_HOOK_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_AP_ST_REVERSE_PROCESS dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_PO_PROC_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_CMN_RCV_MATCHING_PKG dependencies on JAI_PO_TAXES
12.1.1
-
APPS.JAI_AP_UTILS_PKG dependencies on JAI_PO_TAXES
12.1.1
-
APPS.JAI_CMN_ST_FORMS_PKG dependencies on JAI_PO_TAXES
12.1.1
-
APPS.JAI_AP_MATCH_TAX_PROC_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_AP_MATCH_TAX_PKG dependencies on JAI_PO_TAXES
12.1.1
-
APPS.JAI_PO_HA_TRIGGER_PKG dependencies on JAI_PO_TAXES
12.1.1
-
APPS.JAI_JPO_LLT_TRIGGER_PKG dependencies on JAI_PO_TAXES
12.1.1
-
APPS.JAI_PO_LLA_TRIGGER_PKG dependencies on JAI_PO_TAXES
12.1.1
-
APPS.JAI_AP_RPT_PRRG_PKG dependencies on JAI_PO_TAXES
12.1.1
-
APPS.JAI_ENCUM_PRC dependencies on JAI_PO_TAXES
12.1.1
-
APPS.JAI_RCV_TAX_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_RETRO_PRC_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_PO_LA_TRIGGER_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_CMN_MTAX_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_AP_RPT_APCR_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_JPO_LLT_TRIGGER_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_PO_TAX_PKG dependencies on JAI_PO_TAXES
12.1.1
-
APPS.JAI_RETRO_PRC_PKG dependencies on JAI_PO_TAXES
12.1.1
-
APPS.JAI_PO_CMN_PKG dependencies on JAI_PO_TAXES
12.1.1
-
APPS.JAI_AP_TDS_TAX_DEFAULTATION dependencies on JAI_PO_TAXES
12.1.1
-
APPS.JAI_AP_IDA_TRIGGER_DTC_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_PO_RLA_TRIGGER_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_AP_OI_PROCESSING_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_AP_ILA_TRIGGER_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_AP_RPT_PRRG_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_TRX_REPO_EXTRACT_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_CMN_ST_FORMS_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_PO_RLA_TRIGGER_PKG dependencies on JAI_PO_TAXES
12.1.1
-
APPS.JAI_CMN_MTAX_PKG dependencies on JAI_PO_TAXES
12.1.1
-
APPS.JAI_PO_LA_TRIGGER_PKG dependencies on JAI_PO_TAXES
12.1.1
-
APPS.JAI_PO_HOOK_PKG dependencies on JAI_PO_TAXES
12.1.1
-
APPS.JAI_PO_DA_TRIGGER_PKG dependencies on JAI_PO_TAXES
12.1.1
-
APPS.JAI_CMN_TAX_DEFAULTATION_PKG dependencies on JAI_PO_TAXES
12.1.1
-
APPS.JAI_CMN_RCV_MATCHING_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_AP_MATCH_TAX_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_PO_TAX_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_AP_IDA_TRIGGER_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_JPO_LLT_TRIGGER_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_PO_HA_TRIGGER_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_PO_WF_UTIL_PUB dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_CMN_TAX_DEFAULTATION_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_ENCUM_PRC dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_PO_DA_TRIGGER_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_PA_COSTING_PKG dependencies on JAI_PO_TAXES
12.2.2
-
APPS.JAI_PO_LLA_TRIGGER_PKG dependencies on JAI_PO_TAXES
12.2.2