Search Results jai_fa_mass_additions
Overview
The JAI_FA_MASS_ADDITIONS 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 functions as a specialized extension to the standard Fixed Assets mass additions process, specifically designed to capture and store detailed payable invoice information associated with assets imported in bulk. Its primary role is to maintain the critical link between an asset's capitalizable cost in Fixed Assets and its originating invoice distribution in Payables, ensuring accurate financial tracking and compliance for localized requirements in supported regions.
Key Information Stored
The table stores transactional details that tie asset additions to their source payables transactions. The primary key is MASS_ADDITION_ID, which directly references the standard FA_MASS_ADDITIONS table. Crucially, it holds foreign key columns that link to the Payables module: INVOICE_ID and DISTRIBUTION_LINE_NUMBER reference AP_INVOICE_DISTRIBUTIONS_ALL, pinpointing the exact source of the cost. The PAYABLES_CODE_COMBINATION_ID column links to GL_CODE_COMBINATIONS, storing the accounting flexfield from the invoice distribution. Additional columns, such as CREATE_BATCH_ID (linked to FND_CONCURRENT_REQUESTS), track the batch process responsible for creating the mass addition records, facilitating audit trails and process management.
Common Use Cases and Queries
A primary use case is tracing the payable origin of a capitalized asset for audit or reconciliation purposes. Analysts often query this table to resolve discrepancies between Payables and Fixed Assets or to generate reports on asset procurement sourced from specific invoices. Common SQL patterns involve joining to core EBS tables to create a comprehensive asset-invoice view. For example:
- Identifying assets from a specific invoice batch:
SELECT fa_mass.asset_number, jai.invoice_id FROM jai_fa_mass_additions jai, fa_mass_additions fa_mass WHERE jai.mass_addition_id = fa_mass.mass_addition_id AND jai.invoice_id IN (SELECT invoice_id FROM ap_invoices_all WHERE invoice_num LIKE 'INV-BATCH-2024%'); - Reconciling the total invoice cost to mass additions cost for a period by joining JAI_FA_MASS_ADDITIONS to AP_INVOICE_DISTRIBUTIONS_ALL and FA_MASS_ADDITIONS.
Related Objects
This table is central to a network of key EBS objects. Its defining relationships are established through foreign key constraints. It is a child of FA_MASS_ADDITIONS, extending the standard mass addition record. It has a direct dependency on AP_INVOICE_DISTRIBUTIONS_ALL to source its payable details and on GL_CODE_COMBINATIONS for the accounting context. The CREATE_BATCH_ID links to FND_CONCURRENT_REQUESTS for process tracking. Consequently, any data integrity or reporting operation involving localized asset-invoice linkage will involve these related tables, with JAI_FA_MASS_ADDITIONS serving as the critical junction.
-
Table: JAI_FA_MASS_ADDITIONS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_FA_MASS_ADDITIONS, object_name:JAI_FA_MASS_ADDITIONS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores payable invoicedetails for assets,which added as a part of bulk import. , implementation_dba_data: JA.JAI_FA_MASS_ADDITIONS ,
-
Table: JAI_FA_MASS_ADDITIONS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_FA_MASS_ADDITIONS, object_name:JAI_FA_MASS_ADDITIONS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores payable invoicedetails for assets,which added as a part of bulk import. , implementation_dba_data: JA.JAI_FA_MASS_ADDITIONS ,
-
APPS.JAI_FA_ASSETS_PKG dependencies on JAI_FA_MASS_ADDITIONS
12.1.1
-
APPS.JAI_FA_MA_TRIGGER_PKG dependencies on JAI_FA_MASS_ADDITIONS
12.1.1
-
APPS.JAI_FA_ASSETS_PKG dependencies on JAI_FA_MASS_ADDITIONS
12.2.2
-
APPS.JAI_FA_MA_TRIGGER_PKG dependencies on JAI_FA_MASS_ADDITIONS
12.2.2
-
APPS.JAI_FA_ASSETS_PKG dependencies on FA_MASS_ADDITIONS
12.2.2
-
APPS.JAI_FA_ASSETS_PKG dependencies on FA_MASS_ADDITIONS
12.1.1
-
SYNONYM: APPS.JAI_FA_MASS_ADDITIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JAI_FA_MASS_ADDITIONS, status:VALID,
-
APPS.JAI_FA_MA_TRIGGER_PKG dependencies on FA_MASS_ADDITIONS
12.2.2
-
VIEW: JA.JAI_FA_MASS_ADDITIONS#
12.2.2
owner:JA, object_type:VIEW, object_name:JAI_FA_MASS_ADDITIONS#, status:VALID,
-
SYNONYM: APPS.JAI_FA_MASS_ADDITIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JAI_FA_MASS_ADDITIONS, status:VALID,
-
APPS.JAI_FA_MA_TRIGGER_PKG dependencies on FA_MASS_ADDITIONS
12.1.1
-
VIEW: JA.JAI_FA_MASS_ADDITIONS#
12.2.2
-
TABLE: JA.JAI_FA_MASS_ADDITIONS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_FA_MASS_ADDITIONS, object_name:JAI_FA_MASS_ADDITIONS, status:VALID,
-
TABLE: JA.JAI_FA_MASS_ADDITIONS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_FA_MASS_ADDITIONS, object_name:JAI_FA_MASS_ADDITIONS, status:VALID,
-
PACKAGE BODY: APPS.JAI_FA_ASSETS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_FA_ASSETS_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_FA_MA_TRIGGER_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_FA_MA_TRIGGER_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_FA_MA_TRIGGER_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_FA_MA_TRIGGER_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_FA_ASSETS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_FA_ASSETS_PKG, status:VALID,
-
APPS.JAI_FA_MA_TRIGGER_PKG SQL Statements
12.2.2
-
APPS.JAI_FA_MA_TRIGGER_PKG SQL Statements
12.1.1
-
Table: FA_MASS_ADDITIONS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_ADDITIONS, object_name:FA_MASS_ADDITIONS, status:VALID, product: OFA - Assets , description: Information about assets that you want to automatically add to Oracle Assets from another system , implementation_dba_data: FA.FA_MASS_ADDITIONS ,
-
Table: FA_MASS_ADDITIONS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_ADDITIONS, object_name:FA_MASS_ADDITIONS, status:VALID, product: OFA - Assets , description: Information about assets that you want to automatically add to Oracle Assets from another system , implementation_dba_data: FA.FA_MASS_ADDITIONS ,
-
Table: AP_INVOICE_DISTRIBUTIONS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICE_DISTRIBUTIONS_ALL, object_name:AP_INVOICE_DISTRIBUTIONS_ALL, status:VALID, product: AP - Payables , description: Invoice distribution line information , implementation_dba_data: AP.AP_INVOICE_DISTRIBUTIONS_ALL ,
-
Table: AP_INVOICE_DISTRIBUTIONS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICE_DISTRIBUTIONS_ALL, object_name:AP_INVOICE_DISTRIBUTIONS_ALL, status:VALID, product: AP - Payables , description: Invoice distribution line information , implementation_dba_data: AP.AP_INVOICE_DISTRIBUTIONS_ALL ,
-
APPS.JAI_FA_ASSETS_PKG SQL Statements
12.2.2
-
APPS.JAI_FA_ASSETS_PKG SQL Statements
12.1.1
-
APPS.JAI_FA_MA_TRIGGER_PKG dependencies on AP_INVOICE_LINES_ALL
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.JAI_FA_MA_TRIGGER_PKG dependencies on AP_INVOICE_LINES_ALL
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.JAI_FA_ASSETS_PKG
12.2.2
-
APPS.JAI_FA_ASSETS_PKG dependencies on AP_INVOICE_LINES_ALL
12.1.1
-
APPS.JAI_FA_ASSETS_PKG dependencies on AP_INVOICE_DISTRIBUTIONS_ALL
12.1.1
-
PACKAGE BODY: APPS.JAI_FA_ASSETS_PKG
12.1.1
-
APPS.JAI_FA_ASSETS_PKG dependencies on AP_INVOICE_DISTRIBUTIONS_ALL
12.2.2
-
APPS.JAI_FA_ASSETS_PKG dependencies on AP_INVOICE_LINES_ALL
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 ,
-
PACKAGE BODY: APPS.JAI_FA_MA_TRIGGER_PKG
12.1.1
-
PACKAGE BODY: APPS.JAI_FA_MA_TRIGGER_PKG
12.2.2
-
Table: GL_CODE_COMBINATIONS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CODE_COMBINATIONS, object_name:GL_CODE_COMBINATIONS, status:VALID, product: GL - General Ledger , description: Account combinations , implementation_dba_data: GL.GL_CODE_COMBINATIONS ,
-
Table: GL_CODE_COMBINATIONS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CODE_COMBINATIONS, object_name:GL_CODE_COMBINATIONS, status:VALID, product: GL - General Ledger , description: Account combinations , implementation_dba_data: GL.GL_CODE_COMBINATIONS ,
-
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