Search Results fa_massadd_rep_itf
Overview
FA_MASSADD_REP_ITF is an Oracle Assets (OFA) interface table owned by the FA schema. Its documented description is "Interface table for Report eXchange reports," indicating that it serves as a staging structure populated by the Mass Additions Report eXchange process and related concurrent programs. In Oracle EBS 12.1.1 and 12.2.2, the table holds the intermediate, report-facing representation of mass addition lines before, during, and after the posting of payables-sourced and manually entered asset additions into the FA_ADDITIONS_B base table.
The object is classified as VALID in the ETRM repository and contains 67 documented columns in the 12.2.2 schema. From a Data Vault modeling perspective, the mined foreign-key structure suggests this table behaves as a link entity: it associates a mass addition group asset (via GROUP_ASSET_NUMBER) with a purchasing distribution (via PO_DISTRIBUTION_ID), while carrying extensive descriptive and financial attributes that would typically be modeled as satellite data. This classification is heuristic and intended as a modeling suggestion rather than a statement of Oracle's physical design.
Key Information Stored
The table's most significant columns fall into identification, financial, and asset-attribute categories:
- MASS_ADDITION_ID — identifier linking the interface row to the mass addition transaction.
- REQUEST_ID — the concurrent request that produced or populated the row, essential for report reconciliation.
- BOOK_TYPE_CODE — the asset book to which the addition will post.
- GROUP_ASSET_NUMBER — the business key joining to FA_ADDITIONS_B; the documented foreign key.
- PO_DISTRIBUTION_ID — the documented foreign key to PO_DISTRIBUTIONS_ALL, tying the addition to its purchasing source.
- ASSET_NUMBER, TAG_NUMBER, SERIAL_NUMBER, ASSET_KEY — asset identification attributes.
- ASSET_CATEGORY_ID and CATEGORY — the asset category, controlling default depreciation rules.
- PAYABLES_COST and FIXED_ASSETS_COST — the cost as recognized in Payables versus the amount capitalized in Fixed Assets.
- INVOICE_NUMBER, INVOICE_DATE, VENDOR_NUMBER, VENDOR_NAME — AP source document context.
- STATUS, POSTING_STATUS, POST_BATCH_ID — processing state used by the posting and report programs.
- DEPRN_METHOD, LIFE_IN_MONTHS, PRORATE_CONVENTION — depreciation parameters carried through the interface.
- CREATION_DATE, LAST_UPDATE_DATE, LAST_UPDATED_BY — standard audit columns.
The surrogate primary key is not explicitly documented in the excerpt; the practical business-key candidates are GROUP_ASSET_NUMBER combined with MASS_ADDITION_ID or PO_DISTRIBUTION_ID, which together uniquely identify a staged addition line.
Common Use Cases and Queries
Typical usage centers on reconciliation of the Mass Additions Report eXchange output against posted assets. A common query joins the interface to the asset base table to confirm that staged rows have been converted:
- Report reconciliation:
SELECT r.group_asset_number, r.payables_cost, r.fixed_assets_cost FROM fa_massadd_rep_itf r WHERE r.request_id = :request_id. - Posting status monitoring: filter on POSTING_STATUS = 'POSTED' or STATUS to detect unposted or error rows.
- Variance analysis between PAYABLES_COST and FIXED_ASSETS_COST to identify exchange-rate or allocation differences before capitalization.
- Traceability from PO_DISTRIBUTION_ID back to the purchasing distribution for audit of capitalized versus expensed amounts.
Programs such as the Mass Additions Create and Post Mass Additions concurrent processes populate and consume this table, so REQUEST_ID-scoped queries are the standard reporting idiom.
Related Objects
The following objects are most significant to FA_MASSADD_REP_ITF based on the documented relationships:
- FA_ADDITIONS_B — joined on GROUP_ASSET_NUMBER; the authoritative asset definition table.
- PO_DISTRIBUTIONS_ALL — joined on PO_DISTRIBUTION_ID; the purchasing distribution source.
- FA_MASS_ADDITIONS — the primary mass additions staging table with which this interface coexists.
- FA_BOOK_CONTROLS — provides the BOOK_TYPE_CODE context and period status.
- FA_CATEGORIES_B — resolves ASSET_CATEGORY_ID to category defaults.
- AP_INVOICES_ALL / AP_INVOICE_DISTRIBUTIONS_ALL — referenced through invoice and distribution identifiers.
- FA_ADDITIONS — the reporting view over the asset base table for end-user queries.
These relationships make FA_MASSADD_REP_ITF a bridge between the Payables and Assets subledgers within the Oracle EBS financials architecture.
-
Table: FA_MASSADD_REP_ITF
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASSADD_REP_ITF, object_name:FA_MASSADD_REP_ITF, status:VALID, product: OFA - Assets , description: Interface table for Report eXchange reports , implementation_dba_data: FA.FA_MASSADD_REP_ITF ,
-
Table: FA_MASSADD_REP_ITF
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASSADD_REP_ITF, object_name:FA_MASSADD_REP_ITF, status:VALID, product: OFA - Assets , description: Interface table for Report eXchange reports , implementation_dba_data: FA.FA_MASSADD_REP_ITF ,
-
SYNONYM: APPS.FA_MASSADD_REP_ITF
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_MASSADD_REP_ITF, status:VALID,
-
SYNONYM: APPS.FA_MASSADD_REP_ITF
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_MASSADD_REP_ITF, status:VALID,
-
VIEW: FA.FA_MASSADD_REP_ITF#
12.2.2
owner:FA, object_type:VIEW, object_name:FA_MASSADD_REP_ITF#, status:VALID,
-
TABLE: FA.FA_MASSADD_REP_ITF
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASSADD_REP_ITF, object_name:FA_MASSADD_REP_ITF, status:VALID,
-
PACKAGE BODY: APPS.FARX_MAD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FARX_MAD, status:VALID,
-
VIEW: FA.FA_MASSADD_REP_ITF#
12.2.2
-
PACKAGE BODY: APPS.FARX_MAD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FARX_MAD, status:VALID,
-
PACKAGE BODY: APPS.FA_VENDORMERGE_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FA_VENDORMERGE_GRP, status:VALID,
-
PACKAGE BODY: APPS.FA_VENDORMERGE_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_VENDORMERGE_GRP, status:VALID,
-
APPS.FARX_MAD SQL Statements
12.2.2
-
APPS.FARX_MAD SQL Statements
12.1.1
-
Table: PO_DISTRIBUTIONS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_DISTRIBUTIONS_ALL, object_name:PO_DISTRIBUTIONS_ALL, status:VALID, product: PO - Purchasing , description: Purchase order distributions , implementation_dba_data: PO.PO_DISTRIBUTIONS_ALL ,
-
Table: PO_DISTRIBUTIONS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_DISTRIBUTIONS_ALL, object_name:PO_DISTRIBUTIONS_ALL, status:VALID, product: PO - Purchasing , description: Purchase order distributions , implementation_dba_data: PO.PO_DISTRIBUTIONS_ALL ,
-
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
-
PACKAGE BODY: APPS.FA_VENDORMERGE_GRP
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.FA_VENDORMERGE_GRP
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.FA_VENDORMERGE_GRP SQL Statements
12.2.2
-
APPS.FA_VENDORMERGE_GRP SQL Statements
12.1.1
-
Table: FA_ADDITIONS_B
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ADDITIONS_B, object_name:FA_ADDITIONS_B, status:VALID, product: OFA - Assets , description: Descriptive information about assets (base MLS table) , implementation_dba_data: FA.FA_ADDITIONS_B ,
-
TABLE: FA.FA_MASSADD_REP_ITF
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASSADD_REP_ITF, object_name:FA_MASSADD_REP_ITF, status:VALID,
-
Table: FA_ADDITIONS_B
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ADDITIONS_B, object_name:FA_ADDITIONS_B, status:VALID, product: OFA - Assets , description: Descriptive information about assets (base MLS table) , implementation_dba_data: FA.FA_ADDITIONS_B ,
-
PACKAGE BODY: APPS.FARX_MAD
12.2.2
-
PACKAGE BODY: APPS.FARX_MAD
12.1.1
-
APPS.FARX_MAD dependencies on FA_MASSADD_REP_ITF
12.2.2
-
APPS.FA_VENDORMERGE_GRP dependencies on FA_MASSADD_REP_ITF
12.2.2
-
APPS.FARX_MAD dependencies on FA_MASSADD_REP_ITF
12.1.1
-
APPS.FA_VENDORMERGE_GRP dependencies on FA_MASSADD_REP_ITF
12.1.1
-
APPS.FARX_MAD dependencies on FND_MESSAGE
12.2.2
-
APPS.FARX_MAD dependencies on FND_MESSAGE
12.1.1
-
APPS.FARX_MAD dependencies on FA_RX_CONC_MESG_PKG
12.2.2
-
APPS.FARX_MAD dependencies on FA_RX_CONC_MESG_PKG
12.1.1
-
eTRM - OFA Tables and Views
12.2.2
-
eTRM - OFA Tables and Views
12.1.1
-
eTRM - OFA Tables and Views
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - OFA Tables and Views
12.2.2