Search Results jai_cmn_rg_round_lines
Overview
The JAI_CMN_RG_ROUND_LINES table is a core data object within the Oracle E-Business Suite Asia/Pacific Localizations module (product JA). Its primary function is to store detailed transactional line-level data that has been specifically considered for tax rounding calculations. This table operates as a child or detail table, capturing the granular information for each rounding event managed by the system. Its existence is critical for compliance with regional tax regulations in supported Asia/Pacific countries, where specific rules govern how tax amounts are rounded on invoices, receipts, and other financial documents. The table ensures a detailed audit trail of the rounding process by linking source transaction lines to the rounding logic applied.
Key Information Stored
The table's structure is designed to link rounding events to their source transactions and execution context. The primary key is ROUNDING_LINE_ID, which uniquely identifies each record. The most significant foreign key column is ROUNDING_ID, which ties each line to its parent header record in the JAI_CMN_RG_ROUND_HDRS table. To establish the connection to the original business transaction, the table stores SRC_LINE_ID and SRC_TRANSACTION_ID, which reference RCV_SHIPMENT_LINES and RCV_TRANSACTIONS, respectively, indicating its strong integration with the Receiving transactions. Furthermore, it includes standard Oracle EBS program execution columns—PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_LOGIN_ID, and REQUEST_ID—linking to FND_CONCURRENT_PROGRAMS, FND_LOGINS, and FND_CONCURRENT_REQUESTS. This provides full visibility into which concurrent process or user session initiated the rounding calculation for audit purposes.
Common Use Cases and Queries
A primary use case is auditing and reconciling tax calculations on received shipments. Analysts may query this table to verify which transaction lines had rounding applied and trace the rounding amounts back to the source. A common reporting pattern involves joining to the related header and source transaction tables. For example, to list all rounded lines for a specific receiving transaction, one might use a query such as:
- SELECT rl.*, rt.transaction_id, rt.transaction_date FROM jai_cmn_rg_round_lines rl, rcv_transactions rt WHERE rl.src_transaction_id = rt.transaction_id AND rt.transaction_id = :p_trx_id;
Another critical scenario is troubleshooting rounding discrepancies. Support personnel can join to FND_CONCURRENT_REQUESTS using REQUEST_ID to identify the specific job run that processed the rounding, reviewing logs and parameters for error analysis. The table is essential for generating localized tax reports that must explicitly show rounded versus unrounded tax amounts to meet statutory requirements.
Related Objects
The JAI_CMN_RG_ROUND_LINES table has defined foreign key relationships with several key EBS tables, as documented in the ETRM metadata. These relationships are fundamental to its operation:
- JAI_CMN_RG_ROUND_HDRS: The parent header table. Joined via JAI_CMN_RG_ROUND_LINES.ROUNDING_ID = JAI_CMN_RG_ROUND_HDRS.ROUNDING_ID.
- RCV_SHIPMENT_LINES: The source receiving shipment line. Joined via JAI_CMN_RG_ROUND_LINES.SRC_LINE_ID = RCV_SHIPMENT_LINES.SHIPMENT_LINE_ID.
- RCV_TRANSACTIONS: The source receiving transaction. Joined via JAI_CMN_RG_ROUND_LINES.SRC_TRANSACTION_ID = RCV_TRANSACTIONS.TRANSACTION_ID.
- FND_CONCURRENT_PROGRAMS: The concurrent program definition. Joined via JAI_CMN_RG_ROUND_LINES.PROGRAM_APPLICATION_ID, .PROGRAM_ID.
- FND_LOGINS: The user session. Joined via JAI_CMN_RG_ROUND_LINES.PROGRAM_LOGIN_ID = FND_LOGINS.LOGIN_ID.
- FND_CONCURRENT_REQUESTS: The specific concurrent request instance. Joined via JAI_CMN_RG_ROUND_LINES.REQUEST_ID = FND_CONCURRENT_REQUESTS.REQUEST_ID.
-
Table: JAI_CMN_RG_ROUND_LINES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_ROUND_LINES, object_name:JAI_CMN_RG_ROUND_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores line details considered for tax rounding , implementation_dba_data: JA.JAI_CMN_RG_ROUND_LINES ,
-
Table: JAI_CMN_RG_ROUND_LINES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_ROUND_LINES, object_name:JAI_CMN_RG_ROUND_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores line details considered for tax rounding , implementation_dba_data: JA.JAI_CMN_RG_ROUND_LINES ,
-
APPS.JAI_RCV_RND_PKG dependencies on JAI_CMN_RG_ROUND_LINES
12.2.2
-
APPS.JAI_RCV_RND_PKG dependencies on JAI_CMN_RG_ROUND_LINES
12.1.1
-
VIEW: JA.JAI_CMN_RG_ROUND_LINES#
12.2.2
owner:JA, object_type:VIEW, object_name:JAI_CMN_RG_ROUND_LINES#, status:VALID,
-
SYNONYM: APPS.JAI_CMN_RG_ROUND_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JAI_CMN_RG_ROUND_LINES, status:VALID,
-
SYNONYM: APPS.JAI_CMN_RG_ROUND_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JAI_CMN_RG_ROUND_LINES, status:VALID,
-
VIEW: JA.JAI_CMN_RG_ROUND_LINES#
12.2.2
-
TABLE: JA.JAI_CMN_RG_ROUND_LINES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_ROUND_LINES, object_name:JAI_CMN_RG_ROUND_LINES, status:VALID,
-
APPS.JAI_RCV_RND_PKG dependencies on JAI_CMN_RG_ROUND_HDRS
12.1.1
-
APPS.JAI_RCV_RND_PKG dependencies on JAI_CMN_RG_ROUND_HDRS
12.2.2
-
TABLE: JA.JAI_CMN_RG_ROUND_LINES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_ROUND_LINES, object_name:JAI_CMN_RG_ROUND_LINES, status:VALID,
-
Table: JAI_CMN_RG_ROUND_HDRS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_ROUND_HDRS, object_name:JAI_CMN_RG_ROUND_HDRS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the excise amount, which is rounded for each excise invoice , implementation_dba_data: JA.JAI_CMN_RG_ROUND_HDRS ,
-
Table: JAI_CMN_RG_ROUND_HDRS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_ROUND_HDRS, object_name:JAI_CMN_RG_ROUND_HDRS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the excise amount, which is rounded for each excise invoice , implementation_dba_data: JA.JAI_CMN_RG_ROUND_HDRS ,
-
PACKAGE BODY: APPS.JAI_RCV_RND_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_RCV_RND_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_RCV_RND_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_RCV_RND_PKG, status:VALID,
-
Table: RCV_SHIPMENT_LINES
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SHIPMENT_LINES, object_name:RCV_SHIPMENT_LINES, status:VALID, product: PO - Purchasing , description: Receiving shipment line information , implementation_dba_data: PO.RCV_SHIPMENT_LINES ,
-
Table: RCV_SHIPMENT_LINES
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SHIPMENT_LINES, object_name:RCV_SHIPMENT_LINES, status:VALID, product: PO - Purchasing , description: Receiving shipment line information , implementation_dba_data: PO.RCV_SHIPMENT_LINES ,
-
Table: FND_LOGINS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LOGINS, object_name:FND_LOGINS, status:VALID, product: FND - Application Object Library , description: Sign-On Audit information about who signs on to an application and when , implementation_dba_data: APPLSYS.FND_LOGINS ,
-
Table: FND_LOGINS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LOGINS, object_name:FND_LOGINS, status:VALID, product: FND - Application Object Library , description: Sign-On Audit information about who signs on to an application and when , implementation_dba_data: APPLSYS.FND_LOGINS ,
-
Table: FND_CONCURRENT_PROGRAMS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_PROGRAMS, object_name:FND_CONCURRENT_PROGRAMS, status:VALID, product: FND - Application Object Library , description: Concurrent programs , implementation_dba_data: APPLSYS.FND_CONCURRENT_PROGRAMS ,
-
Table: FND_CONCURRENT_PROGRAMS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_PROGRAMS, object_name:FND_CONCURRENT_PROGRAMS, status:VALID, product: FND - Application Object Library , description: Concurrent programs , implementation_dba_data: APPLSYS.FND_CONCURRENT_PROGRAMS ,
-
APPS.JAI_RCV_RND_PKG dependencies on JAI_CMN_RG_PERIOD_BALS_PKG
12.2.2
-
Table: RCV_TRANSACTIONS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_TRANSACTIONS, object_name:RCV_TRANSACTIONS, status:VALID, product: PO - Purchasing , description: Receiving transactions , implementation_dba_data: PO.RCV_TRANSACTIONS ,
-
Table: RCV_TRANSACTIONS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_TRANSACTIONS, object_name:RCV_TRANSACTIONS, status:VALID, product: PO - Purchasing , description: Receiving transactions , implementation_dba_data: PO.RCV_TRANSACTIONS ,
-
APPS.JAI_RCV_RND_PKG dependencies on JAI_CMN_RG_PERIOD_BALS_PKG
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: FND_CONCURRENT_REQUESTS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_REQUESTS, object_name:FND_CONCURRENT_REQUESTS, status:VALID, product: FND - Application Object Library , description: Concurrent requests information , implementation_dba_data: APPLSYS.FND_CONCURRENT_REQUESTS ,
-
Table: FND_CONCURRENT_REQUESTS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_REQUESTS, object_name:FND_CONCURRENT_REQUESTS, status:VALID, product: FND - Application Object Library , description: Concurrent requests information , implementation_dba_data: APPLSYS.FND_CONCURRENT_REQUESTS ,
-
APPS.JAI_RCV_RND_PKG SQL Statements
12.2.2
-
APPS.JAI_RCV_RND_PKG dependencies on FND_FILE
12.1.1
-
APPS.JAI_RCV_RND_PKG SQL Statements
12.1.1
-
APPS.JAI_RCV_RND_PKG dependencies on FND_FILE
12.2.2
-
PACKAGE BODY: APPS.JAI_RCV_RND_PKG
12.1.1
-
PACKAGE BODY: APPS.JAI_RCV_RND_PKG
12.2.2
-
eTRM - JA Tables and Views
12.1.1
description: The 'JA_CN_SYSTEM_PARAMETERS_ALL' table stores information defined by 'System Options' form, 'Electronic Accounting Book Export' program will get most data from data in the table. A legal entity can only have one record in the table. ,
-
eTRM - JA Tables and Views
12.2.2
description: The 'JA_CN_VOUCHER_NUMBER' table stores the voucher number of GL journal lines. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - JA Tables and Views
12.1.1
description: The 'JA_CN_SYSTEM_PARAMETERS_ALL' table stores information defined by 'System Options' form, 'Electronic Accounting Book Export' program will get most data from data in the table. A legal entity can only have one record in the table. ,
-
eTRM - JA Tables and Views
12.2.2
description: The 'JA_CN_VOUCHER_NUMBER' table stores the voucher number of GL journal lines. ,