Search Results transaction_uom_code
Overview
APPS.JAI_RCV_RG_QUANTITY_V is a reporting view in Oracle E-Business Suite that consolidates receipt-based quantity information captured in the Indian excise registers maintained by the JAI (India Localization) module. It presents a unified, read-only projection of goods received quantities drawn from three separate statutory register tables, exposing them through a single consistent column set. In Oracle EBS 12.1.1 and 12.2.2, this view is primarily used to support excise and VAT reporting, reconciliation of receipt quantities against register balances, and downstream reporting or integration queries that require a normalized quantity figure regardless of which register originally held the transaction.
A defining characteristic of the view is the TRANSACTION_SOURCE_NUM = 18 filter applied to every branch of the underlying UNION, which restricts the result set to receipt-based movements. This aligns the view with Receiving (RCV) activity, consistent with its JAI_RCV naming prefix.
Underlying Base Objects
The view is defined over three documented base objects, all accessed through public synonyms owned by APPS:
- JAI_CMN_RG_23AC_I_TRXS — the RG23A and RG23C Part I register transaction table. The view decodes
REGISTER_TYPEto distinguish the two registers ('A'becomes'RG23A - PartI', otherwise'RG23C - PartI') and exposesRECEIPT_REFas the transaction identifier. - JAI_CMN_RG_I_TRXS — the RG-I register transaction table. Here the transaction identifier is sourced from
REF_DOC_NO, the register label is hard-coded as'RG-I', and the quantity is derived from theMANUFACTURED_QTYcolumn. - JAI_CMN_RG_23D_TRXS — the RG23D register transaction table. The transaction identifier is
TO_CHAR(RECEIPT_REF), the register label is'RG23D', and the invoice reference comes fromCOMM_INVOICE_NOandCOMM_INVOICE_DATE.
The three branches are combined with UNION ALL for the first two and UNION for the third, yielding a de-duplicated, register-agnostic result set. All three branches apply the same source-number filter.
Key Columns
- TRANSACTION_ID — the receipt reference or document number identifying the movement.
- REGISTER — the statutory register name (RG23A-PartI, RG23C-PartI, RG-I, or RG23D).
- ORGANIZATION_ID / LOCATION_ID — the inventory organization and location context.
- FIN_YEAR — the financial year of the register entry.
- SLNO / REGISTER_ID — the serial number and register instance identifier.
- EXCISE_INVOICE_NUMBER / EXCISE_INVOICE_DATE — excise or commercial invoice reference (mapped from
EXCISE_INVOICE_NO,COMM_INVOICE_NO, and the corresponding date columns). - CREATION_DATE — truncated creation date of the register record.
- PRIMARY_UOM / TRANSACTION_UOM — the primary and transaction units of measure.
- QUANTITY_RECEIVED — the central measure, sourced from
QUANTITY_RECEIVEDin the RG23A/C and RG23D tables and fromMANUFACTURED_QTYin the RG-I branch.
Common Use Cases and Queries
Typical scenarios include tracing the register context of a received quantity, reconciling excise register totals against receipt data, and generating quantity-based audit extracts.
SELECT register, transaction_id, quantity_received
FROM apps.jai_rcv_rg_quantity_v
WHERE organization_id = :org_id
AND fin_year = :fin_year;
Aggregation by register is common for statutory summaries:
SELECT register, SUM(quantity_received) total_qty
FROM apps.jai_rcv_rg_quantity_v
GROUP BY register;
Because the view is a UNION, queries filtering on EXCISE_INVOICE_NUMBER or TRANSACTION_ID are effective for locating a specific movement across registers. As with all such views, no DML is permitted; it is intended strictly for query and reporting purposes.
-
VIEW: APPS.JAI_RCV_RG_QUANTITY_V
12.1.1
-
VIEW: APPS.JAI_RCV_RG_QUANTITY_V
12.2.2
-
VIEW: INV.MTL_ONHAND_DISCREPANCIES#
12.2.2
-
VIEW: INV.MTL_ONHAND_QUANTITIES_D_BKP#
12.2.2
-
VIEW: INV.MTL_MOQD_BACKUP#
12.2.2
-
VIEW: CSI.CSI_TRANSACTIONS#
12.2.2
-
VIEW: INV.MTL_ONHAND_QUANTITIES_DETAIL#
12.2.2
-
APPS.MTL_MOVEMENT_STAT_PKG SQL Statements
12.1.1
-
VIEW: JA.JAI_CMN_RG_I_TRXS#
12.2.2
-
VIEW: APPS.CSD_RETURNS_BI_MTL_TXNS_V
12.2.2
-
VIEW: JA.JAI_CMN_RG_23D_TRXS#
12.2.2
-
APPS.OPI_DBI_WMS_RTP_F_C SQL Statements
12.1.1
-
VIEW: GMF.GMF_LC_ADJ_TRANSACTIONS#
12.2.2
-
APPS.MTL_MOVEMENT_STAT_PKG SQL Statements
12.2.2
-
TABLE: OPI.OPI_DBI_WMS_UOM_RATES
12.1.1
owner:OPI, object_type:TABLE, object_name:OPI_DBI_WMS_UOM_RATES, status:VALID,
-
APPS.INV_REDUCE_MOQD_PVT SQL Statements
12.1.1
-
VIEW: WMS.WMS_DISPATCHED_TASKS_ARCH#
12.2.2
-
View: JAI_RCV_RG_QUANTITY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_RCV_RG_QUANTITY_V, object_name:JAI_RCV_RG_QUANTITY_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_RCV_RG_QUANTITY_V ,
-
VIEW: WMS.WMS_DISPATCHED_TASKS_HISTORY#
12.2.2
-
View: JAI_RCV_RG_QUANTITY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_RCV_RG_QUANTITY_V, object_name:JAI_RCV_RG_QUANTITY_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_RCV_RG_QUANTITY_V ,
-
VIEW: JA.JAI_CMN_RG_23AC_I_TRXS#
12.2.2
-
APPS.INV_REDUCE_MOQD_PVT SQL Statements
12.2.2
-
View: CSI_SYSTEMS_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_SYSTEMS_TRANSACTIONS_V, object_name:CSI_SYSTEMS_TRANSACTIONS_V, status:VALID, product: CSI - Install Base , description: Systems transactions View , implementation_dba_data: APPS.CSI_SYSTEMS_TRANSACTIONS_V ,
-
View: CSI_TXN_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_TXN_DETAILS_V, object_name:CSI_TXN_DETAILS_V, status:VALID, product: CSI - Install Base , description: Instance Transaction Details View , implementation_dba_data: APPS.CSI_TXN_DETAILS_V ,
-
VIEW: INV.MTL_ONHAND_DISCREPANCIES#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_ONHAND_DISCREPANCIES#, status:VALID,
-
TABLE: INV.MTL_ONHAND_DISCREPANCIES
12.2.2
owner:INV, object_type:TABLE, object_name:MTL_ONHAND_DISCREPANCIES, status:VALID,
-
TABLE: INV.MTL_ONHAND_QUANTITIES_D_BKP
12.2.2
owner:INV, object_type:TABLE, object_name:MTL_ONHAND_QUANTITIES_D_BKP, status:VALID,
-
VIEW: INV.MTL_MOQD_BACKUP#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_MOQD_BACKUP#, status:VALID,
-
View: CSI_TXN_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_TXN_DETAILS_V, object_name:CSI_TXN_DETAILS_V, status:VALID, product: CSI - Install Base , description: Instance Transaction Details View , implementation_dba_data: APPS.CSI_TXN_DETAILS_V ,
-
VIEW: GMF.GMF_LC_ADJ_TRANSACTIONS#
12.2.2
owner:GMF, object_type:VIEW, object_name:GMF_LC_ADJ_TRANSACTIONS#, status:VALID,
-
TABLE: INV.MTL_ONHAND_QUANTITIES_D_BKP
12.1.1
owner:INV, object_type:TABLE, object_name:MTL_ONHAND_QUANTITIES_D_BKP, status:VALID,
-
VIEW: APPS.CSD_RETURNS_BI_MTL_TXNS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:CSD_RETURNS_BI_MTL_TXNS_V, status:VALID,
-
VIEW: INV.MTL_ONHAND_QUANTITIES_D_BKP#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_ONHAND_QUANTITIES_D_BKP#, status:VALID,
-
View: CSI_SYSTEMS_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_SYSTEMS_TRANSACTIONS_V, object_name:CSI_SYSTEMS_TRANSACTIONS_V, status:VALID, product: CSI - Install Base , description: Systems transactions View , implementation_dba_data: APPS.CSI_SYSTEMS_TRANSACTIONS_V ,
-
VIEW: INV.MTL_ONHAND_QUANTITIES_DETAIL#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_ONHAND_QUANTITIES_DETAIL#, status:VALID,
-
TABLE: INV.MTL_ONHAND_DISCREPANCIES
12.1.1
owner:INV, object_type:TABLE, object_name:MTL_ONHAND_DISCREPANCIES, status:VALID,
-
VIEW: INV.MTL_MOVEMENT_STATISTICS#
12.2.2
-
View: GMF_LC_ADJ_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_LC_ADJ_HEADERS_V, object_name:GMF_LC_ADJ_HEADERS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View used to store LC adjustments will be populated by LCM tables , implementation_dba_data: APPS.GMF_LC_ADJ_HEADERS_V ,
-
VIEW: CSI.CSI_TRANSACTIONS#
12.2.2
owner:CSI, object_type:VIEW, object_name:CSI_TRANSACTIONS#, status:VALID,
-
VIEW: APPS.CSI_TXN_DETAILS_V
12.2.2
-
VIEW: APPS.CSI_TXN_DETAILS_V
12.1.1
-
VIEW: APPS.CSI_SYSTEMS_TRANSACTIONS_V
12.2.2
-
VIEW: APPS.CSI_SYSTEMS_TRANSACTIONS_V
12.1.1
-
VIEW: APPS.CSI_INST_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INST_TRANSACTIONS_V, object_name:CSI_INST_TRANSACTIONS_V, status:VALID,
-
VIEW: WMS.WMS_DISPATCHED_TASKS_HISTORY#
12.2.2
owner:WMS, object_type:VIEW, object_name:WMS_DISPATCHED_TASKS_HISTORY#, status:VALID,
-
PACKAGE BODY: APPS.OPI_DBI_WMS_RTP_F_C
12.1.1
-
VIEW: APPS.GMF_LC_ADJ_HEADERS_V
12.2.2
-
VIEW: WMS.WMS_DISPATCHED_TASKS_ARCH#
12.2.2
owner:WMS, object_type:VIEW, object_name:WMS_DISPATCHED_TASKS_ARCH#, status:VALID,
-
VIEW: APPS.CSI_TXN_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_TXN_DETAILS_V, object_name:CSI_TXN_DETAILS_V, status:VALID,
-
VIEW: APPS.CSI_TXN_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_TXN_DETAILS_V, object_name:CSI_TXN_DETAILS_V, status:VALID,