Search Results jai_inv_subinv_dtls
Overview
JAI_INV_SUBINV_DTLS is a table owned by the JA schema and delivered as part of the Asia/Pacific Localizations module in Oracle EBS 12.1.1 and 12.2.2. The table stores information about subinventories belonging to a specific inventory organization and physical location. It extends the standard Oracle Inventory subinventory model by associating each subinventory with a location and by capturing regional attributes such as BONDED and TRADING, which are relevant to customs, excise, and bonded-warehouse reporting requirements across Asia/Pacific legislations.
From a modeling perspective, the heuristic Data Vault classification for this object is link. The table primarily resolves relationships between an inventory organization (HR_ALL_ORGANIZATION_UNITS) and a location (HR_LOCATIONS_ALL), qualified by the subinventory name. It is not a standalone hub because it references external business entities rather than defining its own, and it carries limited descriptive context rather than a full satellite payload of historical attributes.
Key Information Stored
The documented physical schema contains 11 columns. The most significant are:
ORGANIZATION_ID— identifies the inventory organization that owns the subinventory; foreign key toHR_ALL_ORGANIZATION_UNITS.LOCATION_ID— identifies the physical location associated with the subinventory; foreign key toHR_LOCATIONS_ALL.SUB_INVENTORY_NAME— the descriptive name of the subinventory within the organization and location.BONDED— indicates whether the subinventory is treated as a bonded (customs-controlled) warehouse.TRADING— identifies whether the subinventory is used for trading purposes, supporting localization reporting.OBJECT_VERSION_NUMBER— the optimistic-locking column used by the Oracle EBS framework.CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN— the standard WHO audit columns that track record provenance and change history.
The surrogate primary key is defined by JAI_INV_SUBINV_DTLS_PK, which is a composite key over (ORGANIZATION_ID, LOCATION_ID, SUB_INVENTORY_NAME). Because the same unique index also functions as the business-key candidate, the primary key and the natural business key coincide in the documented metadata.
Common Use Cases and Queries
Typical usage centers on identifying subinventories by organization and location, and on reporting bonded or trading subinventories for local regulatory purposes. A common query pattern joins the table to organization and location tables:
- Resolving organization names: join
ORGANIZATION_IDtoHR_ALL_ORGANIZATION_UNITS.ORGANIZATION_ID. - Resolving location details: join
LOCATION_IDtoHR_LOCATIONS_ALL.LOCATION_ID. - Filtering for bonded warehouses:
WHERE BONDED = 'Y'. - Filtering for trading subinventories:
WHERE TRADING = 'Y'. - Reporting the subinventory landscape per organization: grouping by
ORGANIZATION_IDandLOCATION_ID.
These patterns are used in localization reporting extracts, customs reconciliations, and integration routines that need to resolve the physical location of a subinventory for a given inventory organization.
Related Objects
The following objects are most directly related through the documented foreign keys and shared subinventory identification:
HR_ALL_ORGANIZATION_UNITS— referenced viaJAI_INV_SUBINV_DTLS.ORGANIZATION_ID.HR_LOCATIONS_ALL— referenced viaJAI_INV_SUBINV_DTLS.LOCATION_ID.MTL_SECONDARY_INVENTORIES— the standard subinventory definition table, joined on organization and subinventory name.MTL_PARAMETERS— defines the inventory organization and is joined onORGANIZATION_ID.MTL_ITEM_LOCATIONS— links subinventories to locations and is joined on organization, subinventory, and location.
Together these objects provide the organizational, locational, and inventory context required to interpret the rows held in JAI_INV_SUBINV_DTLS.
-
Table: JAI_INV_SUBINV_DTLS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_INV_SUBINV_DTLS, object_name:JAI_INV_SUBINV_DTLS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores information of sub inventories belonging to an organization and location. , implementation_dba_data: JA.JAI_INV_SUBINV_DTLS ,
-
Table: JAI_INV_SUBINV_DTLS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_INV_SUBINV_DTLS, object_name:JAI_INV_SUBINV_DTLS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores information of sub inventories belonging to an organization and location. , implementation_dba_data: JA.JAI_INV_SUBINV_DTLS ,
-
VIEW: JA.JAI_INV_SUBINV_DTLS#
12.2.2
owner:JA, object_type:VIEW, object_name:JAI_INV_SUBINV_DTLS#, status:VALID,
-
SYNONYM: APPS.JAI_INV_SUBINV_DTLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JAI_INV_SUBINV_DTLS, status:VALID,
-
VIEW: JA.JAI_INV_SUBINV_DTLS#
12.2.2
-
SYNONYM: APPS.JAI_INV_SUBINV_DTLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JAI_INV_SUBINV_DTLS, status:VALID,
-
VIEW: APPS.JAI_OE_MATCH_LINES_V
12.1.1
-
TABLE: JA.JAI_INV_SUBINV_DTLS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_INV_SUBINV_DTLS, object_name:JAI_INV_SUBINV_DTLS, status:VALID,
-
TABLE: JA.JAI_INV_SUBINV_DTLS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_INV_SUBINV_DTLS, object_name:JAI_INV_SUBINV_DTLS, status:VALID,
-
VIEW: APPS.JAI_OE_MATCH_LINES_V
12.2.2
-
PACKAGE BODY: APPS.JAI_RCV_UTILS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_RCV_UTILS_PKG, status:VALID,
-
VIEW: APPS.JAI_RCV_CLAIM_MODVAT_V
12.1.1
-
VIEW: APPS.JAI_RCV_CLAIM_MODVAT_V
12.2.2
-
PACKAGE BODY: APPS.JAI_RCV_UTILS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_RCV_UTILS_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_INV_MMT_TRIGGER_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_INV_MMT_TRIGGER_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_RCV_RT_TRIGGER_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_RCV_RT_TRIGGER_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_INV_MMT_TRIGGER_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_INV_MMT_TRIGGER_PKG, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.JAI_RCV_RT_TRIGGER_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_RCV_RT_TRIGGER_PKG, status:VALID,
-
APPS.JAI_RCV_UTILS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.JAI_RCV_RGM_CLAIMS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_RCV_RGM_CLAIMS_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_RCV_RGM_CLAIMS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_RCV_RGM_CLAIMS_PKG, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.JAI_OE_OLA_TRIGGER_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_OE_OLA_TRIGGER_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_OM_TAX_PROCESSING_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_OM_TAX_PROCESSING_PKG, status:VALID,
-
APPS.JAI_RCV_UTILS_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JAI_RCV_TAX_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_RCV_TAX_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_OM_WDD_TRIGGER_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_OM_WDD_TRIGGER_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_AR_RCTLA_TRIGGER_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_AR_RCTLA_TRIGGER_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_RCV_TRX_PROCESSING_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_RCV_TRX_PROCESSING_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_OM_WDD_PROCESSING_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_OM_WDD_PROCESSING_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_RCV_TRX_PROCESSING_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_RCV_TRX_PROCESSING_PKG, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
PACKAGE BODY: APPS.JAI_OM_WSH_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_OM_WSH_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_OM_WSH_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_OM_WSH_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_MTL_TRXS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_MTL_TRXS_PKG, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.JAI_AR_RCTLA_TRIGGER_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_AR_RCTLA_TRIGGER_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_OM_WDD_TRIGGER_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_OM_WDD_TRIGGER_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_AR_IMPORT_POPU_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_AR_IMPORT_POPU_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_RCV_TAX_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_RCV_TAX_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_MTL_TRXS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_MTL_TRXS_PKG, status:VALID,
-
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 ,
-
APPS.JAI_OM_WDD_PROCESSING_PKG SQL Statements
12.2.2
-
VIEW: APPS.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,
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.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,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2