Search Results jai_cmn_inventory_orgs
Overview
The JAI_CMN_INVENTORY_ORGS table is a core setup entity within the Oracle E-Business Suite Asia/Pacific Localizations module, specifically designed for implementations in India. Its primary role is to serve as a central repository linking inventory organizations and their physical locations to the specific accounting and regulatory information mandated by Indian tax and excise laws. This table acts as a critical junction point, extending the standard Oracle Inventory and HR organizational structures by appending localization-specific attributes. It is essential for the accurate processing of transactions, calculation of taxes like MODVAT (now CENVAT), and generation of statutory reports such as RG registers. The table's validity in both EBS 12.1.1 and 12.2.2 underscores its continued importance in the localized financial and logistics architecture.
Key Information Stored
The table stores a combination of organizational identifiers and dedicated general ledger account mappings. The primary organizational data includes the ORGANIZATION_ID (linking to HR_ALL_ORGANIZATION_UNITS), LOCATION_ID (linking to HR_LOCATIONS_ALL), and MASTER_ORGANIZATION_ID. A critical regulatory field is the EC Code (Excisable Commodity Code), which identifies the product category for excise purposes. The table's defining feature is its extensive set of foreign keys to GL_CODE_COMBINATIONS, which store the specific account IDs for various localized transactions. These accounts include, but are not limited to, the RTV Expense Account, MODVAT Reverse Account, Scrap Cost Account, and accounts for MODVAT on Raw Materials (RM), Capital Goods (CG), and PLA (Personal Ledger Account). It also holds accounts for BOE (Bill of Entry), RG Rounding, and CESS Paid/Payable.
Common Use Cases and Queries
This table is primarily accessed during transaction posting (e.g., goods receipt, invoice creation) to determine the correct excise and accounting treatment based on the involved organization and location. It is also central to statutory reporting for excise. A common reporting query involves joining the table to HR and GL tables to list the complete setup for all inventory organizations. For troubleshooting or validation, one might query for organizations missing critical account assignments. Sample SQL to retrieve the basic setup with account codes often follows this pattern:
- SELECT jcio.organization_id, haou.name org_name, jcio.location_id, hl.location_code, jcio.ec_code, gcc_rv.segment1 AS rtv_expense_acc
- FROM jai_cmn_inventory_orgs jcio,
- hr_all_organization_units haou,
- hr_locations_all hl,
- gl_code_combinations gcc_rv
- WHERE jcio.organization_id = haou.organization_id
- AND jcio.location_id = hl.location_id
- AND jcio.rtv_expense_account_id = gcc_rv.code_combination_id(+);
Related Objects
JAI_CMN_INVENTORY_ORGS maintains extensive relationships with both core and localized tables, as documented by its foreign key constraints. It is a parent table to several key localization transaction tables, including JAI_CMN_RG_BALANCES and JAI_CMN_RG_OTH_BALANCES (via ORG_UNIT_ID), and JAI_OM_OE_BOND_REG_HDRS and JAI_OM_WSH_LINES_ALL (via the composite ORGANIZATION_ID and LOCATION_ID). As a child table, it references core EBS entities to ensure data integrity: HR_ALL_ORGANIZATION_UNITS (for ORGANIZATION_ID and MASTER_ORGANIZATION_ID), HR_LOCATIONS_ALL (for LOCATION_ID), and GL_CODE_COMBINATIONS for its numerous accounting fields (e.g., RTV_EXPENSE_ACCOUNT_ID, MODVAT_REVERSE_ACCOUNT_ID). This web of relationships positions it as a fundamental hub between standard Oracle functionality and India-specific compliance logic.
-
Table: JAI_CMN_INVENTORY_ORGS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_INVENTORY_ORGS, object_name:JAI_CMN_INVENTORY_ORGS, status:VALID, product: JA - Asia/Pacific Localizations , description: Setup table for India Org and Locations to store EC Code and accounting info. , implementation_dba_data: JA.JAI_CMN_INVENTORY_ORGS ,
-
Table: JAI_CMN_INVENTORY_ORGS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_INVENTORY_ORGS, object_name:JAI_CMN_INVENTORY_ORGS, status:VALID, product: JA - Asia/Pacific Localizations , description: Setup table for India Org and Locations to store EC Code and accounting info. , implementation_dba_data: JA.JAI_CMN_INVENTORY_ORGS ,
-
View: JAI_CMN_ORG_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_CMN_ORG_DTLS_V, object_name:JAI_CMN_ORG_DTLS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_CMN_ORG_DTLS_V ,
-
View: JAI_CMN_ORG_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_CMN_ORG_DTLS_V, object_name:JAI_CMN_ORG_DTLS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_CMN_ORG_DTLS_V ,
-
View: JAI_CMN_HR_LOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_CMN_HR_LOCATIONS_V, object_name:JAI_CMN_HR_LOCATIONS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_CMN_HR_LOCATIONS_V ,
-
Table: JAI_OM_OE_BOND_REG_HDRS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_OM_OE_BOND_REG_HDRS, object_name:JAI_OM_OE_BOND_REG_HDRS, status:VALID, product: JA - Asia/Pacific Localizations , description: This table holds the details of register types for an organization and location. , implementation_dba_data: JA.JAI_OM_OE_BOND_REG_HDRS ,
-
Table: JAI_CMN_RG_BALANCES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_BALANCES, object_name:JAI_CMN_RG_BALANCES, status:VALID, product: JA - Asia/Pacific Localizations , description: Store the current balances of RG23A, RG23C and PLA Registers. , implementation_dba_data: JA.JAI_CMN_RG_BALANCES ,
-
View: JAI_CMN_HR_LOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_CMN_HR_LOCATIONS_V, object_name:JAI_CMN_HR_LOCATIONS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_CMN_HR_LOCATIONS_V ,
-
Table: JAI_CMN_RG_BALANCES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_BALANCES, object_name:JAI_CMN_RG_BALANCES, status:VALID, product: JA - Asia/Pacific Localizations , description: Store the current balances of RG23A, RG23C and PLA Registers. , implementation_dba_data: JA.JAI_CMN_RG_BALANCES ,
-
Table: JAI_CMN_RG_OTH_BALANCES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_OTH_BALANCES, object_name:JAI_CMN_RG_OTH_BALANCES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the current balances for organization, location, register and tax type , implementation_dba_data: JA.JAI_CMN_RG_OTH_BALANCES ,
-
Table: JAI_CMN_RG_OTH_BALANCES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_OTH_BALANCES, object_name:JAI_CMN_RG_OTH_BALANCES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the current balances for organization, location, register and tax type , implementation_dba_data: JA.JAI_CMN_RG_OTH_BALANCES ,
-
Table: JAI_OM_OE_BOND_REG_HDRS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_OM_OE_BOND_REG_HDRS, object_name:JAI_OM_OE_BOND_REG_HDRS, status:VALID, product: JA - Asia/Pacific Localizations , description: This table holds the details of register types for an organization and location. , implementation_dba_data: JA.JAI_OM_OE_BOND_REG_HDRS ,
-
View: JAI_PO_VENDOR_NAMES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_PO_VENDOR_NAMES_V, object_name:JAI_PO_VENDOR_NAMES_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_PO_VENDOR_NAMES_V ,
-
View: JAI_CMN_VENDOR_ADDRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_CMN_VENDOR_ADDRESS_V, object_name:JAI_CMN_VENDOR_ADDRESS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_CMN_VENDOR_ADDRESS_V ,
-
View: JAI_CMN_VENDOR_NAME_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_CMN_VENDOR_NAME_V, object_name:JAI_CMN_VENDOR_NAME_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_CMN_VENDOR_NAME_V ,
-
View: JAI_PO_VENDOR_NAMES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_PO_VENDOR_NAMES_V, object_name:JAI_PO_VENDOR_NAMES_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_PO_VENDOR_NAMES_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 ,
-
View: JAI_CMN_VENDOR_ADDRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_CMN_VENDOR_ADDRESS_V, object_name:JAI_CMN_VENDOR_ADDRESS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_CMN_VENDOR_ADDRESS_V ,
-
View: JAI_CMN_CUSTOMER_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_CMN_CUSTOMER_DTLS_V, object_name:JAI_CMN_CUSTOMER_DTLS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_CMN_CUSTOMER_DTLS_V ,
-
View: JAI_CMN_VENDOR_NAME_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_CMN_VENDOR_NAME_V, object_name:JAI_CMN_VENDOR_NAME_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_CMN_VENDOR_NAME_V ,
-
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_CMN_CUSTOMER_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_CMN_CUSTOMER_DTLS_V, object_name:JAI_CMN_CUSTOMER_DTLS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_CMN_CUSTOMER_DTLS_V ,
-
View: JAI_CMN_RG_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_CMN_RG_BALANCES_V, object_name:JAI_CMN_RG_BALANCES_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_CMN_RG_BALANCES_V ,
-
View: JAI_CMN_RG_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_CMN_RG_BALANCES_V, object_name:JAI_CMN_RG_BALANCES_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_CMN_RG_BALANCES_V ,
-
View: JAI_CMN_PLA_REGISTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_CMN_PLA_REGISTER_V, object_name:JAI_CMN_PLA_REGISTER_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_CMN_PLA_REGISTER_V ,
-
View: JAI_CMN_PLA_REGISTER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_CMN_PLA_REGISTER_V, object_name:JAI_CMN_PLA_REGISTER_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_CMN_PLA_REGISTER_V ,
-
View: JAI_CMN_CUST_ADDRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_CMN_CUST_ADDRESS_V, object_name:JAI_CMN_CUST_ADDRESS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_CMN_CUST_ADDRESS_V ,
-
View: JAI_CMN_CUST_ADDRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_CMN_CUST_ADDRESS_V, object_name:JAI_CMN_CUST_ADDRESS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_CMN_CUST_ADDRESS_V ,
-
View: JAI_RG_FUND_TRF_AEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_RG_FUND_TRF_AEL_V, object_name:JAI_RG_FUND_TRF_AEL_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_RG_FUND_TRF_AEL_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 ,
-
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 ,