Search Results jai_ap_invoice_lines_pk
Overview
The JAI_AP_INVOICE_LINES table is a core data object within the Asia/Pacific Localizations (JA) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It functions as a subsidiary repository specifically designed to store detailed tax information associated with standalone payables invoices. This table extends the standard Oracle Payables functionality to accommodate complex, region-specific tax calculations and compliance requirements mandated in various Asia/Pacific jurisdictions. Its primary role is to maintain a granular, line-level tax record that is linked to the standard invoice lines, enabling accurate tax reporting, reconciliation, and audit trails for localized statutory needs.
Key Information Stored
The table's structure is centered around tax-related attributes linked to an invoice line. The primary identifier is the JAI_AP_INVOICE_LINES_ID column, which is the sole component of the JAI_AP_INVOICE_LINES_PK primary key. Critical foreign key columns establish the necessary relationships to other EBS entities. The INVOICE_ID and INVOICE_LINE_NUMBER columns together link each tax record to its corresponding source line in the standard AP_INVOICE_LINES_ALL table. The TAX_CATEGORY_ID column references the JAI_CMN_TAX_CTGS_ALL table to define the applicable tax type or category. Furthermore, ORGANIZATION_ID and LOCATION_ID columns link to HR_ALL_ORGANIZATION_UNITS and HR_LOCATIONS_ALL, respectively, providing the organizational and geographical context essential for determining correct tax jurisdiction and rates.
Common Use Cases and Queries
This table is primarily accessed for tax inquiry, reporting, and data validation processes. A common operational use case is generating a detailed tax register for a specific invoice or a set of invoices within a given period for statutory filing or internal audit. Developers and functional consultants often query this table to troubleshoot tax calculation issues by verifying the tax categories and organizational context applied to invoice lines. A typical reporting query would join JAI_AP_INVOICE_LINES with AP_INVOICE_LINES_ALL and AP_INVOICES_ALL to pull invoice headers alongside their localized tax details. Another frequent pattern is to validate data integrity by checking for orphaned records where the foreign key to AP_INVOICE_LINES_ALL does not have a corresponding master record.
Related Objects
The JAI_AP_INVOICE_LINES table maintains defined foreign key relationships with several fundamental EBS tables, as documented in the ETRM. These relationships are crucial for data integrity and application logic:
- AP_INVOICE_LINES_ALL: Linked via the composite foreign key on INVOICE_ID and INVOICE_LINE_NUMBER. This is the primary relationship, anchoring the tax data to the standard payable invoice line.
- JAI_CMN_TAX_CTGS_ALL: Linked via TAX_CATEGORY_ID. This relationship provides the specific tax category or type applied to the invoice line.
- HR_ALL_ORGANIZATION_UNITS: Linked via ORGANIZATION_ID. This associates the tax record with the relevant operating unit or organization.
- HR_LOCATIONS_ALL: Linked via LOCATION_ID. This provides the physical or legal location context, which is often a determinant for tax jurisdiction.
-
Table: JAI_AP_INVOICE_LINES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AP_INVOICE_LINES, object_name:JAI_AP_INVOICE_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: This table is used to store the taxes related with standalone payables invoices , implementation_dba_data: JA.JAI_AP_INVOICE_LINES ,
-
Table: JAI_AP_INVOICE_LINES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AP_INVOICE_LINES, object_name:JAI_AP_INVOICE_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: This table is used to store the taxes related with standalone payables invoices , implementation_dba_data: JA.JAI_AP_INVOICE_LINES ,
-
eTRM - JA Tables and Views
12.1.1
description: The 'JA_CN_SYSTEM_PARAMETERS_ALL' table stores information defined by 'System Options' form, 'Electronic Accounting Book Export' program will get most data from data in the table. A legal entity can only have one record in the table. ,
-
eTRM - JA Tables and Views
12.2.2
description: The 'JA_CN_VOUCHER_NUMBER' table stores the voucher number of GL journal lines. ,
-
eTRM - JA Tables and Views
12.1.1
description: The 'JA_CN_SYSTEM_PARAMETERS_ALL' table stores information defined by 'System Options' form, 'Electronic Accounting Book Export' program will get most data from data in the table. A legal entity can only have one record in the table. ,
-
eTRM - JA Tables and Views
12.2.2
description: The 'JA_CN_VOUCHER_NUMBER' table stores the voucher number of GL journal lines. ,