Search Results jai_om_wsh_lines_all
Overview
The JAI_OM_WSH_LINES_ALL table is a core localization data repository within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Asia/Pacific (JA) region. Its primary function is to capture and persist country-specific transactional information at the granularity of a picking or delivery line. This table acts as a critical junction, linking standard Oracle Shipping (WSH) and Order Management (OM) entities with localized tax, regulatory, and organizational data mandated for compliant operations in supported countries. It is a mandatory table for the JA localization and is instantiated for each operating unit (ORG_ID) where the localization is active.
Key Information Stored
The table's structure is defined by its integration with foundational EBS modules. Its primary key (JAI_OM_WSH_LINES_ALL_PK) is the DELIVERY_DETAIL_ID, creating a one-to-one relationship with a line in WSH_DELIVERY_DETAILS. A unique key also enforces the combination of DELIVERY_ID and DELIVERY_DETAIL_ID. Key stored data elements, as indicated by its foreign key relationships, include identifiers for the originating sales order (ORDER_HEADER_ID, ORDER_LINE_ID, ORDER_TYPE_ID), the picking batch (PICKING_HEADER_ID, PICKING_LINE_ID), the customer (CUSTOMER_ID), and the ship-to location (SHIP_TO_ORG_ID). Crucially for localization, it links to the inventory organization (ORGANIZATION_ID), specific inventory item (INVENTORY_ITEM_ID), and the applicable tax category (TAX_CATEGORY_ID) from localization setup tables like JAI_CMN_INVENTORY_ORGS and JAI_CMN_TAX_CTGS_ALL.
Common Use Cases and Queries
This table is central to generating localized tax invoices, excise reports, and other statutory documents. Common operational and reporting queries involve joining this table to both standard and localization objects. A typical pattern retrieves all localized delivery lines for a specific sales order or delivery to calculate region-specific taxes. For auditing, one might query the linkage between a delivery detail and its associated localization setup.
- Sample Query for Delivery Line Localization Context:
SELECT jomwla.*, wdd.source_line_id
FROM jai_om_wsh_lines_all jomwla,
wsh_delivery_details wdd
WHERE jomwla.delivery_detail_id = wdd.delivery_detail_id
AND wdd.delivery_id = :p_delivery_id; - Integration Point: Data in this table is populated during the pick-confirm and ship-confirm processes via localization-specific hooks or APIs, ensuring the localized attributes are stamped on the transaction before it is completed.
Related Objects
JAI_OM_WSH_LINES_ALL has extensive dependencies, as shown by its foreign keys. It is a parent to the JAI_OM_WSH_LINE_TAXES table, which holds the calculated tax amounts for each line. Its major foreign key relationships integrate it with the following key EBS entities:
- Shipping Execution: WSH_NEW_DELIVERIES, WSH_DELIVERY_DETAILS.
- Order Management: OE_ORDER_HEADERS_ALL, OE_ORDER_LINES_ALL, OE_TRANSACTION_TYPES_ALL.
- Inventory/Picking: SO_PICKING_HEADERS_ALL, SO_PICKING_LINES_ALL.
- Localization Setup: JAI_CMN_INVENTORY_ORGS, JAI_CMN_TAX_CTGS_ALL, JAI_INV_ITM_SETUPS.
- Trading Community & HRMS: HZ_PARTIES (Customer), HR_ALL_ORGANIZATION_UNITS (Org, Ship-to).
This network of relationships underscores its role as the central linchpin connecting transactional flows to the JA localization's compliance engine.
-
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_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 ,
-
APPS.JAI_RCV_TAX_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.1.1
-
APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.1.1
-
APPS.JAI_OM_WSH_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.1.1
-
APPS.JAI_CMN_ST_FORMS_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.1.1
-
APPS.JA_JAINVAR_XMLP_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.1.1
-
APPS.JAI_OM_TAX_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JAI_AR_TAX_LINES_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JA_JAIN23C1_XMLP_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JAI_AR_SUP_TRX_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JAI_OM_WSH_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JAI_CMN_ST_FORMS_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JAI_RCV_TAX_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JAI_CMN_RGM_PROCESSING_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.1.1
-
APPS.JA_JAINARE1_XMLP_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.1.1
-
APPS.JAI_OM_WDD_PROCESSING_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JAI_OM_TAX_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.1.1
-
APPS.JAI_AR_RCTA_TRIGGER_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JAI_OM_WDD_TRIGGER_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JAI_AR_TRX_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.1.1
-
APPS.JA_JAINARE1_XMLP_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JAI_AR_IMPORT_SYNC_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JA_JAINVATR_XMLP_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.1.1
-
APPS.JAI_RCV_EXCISE_PROCESSING_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.1.1
-
APPS.JAI_CMN_RGM_VAT_ACCNT_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.1.1
-
APPS.JAI_CMN_RGM_VAT_ACCNT_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JA_JAINVAR_XMLP_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JAI_OM_RG_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.1.1
-
APPS.JAI_CMN_OM_AR_PROCESSING_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JA_JAINRG1_XMLP_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JA_JAINVATR_XMLP_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JAI_AR_SUP_TRX_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.1.1
-
APPS.JAI_OM_RG_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.1.1
-
APPS.JAI_CMN_RGM_VAT_ACCNT_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.1.1
-
APPS.JAI_CMN_RGM_PROCESSING_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.1.1
-
APPS.JAI_RCV_EXCISE_PROCESSING_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JAI_OE_OLA_TRIGGER_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.1.1
-
APPS.JAI_AR_RCTLA_TRIGGER_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.1.1
-
APPS.JAI_AR_TRX_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JAI_CMN_RGM_PROCESSING_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JAI_AR_IMPORT_POPU_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JAI_OM_RMA_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JAI_CMN_OM_AR_PROCESSING_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JAI_CMN_GST_INV_GEN_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2
-
APPS.JAI_OM_TAX_PROCESSING_PKG dependencies on JAI_OM_WSH_LINES_ALL
12.2.2