Search Results jai_cmn_tax_ctgs_all
Overview
The JAI_CMN_TAX_CTGS_ALL table is a core master data table within the Oracle E-Business Suite Asia/Pacific Localizations module (Product JA). It functions as the central repository for defining and storing tax categories, which are critical for the calculation and application of excise and other localized taxes in jurisdictions such as India. Its primary role is to establish and maintain the link between these tax categories and excise item classes, enabling the system to determine the correct tax treatment for transactions involving inventory items, purchase orders, invoices, and sales orders. The table supports multi-organization access control through its ALL structure and ORG_ID column.
Key Information Stored
While the provided metadata does not list specific columns beyond key identifiers, the table's structure can be inferred from its relationships and purpose. The primary column is TAX_CATEGORY_ID, which serves as the unique identifier (Primary Key: JAI_CMN_TAX_CTGS_ALL_PK). The ORG_ID column links the tax category definition to an operating unit via a foreign key to HR_ALL_ORGANIZATION_UNITS. Other essential columns likely include descriptive fields such as TAX_CATEGORY_NAME or CODE, effective dates (CREATION_DATE, LAST_UPDATE_DATE), and columns defining the association to excise item classes. The table's description confirms it stores the definitive link between a tax category and an excise item class, a fundamental relationship for tax determination logic.
Common Use Cases and Queries
This table is central to tax configuration and transactional tax processing. Common use cases include the setup and maintenance of tax categories for new products or services, troubleshooting tax calculation errors on transactions, and generating reports on tax category usage. A frequent query involves joining the table to transactional lines to verify the applied tax category. For example, to audit tax categories on purchase order lines, one might use:
- SELECT pol.line_num, pol.item_description, tc.tax_category_id, tc.tax_category_name FROM po_lines_all pol JOIN jai_cmn_tax_ctgs_all tc ON pol.tax_category_id = tc.tax_category_id WHERE pol.po_header_id = <PO_ID>;
Another critical scenario is during tax master data updates, where the table is referenced by change history tables like JAI_CMN_MTAX_HDRS_ALL and JAI_CMN_TAXCTG_UPDATES to track modifications from an old to a new tax category.
Related Objects
The JAI_CMN_TAX_CTGS_ALL table has extensive relationships, acting as a key reference for transactional and configuration sub-modules. It references HR_ALL_ORGANIZATION_UNITS via ORG_ID. Crucially, its TAX_CATEGORY_ID is referenced by a wide array of tables, demonstrating its integration across the financial and supply chain suites:
- Procurement (PO): JAI_PO_LINE_LOCATIONS, JAI_PO_REQ_LINES, JAI_PO_REQ_LINE_TAXES, JAI_PO_TAXES, JAI_PO_REQUEST_T.
- Accounts Payable (AP): JAI_AP_INVOICE_LINES, JAI_AP_TDS_THHOLD_TAXES.
- Order Management & Shipping (OM): JAI_OM_OE_SO_LINES, JAI_OM_OE_RMA_LINES, JAI_OM_WSH_LINES_ALL.
- Accounts Receivable (AR): JAI_AR_TRX_LINES.
- Inventory (INV): JAI_MTL_TRXS, JAI_INV_ITM_TAXCTG_DTLS.
- Common Tax & Vendor Data: JAI_CMN_DOCUMENT_TAXES, JAI_CMN_TAX_CTG_LINES, JAI_CMN_VENDOR_SITES.
- Tax Master Update Tracking: JAI_CMN_MTAX_HDRS_ALL (OLD_TAX_CATEGORY, NEW_TAX_CATEGORY), JAI_CMN_MTAX_UPD_DTLS (OLD_TAX_CATEGORY_ID, NEW_TAX_CATEGORY_ID), JAI_CMN_TAXCTG_UPDATES.
- Projects (PA): JAI_PA_DRAFT_INVOICE_LINES.
-
Table: JAI_CMN_TAX_CTGS_ALL
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_TAX_CTGS_ALL, object_name:JAI_CMN_TAX_CTGS_ALL, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores tax categories and their link to excise ITEM classes. , implementation_dba_data: JA.JAI_CMN_TAX_CTGS_ALL ,
-
Table: JAI_CMN_TAX_CTGS_ALL
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_TAX_CTGS_ALL, object_name:JAI_CMN_TAX_CTGS_ALL, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores tax categories and their link to excise ITEM classes. , implementation_dba_data: JA.JAI_CMN_TAX_CTGS_ALL ,
-
Table: JAI_CMN_MTAX_HDRS_ALL
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_MTAX_HDRS_ALL, object_name:JAI_CMN_MTAX_HDRS_ALL, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Mass Tax Changes requests with all inputs submitted , implementation_dba_data: JA.JAI_CMN_MTAX_HDRS_ALL ,
-
Table: JAI_CMN_MTAX_HDRS_ALL
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_MTAX_HDRS_ALL, object_name:JAI_CMN_MTAX_HDRS_ALL, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Mass Tax Changes requests with all inputs submitted , implementation_dba_data: JA.JAI_CMN_MTAX_HDRS_ALL ,
-
Table: JAI_CMN_MTAX_UPD_DTLS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_MTAX_UPD_DTLS, object_name:JAI_CMN_MTAX_UPD_DTLS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the lines processed by Mass Tax Changes with details along with errors , implementation_dba_data: JA.JAI_CMN_MTAX_UPD_DTLS ,
-
Table: JAI_CMN_MTAX_UPD_DTLS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_MTAX_UPD_DTLS, object_name:JAI_CMN_MTAX_UPD_DTLS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the lines processed by Mass Tax Changes with details along with errors , implementation_dba_data: JA.JAI_CMN_MTAX_UPD_DTLS ,
-
Table: JAI_OM_OE_RMA_LINES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_OM_OE_RMA_LINES, object_name:JAI_OM_OE_RMA_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: This table holds the line details of the return orders. , implementation_dba_data: JA.JAI_OM_OE_RMA_LINES ,
-
Table: JAI_CMN_TAX_CTG_LINES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_TAX_CTG_LINES, object_name:JAI_CMN_TAX_CTG_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the tax lines for defined tax categories , implementation_dba_data: JA.JAI_CMN_TAX_CTG_LINES ,
-
Table: JAI_CMN_VENDOR_SITES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_VENDOR_SITES, object_name:JAI_CMN_VENDOR_SITES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores excise account related information about vendors. , implementation_dba_data: JA.JAI_CMN_VENDOR_SITES ,
-
Table: JAI_PA_DRAFT_INVOICE_LINES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PA_DRAFT_INVOICE_LINES, object_name:JAI_PA_DRAFT_INVOICE_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores draft invoice line attributes related to india localization , implementation_dba_data: JA.JAI_PA_DRAFT_INVOICE_LINES ,
-
Table: JAI_CMN_TAXCTG_UPDATES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_TAXCTG_UPDATES, object_name:JAI_CMN_TAXCTG_UPDATES, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores details of tax updates in tax categories , implementation_dba_data: JA.JAI_CMN_TAXCTG_UPDATES ,
-
Table: JAI_OM_OE_SO_LINES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_OM_OE_SO_LINES, object_name:JAI_OM_OE_SO_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores localization information for the sales orders. , implementation_dba_data: JA.JAI_OM_OE_SO_LINES ,
-
Table: JAI_AR_TRX_LINES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_TRX_LINES, object_name:JAI_AR_TRX_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores information about the transaction lines. , implementation_dba_data: JA.JAI_AR_TRX_LINES ,
-
Table: JAI_PO_LINE_LOCATIONS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_LINE_LOCATIONS, object_name:JAI_PO_LINE_LOCATIONS, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores the localization information at PO line shipment level. , implementation_dba_data: JA.JAI_PO_LINE_LOCATIONS ,
-
Table: JAI_INV_ITM_TAXCTG_DTLS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_INV_ITM_TAXCTG_DTLS, object_name:JAI_INV_ITM_TAXCTG_DTLS, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores info about the items and the tax category attached to it. , implementation_dba_data: JA.JAI_INV_ITM_TAXCTG_DTLS ,
-
Table: JAI_INV_ITM_TAXCTG_DTLS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_INV_ITM_TAXCTG_DTLS, object_name:JAI_INV_ITM_TAXCTG_DTLS, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores info about the items and the tax category attached to it. , implementation_dba_data: JA.JAI_INV_ITM_TAXCTG_DTLS ,
-
Table: JAI_CMN_TAXCTG_UPDATES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_TAXCTG_UPDATES, object_name:JAI_CMN_TAXCTG_UPDATES, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores details of tax updates in tax categories , implementation_dba_data: JA.JAI_CMN_TAXCTG_UPDATES ,
-
Table: JAI_PO_REQ_LINES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_REQ_LINES, object_name:JAI_PO_REQ_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the localization information of requisition lines and tax amounts , implementation_dba_data: JA.JAI_PO_REQ_LINES ,
-
Table: JAI_PO_REQUEST_T
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_REQUEST_T, object_name:JAI_PO_REQUEST_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Used by JAINPOCR concurrent for defaulting taxes , implementation_dba_data: JA.JAI_PO_REQUEST_T ,
-
Table: JAI_AR_TRX_LINES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_TRX_LINES, object_name:JAI_AR_TRX_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores information about the transaction lines. , implementation_dba_data: JA.JAI_AR_TRX_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 ,
-
Table: JAI_CMN_DOCUMENT_TAXES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_DOCUMENT_TAXES, object_name:JAI_CMN_DOCUMENT_TAXES, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores the taxes for various India Localization transactions , implementation_dba_data: JA.JAI_CMN_DOCUMENT_TAXES ,
-
Table: JAI_OM_OE_SO_LINES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_OM_OE_SO_LINES, object_name:JAI_OM_OE_SO_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores localization information for the sales orders. , implementation_dba_data: JA.JAI_OM_OE_SO_LINES ,
-
Table: JAI_PO_REQ_LINE_TAXES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_REQ_LINE_TAXES, object_name:JAI_PO_REQ_LINE_TAXES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the data pertaining to the Taxes in the Requisition. , implementation_dba_data: JA.JAI_PO_REQ_LINE_TAXES ,
-
Table: JAI_MTL_TRXS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_MTL_TRXS, object_name:JAI_MTL_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: This table holds India tax related data pertaining to inter organization transfers done , implementation_dba_data: JA.JAI_MTL_TRXS ,
-
Table: JAI_CMN_DOCUMENT_TAXES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_DOCUMENT_TAXES, object_name:JAI_CMN_DOCUMENT_TAXES, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores the taxes for various India Localization transactions , implementation_dba_data: JA.JAI_CMN_DOCUMENT_TAXES ,
-
Table: JAI_PO_LINE_LOCATIONS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_LINE_LOCATIONS, object_name:JAI_PO_LINE_LOCATIONS, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores the localization information at PO line shipment level. , implementation_dba_data: JA.JAI_PO_LINE_LOCATIONS ,
-
Table: JAI_CMN_TAX_CTG_LINES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_TAX_CTG_LINES, object_name:JAI_CMN_TAX_CTG_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the tax lines for defined tax categories , implementation_dba_data: JA.JAI_CMN_TAX_CTG_LINES ,
-
Table: JAI_PO_REQ_LINE_TAXES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_REQ_LINE_TAXES, object_name:JAI_PO_REQ_LINE_TAXES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the data pertaining to the Taxes in the Requisition. , implementation_dba_data: JA.JAI_PO_REQ_LINE_TAXES ,
-
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_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 ,
-
Table: JAI_PO_REQ_LINES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_REQ_LINES, object_name:JAI_PO_REQ_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the localization information of requisition lines and tax amounts , implementation_dba_data: JA.JAI_PO_REQ_LINES ,
-
Table: JAI_CMN_VENDOR_SITES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_VENDOR_SITES, object_name:JAI_CMN_VENDOR_SITES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores excise account related information about vendors. , implementation_dba_data: JA.JAI_CMN_VENDOR_SITES ,
-
Table: JAI_AP_TDS_THHOLD_TAXES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AP_TDS_THHOLD_TAXES, object_name:JAI_AP_TDS_THHOLD_TAXES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores details of taxes applicable for a particular slabrate by operating unit. , implementation_dba_data: JA.JAI_AP_TDS_THHOLD_TAXES ,
-
Table: JAI_MTL_TRXS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_MTL_TRXS, object_name:JAI_MTL_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: This table holds India tax related data pertaining to inter organization transfers done , implementation_dba_data: JA.JAI_MTL_TRXS ,
-
Table: JAI_OM_OE_RMA_LINES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_OM_OE_RMA_LINES, object_name:JAI_OM_OE_RMA_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: This table holds the line details of the return orders. , implementation_dba_data: JA.JAI_OM_OE_RMA_LINES ,
-
Table: JAI_PO_REQUEST_T
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_REQUEST_T, object_name:JAI_PO_REQUEST_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Used by JAINPOCR concurrent for defaulting taxes , implementation_dba_data: JA.JAI_PO_REQUEST_T ,
-
Table: JAI_AR_SUP_LINES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_SUP_LINES, object_name:JAI_AR_SUP_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: Table stores SuppTransaction dtls of the individual items with the Orig Inv dtls , implementation_dba_data: JA.JAI_AR_SUP_LINES ,
-
Table: JAI_AP_TDS_THHOLD_TAXES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AP_TDS_THHOLD_TAXES, object_name:JAI_AP_TDS_THHOLD_TAXES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores details of taxes applicable for a particular slabrate by operating unit. , implementation_dba_data: JA.JAI_AP_TDS_THHOLD_TAXES ,
-
Table: JAI_PA_DRAFT_INVOICE_LINES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PA_DRAFT_INVOICE_LINES, object_name:JAI_PA_DRAFT_INVOICE_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores draft invoice line attributes related to india localization , implementation_dba_data: JA.JAI_PA_DRAFT_INVOICE_LINES ,
-
Table: JAI_OM_WSH_LINES_ALL
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_OM_WSH_LINES_ALL, object_name:JAI_OM_WSH_LINES_ALL, status:VALID, product: JA - Asia/Pacific Localizations , description: Capture localization information picking line wise. , implementation_dba_data: JA.JAI_OM_WSH_LINES_ALL ,
-
View: JAI_BOE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_BOE_DETAILS_V, object_name:JAI_BOE_DETAILS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_BOE_DETAILS_V ,
-
Table: JAI_OM_WSH_LINES_ALL
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_OM_WSH_LINES_ALL, object_name:JAI_OM_WSH_LINES_ALL, status:VALID, product: JA - Asia/Pacific Localizations , description: Capture localization information picking line wise. , implementation_dba_data: JA.JAI_OM_WSH_LINES_ALL ,