Search Results jai_boe_roundings
Overview
The JAI_BOE_ROUNDINGS table is a core data object within the Asia/Pacific Localizations (JA) module of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. It serves as a master repository for defining rounding rules specifically for Banker's Order of Exchange (BOE) transactions. In the context of international trade and financial localizations, particularly in regions like India, BOEs are critical instruments. This table enables the system to apply precise, configurable rounding logic to the monetary amounts involved in these transactions, ensuring compliance with local statutory and banking requirements for financial reporting and settlement.
Key Information Stored
The primary purpose of the table is to store unique rounding rule definitions. Based on the provided metadata, the central column is ROUNDING_ID, which serves as the table's primary key. This column uniquely identifies each rounding rule configuration. While the ETRM excerpt does not list additional columns, typical rounding rule tables in this context would store attributes such as the rounding precision (e.g., to the nearest unit, tenth, or hundredth), the rounding method (e.g., arithmetic, commercial, or "round-up"), a currency or ledger association, and an effective date range. The presence of a dedicated primary key (JAI_BOE_ROUNDINGS_PK) indicates this table is designed as a reference source for other transactional entities.
Common Use Cases and Queries
The primary use case is the automated application of rounding rules during the generation or processing of BOE documents. When a BOE is created, the application logic references a rule from this table to calculate the final rounded amount. Common reporting and validation queries involve listing all active rounding rules or verifying the rule applied to a specific transaction. A fundamental sample query to retrieve all defined rules would be: SELECT rounding_id, [other_columns] FROM ja.jai_boe_roundings WHERE SYSDATE BETWEEN start_date AND NVL(end_date, SYSDATE);. Administrators may also query this table to audit configuration changes or to troubleshoot discrepancies in BOE calculated amounts by joining it to transactional data.
Related Objects
As a reference table with a defined primary key, JAI_BOE_ROUNDINGS is almost certainly referenced by foreign keys in transactional tables within the JA schema. The documented relationship data specifies only the primary key constraint (JAI_BOE_ROUNDINGS_PK on ROUNDING_ID). This implies that other tables, likely with names pertaining to BOE headers or lines (e.g., JAI_BOE_HEADERS, JAI_BOE_LINES), will contain a ROUNDING_ID column. This column would join to JAI_BOE_ROUNDINGS.ROUNDING_ID to fetch the applicable rounding rule for each BOE document. The exact related objects are not listed in the provided excerpt, but the structure indicates a classic master-detail relationship where this table acts as the master for rounding rules.
-
Table: JAI_BOE_ROUNDINGS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_BOE_ROUNDINGS, object_name:JAI_BOE_ROUNDINGS, status:VALID, product: JA - Asia/Pacific Localizations , description: This table is used for BOE Rounding , implementation_dba_data: JA.JAI_BOE_ROUNDINGS ,
-
View: JAI_BOE_WRITEOFF_TAXES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_BOE_WRITEOFF_TAXES_V, object_name:JAI_BOE_WRITEOFF_TAXES_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_BOE_WRITEOFF_TAXES_V ,