Search Results accounts payable
The FA.FA_MASSADD_REP_ITF
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical interface table used in the Fixed Assets module for bulk asset addition processes. This table serves as a staging area for importing asset data from external systems or spreadsheets before validation and posting to the main Fixed Assets tables. Below is a detailed technical overview of its purpose, structure, and usage.
Purpose and Functionality
TheFA_MASSADD_REP_ITF
table is part of Oracle's Open Interface framework, designed to facilitate high-volume asset additions without manual data entry. It enables organizations to:
- Import asset data from legacy systems or third-party applications.
- Perform bulk additions of assets with consistent attributes (e.g., category, cost center, depreciation rules).
- Validate data before committing to the production tables (
FA_ADDITIONS
,FA_BOOKS
, etc.).
Key Columns and Structure
The table contains columns that map to core asset attributes:- Interface Header Columns:
MASS_ADDITION_ID
(PK),BATCH_ID
,REQUEST_ID
. - Asset Identification:
TAG_NUMBER
,ASSET_NUMBER
,DESCRIPTION
. - Financial Attributes:
COST
,DATE_PLACED_IN_SERVICE
,DEPRN_METHOD
. - Category/Book Mapping:
ASSET_CATEGORY_ID
,BOOK_TYPE_CODE
. - Status/Control Flags:
STATUS
(e.g., 'NEW', 'POSTED'),PROCESS_FLAG
('VALIDATED', 'ERROR').
Integration with Oracle EBS Processes
The table interacts with core Fixed Assets workflows:- Data Loading: Data is inserted via SQL*Loader, APIs, or custom programs.
- Validation: The
FA_MASS_ADDITION_PKG
validates data against rules defined inFA_CATEGORIES
,FA_BOOK_CONTROLS
, etc. - Posting: The "Mass Additions" concurrent program (FAXMASS) processes validated records, creating assets in
FA_ADDITIONS
. - Error Handling: Records with errors are flagged in
PROCESS_FLAG
and logged inFA_INTERFACE_ERRORS
.
Technical Considerations
- Indexing: Key indexes exist on
MASS_ADDITION_ID
,BATCH_ID
, andPROCESS_FLAG
for performance. - Purge Policy: Processed records should be archived or purged via
FA_MASS_ADDITIONS_PURGE_PKG
. - Custom Extensions: Organizations often extend the table with custom columns (e.g.,
ATTRIBUTE1-15
) for integration needs.
Version-Specific Notes
- 12.1.1: Basic interface functionality with limited support for dynamic insertion rules.
- 12.2.2: Enhanced with improved error logging and support for REST-based data loading.
Best Practices
- Pre-validate data using
FA_VALIDATION_PKG
before loading. - Use distinct
BATCH_ID
values for traceability. - Monitor table growth to avoid performance degradation.
-
Lookup Type: XLA_BUSINESS_FLOW_CLASS
12.2.2
product: XLA - Subledger Accounting , meaning: XLA_BUSINESS_FLOW_CLASS , description: Gives meaning for the business flow class ,
-
Lookup Type: XLA_BUSINESS_FLOW_CLASS
12.1.1
product: XLA - Subledger Accounting , meaning: XLA_BUSINESS_FLOW_CLASS , description: Gives meaning for the business flow class ,
-
Lookup Type: ATTENTION
12.1.1
product: AP - Payables , meaning: Attention , description: Parameter for Tax Information Verification letter ,
-
Lookup Type: ATTENTION
12.2.2
product: AP - Payables , meaning: Attention , description: Parameter for Tax Information Verification letter ,
-
Concurrent Program: APXRTB
12.2.2
execution_filename: APXRTB , product: AP - Payables , user_name: APXRTB , description: Accounts Payable Trial Balance , argument_method: Database fetch , enabled: No , execution_method: Spawned ,
-
Concurrent Program: APXRTB
12.1.1
execution_filename: APXRTB , product: AP - Payables , user_name: APXRTB , description: Accounts Payable Trial Balance , argument_method: Database fetch , enabled: No , execution_method: Spawned ,
-
Lookup Type: RESPONSIBILITY
12.2.2
product: AR - Receivables , meaning: Responsibility , description: Possible responsibilities for the primary customer contact ,
-
Lookup Type: DEPARTMENT_TYPE
12.2.2
product: AR - Receivables , meaning: Department Type , description: Department Type ,
-
Lookup Type: RESPONSIBILITY
12.1.1
product: AR - Receivables , meaning: Responsibility , description: Possible responsibilities for the primary customer contact ,
-
Lookup Type: DEPARTMENT_TYPE
12.1.1
product: AR - Receivables , meaning: Department Type , description: Department Type ,
-
Lookup Type: IGI_SLS_OWNERS
12.2.2
product: IGI - Public Sector Financials International , meaning: Schema owners whose tables can be made secure. , description: Schema owners whose tables can be made secure. ,
-
Lookup Type: IGI_SLS_OWNERS
12.1.1
product: IGI - Public Sector Financials International , meaning: Schema owners whose tables can be made secure. , description: Schema owners whose tables can be made secure. ,
-
Lookup Type: FII_EA_FUNCTIONAL_GROUP
12.1.1
product: FII - Financial Intelligence , meaning: FII_EA_FUNCTIONAL_GROUP , description: FII Functional Grouping ,
-
Lookup Type: FII_EA_FUNCTIONAL_GROUP
12.2.2
product: FII - Financial Intelligence (Obsolete) , meaning: FII_EA_FUNCTIONAL_GROUP , description: FII Functional Grouping ,
-
Lookup Type: FINANCIAL_NUMBER_NAME
12.2.2
product: AR - Receivables , meaning: Financial Number Name , description: Financial Number Name ,
-
Lookup Type: EXPENSE REPORT APPROVER
12.2.2
product: AP - Payables , meaning: Expense Report Approver , description: Expense Report Approver ,
-
Lookup Type: EXPENSE REPORT APPROVER
12.1.1
product: AP - Payables , meaning: Expense Report Approver , description: Expense Report Approver ,
-
Concurrent Program: APXTRBAL
12.1.1
execution_filename: APXTRBAL , product: AP - Payables , user_name: APXTRBAL , description: Payables Trial Balance , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: APXTBRTB
12.1.1
execution_filename: APXTBRTB , product: AP - Payables , user_name: APXTBRTB , description: Accounts Payable Trial Balance (obsolete - replaced by APXRTB) , argument_method: Standard , enabled: No , execution_method: FlexRpt ,
-
Lookup Type: FINANCIAL_NUMBER_NAME
12.1.1
product: AR - Receivables , meaning: Financial Number Name , description: Financial Number Name ,
-
Concurrent Program: APXTBRTB
12.2.2
execution_filename: APXTBRTB , product: AP - Payables , user_name: APXTBRTB , description: Accounts Payable Trial Balance (obsolete - replaced by APXRTB) , argument_method: Standard , enabled: No , execution_method: FlexRpt ,
-
Concurrent Program: APXTRBAL
12.2.2
execution_filename: APXTRBAL , product: AP - Payables , user_name: APXTRBAL , description: Payables Trial Balance , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
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: IBY.IBY_DOCUMENTS_PAYABLE_H
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DOCUMENTS_PAYABLE_H, object_name:IBY_DOCUMENTS_PAYABLE_H, status:VALID,
-
TABLE: IBY.IBY_DOCUMENTS_PAYABLE_H
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DOCUMENTS_PAYABLE_H, object_name:IBY_DOCUMENTS_PAYABLE_H, status:VALID,
-
PACKAGE: APPS.JA_CN_AP_PBD_EXPORT_PKG
12.2.2
-
TABLE: FA.FA_DELETED_MASS_ADDITIONS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DELETED_MASS_ADDITIONS, object_name:FA_DELETED_MASS_ADDITIONS, status:VALID,
-
Lookup Type: FIN_NUM_NAME
12.1.1
product: FND - Application Object Library , meaning: Name of Financial Number , description: Name of Financial Number ,
-
Lookup Type: FIN_NUM_NAME
12.2.2
product: FND - Application Object Library , meaning: Name of Financial Number , description: Name of Financial Number ,
-
VIEW: APPS.FABV_SRC_LNS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_SRC_LNS, object_name:FABV_SRC_LNS, status:VALID,
-
Lookup Type: JECZ_SOURCE
12.1.1
product: JE - European Localizations , meaning: JECZ SOURCE , description: Source Ledger ,
-
Lookup Type: JECZ_SOURCE
12.2.2
product: JE - European Localizations , meaning: JECZ SOURCE , description: Source Ledger ,
-
Lookup Type: BEN_PROCG_SRC
12.2.2
product: PER - Human Resources , meaning: BEN_PROCG_SRC ,
-
Lookup Type: BEN_PROCG_SRC
12.1.1
product: PER - Human Resources , meaning: BEN_PROCG_SRC ,
-
Lookup Type: JEBE_SOURCE
12.1.1
product: JE - European Localizations , meaning: JEBE SOURCE , description: Source ,
-
Lookup Type: OKC_CONTACT_ROLE
12.1.1
product: OKC - Contracts Core , meaning: Contact Role , description: Contact Roles ,
-
Lookup Type: JGZZ_SOURCE
12.2.2
product: JG - Regional Localizations , meaning: Transaction Source , description: Transaction Source ,
-
Lookup Type: JEBE_SOURCE
12.2.2
product: JE - European Localizations , meaning: JEBE SOURCE , description: Source ,
-
Lookup Type: JGZZ_SOURCE
12.1.1
product: JG - Regional Localizations , meaning: Transaction Source , description: Transaction Source ,
-
Lookup Type: OKC_CONTACT_ROLE
12.2.2
product: OKC - Contracts Core , meaning: Contact Role , description: Contact Roles ,
-
Lookup Type: AP_INV_EXCP
12.1.1
product: PA - Projects , meaning: Accounts Payable Invoice Exceptions , description: Accounts Payable Invoice Exceptions ,
-
VIEW: APPS.FAFV_SRC_LNS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_SRC_LNS, object_name:FAFV_SRC_LNS, status:VALID,
-
Lookup Type: AP_INV_EXCP
12.2.2
product: PA - Projects , meaning: Accounts Payable Invoice Exceptions , description: Accounts Payable Invoice Exceptions ,
-
Concurrent Program: APXNVBAL
12.2.2
product: AP - Payables , user_name: Accounts Payable Negative Supplier Balance , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: APTBRPT
12.2.2
product: AP - Payables , user_name: Accounts Payable Trial Balance , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: APTBRPT
12.1.1
product: AP - Payables , user_name: Accounts Payable Trial Balance , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Lookup Type: GHG_INTERNAL_TXN_TYPE
12.2.2
product: GHG - Oracle Environmental Accounting and Reporting , meaning: Environmental Internal Transaction Type ,
-
Table: FV_VOIDS_TEMP
12.2.2
product: FV - Federal Financials , description: FV_VOIDS_TEMP is inserted by a database trigger when a check is voided in Accounts Payable. , implementation_dba_data: Not implemented in this database ,
-
Concurrent Program: APXNVBAL
12.1.1
product: AP - Payables , user_name: Accounts Payable Negative Supplier Balance , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Lookup Type: ADDRESS_LABEL
12.1.1
product: AR - Receivables , meaning: Address Label , description: Messages used in address label ,