Search Results jai_cmn_writeoffs_t
Overview
The JAI_CMN_WRITEOFFS_T table is a temporary data storage object within the Oracle E-Business Suite (EBS) Release 12.1.1 and 12.2.2. It is part of the JA (Asia/Pacific Localizations) product module. As documented, its primary role is to temporarily store write-off information corresponding to a BOE (Bill of Exchange). This table functions as a staging area, typically used during transaction processing for local statutory requirements in specific Asia/Pacific jurisdictions, before data is finalized or posted to permanent ledger tables.
Key Information Stored
While the provided ETRM metadata does not list specific columns, the table's description and foreign key relationship define its core structure. The central column is BOE_ID, which serves as the foreign key linking each write-off record to its parent Bill of Exchange document in the JAI_CMN_BOE_HDRS table. Based on its purpose, the table likely stores transactional details such as the write-off amount, currency, write-off date, reason code, accounting flexfield segments (like the write-off expense account), and a status flag. As a temporary table, it may also include process instance identifiers or session information to manage data concurrency and cleanup.
Common Use Cases and Queries
This table is integral to processes managing the write-off of Bills of Exchange, a common instrument in trade finance. A typical use case involves a concurrent program or form interface that allows users to propose or batch write-offs for multiple BOEs. The data is inserted into this temporary table for validation and review before a final posting process creates permanent accounting entries. Common queries would involve joining to the BOE header table to report on pending write-offs. A sample reporting pattern is:
- SELECT w.*, b.boe_number, b.customer_id FROM jai_cmn_writeoffs_t w, jai_cmn_boe_hdrs b WHERE w.boe_id = b.boe_id AND w.process_status = 'PENDING';
Data in this table is typically transient and is purged after successful processing or upon session completion.
Related Objects
The primary documented relationship for JAI_CMN_WRITEOFFS_T is with the Bill of Exchange header table. This relationship is critical for contextualizing the write-off data.
- JAI_CMN_BOE_HDRS: This is the parent table. The foreign key constraint is defined on the column JAI_CMN_WRITEOFFS_T.BOE_ID, which references the primary key (likely also named BOE_ID) in JAI_CMN_BOE_HDRS. This ensures every write-off record is associated with a valid Bill of Exchange document. All queries against the write-offs table will typically involve a join to this header table to retrieve document numbers, dates, and customer information.
-
Table: JAI_CMN_WRITEOFFS_T
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_WRITEOFFS_T, object_name:JAI_CMN_WRITEOFFS_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Temporary table, which stores the write offs corresponding to the a BOE , implementation_dba_data: JA.JAI_CMN_WRITEOFFS_T ,
-
Table: JAI_CMN_WRITEOFFS_T
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_WRITEOFFS_T, object_name:JAI_CMN_WRITEOFFS_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Temporary table, which stores the write offs corresponding to the a BOE , implementation_dba_data: JA.JAI_CMN_WRITEOFFS_T ,
-
APPS.JA_JAINBOER_XMLP_PKG dependencies on JAI_CMN_WRITEOFFS_T
12.2.2
-
APPS.JA_JAINBOER_XMLP_PKG dependencies on JAI_CMN_WRITEOFFS_T
12.1.1
-
SYNONYM: APPS.JAI_CMN_WRITEOFFS_T
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JAI_CMN_WRITEOFFS_T, status:VALID,
-
VIEW: JA.JAI_CMN_WRITEOFFS_T#
12.2.2
owner:JA, object_type:VIEW, object_name:JAI_CMN_WRITEOFFS_T#, status:VALID,
-
SYNONYM: APPS.JAI_CMN_WRITEOFFS_T
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JAI_CMN_WRITEOFFS_T, status:VALID,
-
VIEW: JA.JAI_CMN_WRITEOFFS_T#
12.2.2
-
APPS.JA_JAINBOER_XMLP_PKG SQL Statements
12.2.2
-
APPS.JA_JAINBOER_XMLP_PKG SQL Statements
12.1.1
-
TABLE: JA.JAI_CMN_WRITEOFFS_T
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_WRITEOFFS_T, object_name:JAI_CMN_WRITEOFFS_T, status:VALID,
-
TABLE: JA.JAI_CMN_WRITEOFFS_T
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_WRITEOFFS_T, object_name:JAI_CMN_WRITEOFFS_T, status:VALID,
-
Table: JAI_CMN_BOE_HDRS
12.2.2
product: JA - Asia/Pacific Localizations , description: Stores BOE header info when a BOE Invoice is created through IL , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.JA_JAINBOER_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JA_JAINBOER_XMLP_PKG, status:VALID,
-
APPS.JA_JAINBOER_XMLP_PKG dependencies on JA_JAINBOER_XMLP_PKG
12.1.1
-
Table: JAI_CMN_BOE_HDRS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_BOE_HDRS, object_name:JAI_CMN_BOE_HDRS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores BOE header info when a BOE Invoice is created through IL , implementation_dba_data: JA.JAI_CMN_BOE_HDRS ,
-
APPS.JA_JAINBOER_XMLP_PKG dependencies on JA_JAINBOER_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.JA_JAINBOER_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_JAINBOER_XMLP_PKG, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.JA_JAINBOER_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.JA_JAINBOER_XMLP_PKG
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
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. ,