Search Results jai_inv_itm_setups
Overview
The JAI_INV_ITM_SETUPS table is a core data repository within the Oracle E-Business Suite (EBS) Asia/Pacific Localizations module (product code JA). It functions as a master table for storing country-specific, or localized, item attributes that are defined at the organization level. This table is critical for enabling region-specific legal and tax compliance, particularly for countries like India, where statutory reporting requirements necessitate extended item data beyond the standard Oracle Inventory definitions. Its role is to extend the standard item master (MTL_SYSTEM_ITEMS_B) by providing a mandatory, organization-specific context for localization attributes, ensuring that item-level localization rules are correctly applied in transactional and reporting processes.
Key Information Stored
The table's structure is anchored by a composite primary key consisting of INVENTORY_ITEM_ID and ORGANIZATION_ID. This design enforces a one-to-one relationship with the item master at the organization level, meaning each item-organization combination can have only one set of localization setups. While the provided metadata does not list specific attribute columns, the table's description indicates it holds "localization item attributes." Based on the module's context, these attributes typically include critical regulatory details such as Excise Tariff Codes, CENVAT credit eligibility flags, VAT classifications, and other statutory identifiers mandated by specific Asia/Pacific jurisdictions. The foreign key relationship to MTL_SYSTEM_ITEMS_B validates that the item and organization exist in the core inventory system.
Common Use Cases and Queries
This table is primarily accessed for configuring items for localized transactions and for generating statutory reports. A common operational use case is verifying if an item has been set up for localization before processing a transaction like a goods receipt or invoice. For reporting, data from this table is often joined with transactional tables to compile excise or VAT registers. A fundamental query pattern retrieves the localization setup for a specific item in a given organization:
- SELECT * FROM jai.jai_inv_itm_setups js WHERE js.inventory_item_id = :p_item_id AND js.organization_id = :p_org_id;
Another typical query joins with the item master to list all items with their localization status:
- SELECT msi.segment1 item_code, msi.description, js.* FROM mtl_system_items_b msi LEFT JOIN jai.jai_inv_itm_setups js ON msi.inventory_item_id = js.inventory_item_id AND msi.organization_id = js.organization_id WHERE msi.organization_id = :p_org_id;
Related Objects
The JAI_INV_ITM_SETUPS table is a central reference point for numerous transactional and compliance tables within the JA localization schema, as evidenced by its extensive foreign key relationships. The documented child tables that reference its primary key (INVENTORY_ITEM_ID, ORGANIZATION_ID) include:
- JAI_CMN_RG_23AC_II_TRXS
- JAI_CMN_RG_23AC_I_TRXS
- JAI_CMN_RG_23D_TRXS
- JAI_CMN_RG_COMP_DTLS
- JAI_CMN_RG_I_TRXS
- JAI_CMN_RG_PLA_CMP_DTLS
- JAI_CMN_RG_PLA_TRXS
- JAI_OM_WSH_LINES_ALL
These relationships indicate that the item-level setups are directly used in recording transactions for various excise (RG) registers, component details, and shipping line integrations. The primary parent table is MTL_SYSTEM_ITEMS_B, which supplies the valid item and organization master data.
-
Table: JAI_INV_ITM_SETUPS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_INV_ITM_SETUPS, object_name:JAI_INV_ITM_SETUPS, status:VALID, product: JA - Asia/Pacific Localizations , description: Table stores about localization item attributes defined for item at org level. , implementation_dba_data: JA.JAI_INV_ITM_SETUPS ,
-
Table: JAI_INV_ITM_SETUPS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_INV_ITM_SETUPS, object_name:JAI_INV_ITM_SETUPS, status:VALID, product: JA - Asia/Pacific Localizations , description: Table stores about localization item attributes defined for item at org level. , implementation_dba_data: JA.JAI_INV_ITM_SETUPS ,
-
Table: JAI_CMN_RG_COMP_DTLS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_COMP_DTLS, object_name:JAI_CMN_RG_COMP_DTLS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores detailed balances of each excise component for every RG23A/C record , implementation_dba_data: JA.JAI_CMN_RG_COMP_DTLS ,
-
Table: JAI_CMN_RG_COMP_DTLS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_COMP_DTLS, object_name:JAI_CMN_RG_COMP_DTLS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores detailed balances of each excise component for every RG23A/C record , implementation_dba_data: JA.JAI_CMN_RG_COMP_DTLS ,
-
Table: JAI_CMN_RG_PLA_TRXS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_PLA_TRXS, object_name:JAI_CMN_RG_PLA_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the Transaction Information of PLA Register. , implementation_dba_data: JA.JAI_CMN_RG_PLA_TRXS ,
-
Table: JAI_CMN_RG_PLA_CMP_DTLS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_PLA_CMP_DTLS, object_name:JAI_CMN_RG_PLA_CMP_DTLS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores detailed balances of each excise component for every PLA record , implementation_dba_data: JA.JAI_CMN_RG_PLA_CMP_DTLS ,
-
Table: JAI_CMN_RG_PLA_CMP_DTLS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_PLA_CMP_DTLS, object_name:JAI_CMN_RG_PLA_CMP_DTLS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores detailed balances of each excise component for every PLA record , implementation_dba_data: JA.JAI_CMN_RG_PLA_CMP_DTLS ,
-
Table: JAI_CMN_RG_PLA_TRXS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_PLA_TRXS, object_name:JAI_CMN_RG_PLA_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the Transaction Information of PLA Register. , implementation_dba_data: JA.JAI_CMN_RG_PLA_TRXS ,
-
Table: JAI_CMN_RG_23D_TRXS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_23D_TRXS, object_name:JAI_CMN_RG_23D_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Quantity register for Trading Organizations , implementation_dba_data: JA.JAI_CMN_RG_23D_TRXS ,
-
Table: JAI_CMN_RG_23AC_I_TRXS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_23AC_I_TRXS, object_name:JAI_CMN_RG_23AC_I_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Information of RG23A/C records and known as Quantity Register. , implementation_dba_data: JA.JAI_CMN_RG_23AC_I_TRXS ,
-
Table: JAI_CMN_RG_23AC_I_TRXS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_23AC_I_TRXS, object_name:JAI_CMN_RG_23AC_I_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Information of RG23A/C records and known as Quantity Register. , implementation_dba_data: JA.JAI_CMN_RG_23AC_I_TRXS ,
-
Table: JAI_CMN_RG_23D_TRXS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_23D_TRXS, object_name:JAI_CMN_RG_23D_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Quantity register for Trading Organizations , implementation_dba_data: JA.JAI_CMN_RG_23D_TRXS ,
-
Table: JAI_CMN_RG_I_TRXS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_I_TRXS, object_name:JAI_CMN_RG_I_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Information required for RG 1 Register. It is a Quantity Register. , implementation_dba_data: JA.JAI_CMN_RG_I_TRXS ,
-
Table: JAI_CMN_RG_I_TRXS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_I_TRXS, object_name:JAI_CMN_RG_I_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Information required for RG 1 Register. It is a Quantity Register. , implementation_dba_data: JA.JAI_CMN_RG_I_TRXS ,
-
Table: JAI_CMN_RG_23AC_II_TRXS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_23AC_II_TRXS, object_name:JAI_CMN_RG_23AC_II_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Information of RG23A/C Part II Details. Also known as Amount Register , implementation_dba_data: JA.JAI_CMN_RG_23AC_II_TRXS ,
-
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 ,
-
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 ,
-
Table: JAI_CMN_RG_23AC_II_TRXS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_23AC_II_TRXS, object_name:JAI_CMN_RG_23AC_II_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Information of RG23A/C Part II Details. Also known as Amount Register , implementation_dba_data: JA.JAI_CMN_RG_23AC_II_TRXS ,
-
View: JAI_OE_MATCH_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_OE_MATCH_LINES_V, object_name:JAI_OE_MATCH_LINES_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_OE_MATCH_LINES_V ,
-
View: JAI_OE_MATCH_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_OE_MATCH_LINES_V, object_name:JAI_OE_MATCH_LINES_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_OE_MATCH_LINES_V ,
-
View: JAI_RCV_CLAIM_MODVAT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_RCV_CLAIM_MODVAT_V, object_name:JAI_RCV_CLAIM_MODVAT_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_RCV_CLAIM_MODVAT_V ,
-
View: JAI_RCV_CLAIM_MODVAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_RCV_CLAIM_MODVAT_V, object_name:JAI_RCV_CLAIM_MODVAT_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_RCV_CLAIM_MODVAT_V ,