Search Results sap crm define transactions type table
The FV_BE_TRX_HDRS
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical data structure within the Financials module, specifically designed to support Belgian localization requirements for financial transactions. This table stores header-level information for transactions that must comply with Belgian statutory and regulatory reporting standards, including VAT (Value Added Tax) and other fiscal obligations. Below is a detailed breakdown of its purpose, structure, and integration within Oracle EBS.
Purpose and Functional Context
TheFV_BE_TRX_HDRS
table acts as a repository for transactional metadata required for Belgian legal reporting, such as periodic VAT declarations (e.g., VAT Listing, Intrastat, and Annual Listing). It complements standard Oracle EBS transaction tables (e.g., AP_INVOICES_ALL
, AR_CASH_RECEIPTS_ALL
) by capturing country-specific attributes mandated by Belgian tax authorities. Key functionalities include:
- VAT Compliance: Tracks VAT-related data like tax registration numbers, fiscal representation flags, and invoice sequencing for audit trails.
- Legal Archiving: Stores references to archived documents, ensuring compliance with Belgian electronic invoicing and retention laws.
- Reporting Integration: Serves as a source for predefined Oracle Financials reports tailored to Belgian requirements.
Table Structure and Key Columns
The table’s schema includes columns to uniquely identify transactions and link them to Oracle EBS’s core modules. Notable columns include:- TRX_ID: Primary key, often referencing
AP_INVOICES_ALL.INVOICE_ID
orAR_CASH_RECEIPTS_ALL.CASH_RECEIPT_ID
. - TRX_TYPE: Distinguishes between transaction types (e.g., AP invoice, AR receipt, GL journal).
- LEGAL_ENTITY_ID: Links to
XLE_ENTITY_PROFILES
for multi-org compliance. - FISCAL_YEAR/PERIOD: Aligns with Belgian fiscal calendar requirements.
- STATUS_FLAG: Indicates processing state (e.g., validated, reported).
- TAX_REGISTRATION_NUMBER: Captures Belgian VAT numbers (e.g., format BE 0123.456.789).
Integration with Oracle EBS Modules
The table integrates with multiple EBS modules:- Accounts Payable (AP): Populated during invoice entry or import, storing VAT-specific data from Belgian supplier invoices.
- Accounts Receivable (AR): Records customer transaction details for VAT reporting on sales.
- General Ledger (GL): References journal entries requiring Belgian fiscal adjustments.
FV_BE_TRX_HDRS
via Oracle’s localization engine, often triggered by events like invoice validation or payment completion.
Technical Considerations
- Indexing: Typically indexed on
TRX_ID
,TRX_TYPE
, andLEGAL_ENTITY_ID
for performance. - Partitioning: In high-volume environments, partitions may align with fiscal periods.
- Custom Extensions: Customers may extend the table with Z-columns for additional compliance fields.
Reporting and Compliance
The table feeds into key Belgian reports:- VAT Listing (Listing VAT): Aggregates transaction data for periodic tax filings.
- Annual Sales Listing: Compiles annual turnover data for tax authorities.
- Audit Files: Supports SAF-T (Standard Audit File for Tax) generation.
Conclusion
TheFV_BE_TRX_HDRS
table is a cornerstone of Oracle EBS’s Belgian localization, ensuring compliance with complex fiscal regulations. Its design reflects a balance between integration with core financial modules and adherence to regional legal frameworks. Administrators should ensure proper maintenance, including periodic purging of obsolete records and validation of data integrity through predefined Oracle alerts or custom scripts.
-
Table: FV_BE_TRX_HDRS
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BE_TRX_HDRS, object_name:FV_BE_TRX_HDRS, status:VALID, product: FV - Federal Financials , description: Stores the document information for all budget execution transactions. This is the base table for the header block of the Define Appropriations and Define Fund Distributions forms. , implementation_dba_data: FV.FV_BE_TRX_HDRS ,
-
Table: FV_BE_TRX_HDRS
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BE_TRX_HDRS, object_name:FV_BE_TRX_HDRS, status:VALID, product: FV - Federal Financials , description: Stores the document information for all budget execution transactions. This is the base table for the header block of the Define Appropriations and Define Fund Distributions forms. , implementation_dba_data: FV.FV_BE_TRX_HDRS ,
-
Table: FV_BE_TRX_DTLS
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BE_TRX_DTLS, object_name:FV_BE_TRX_DTLS, status:VALID, product: FV - Federal Financials , description: Stores the transaction details for all budget execution transactions. This is the base table for the detail block of the Define Appropriations and Define Fund Distributions forms. , implementation_dba_data: FV.FV_BE_TRX_DTLS ,
-
Table: FV_BE_TRX_DTLS
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BE_TRX_DTLS, object_name:FV_BE_TRX_DTLS, status:VALID, product: FV - Federal Financials , description: Stores the transaction details for all budget execution transactions. This is the base table for the detail block of the Define Appropriations and Define Fund Distributions forms. , implementation_dba_data: FV.FV_BE_TRX_DTLS ,
-
Lookup Type: RESOURCE TYPE
12.1.1
product: FV - Federal Financials , meaning: Resource Type ,
-
Lookup Type: RESOURCE TYPE
12.2.2
product: FV - Federal Financials , meaning: Resource Type ,
-
Table: FV_BE_TRANSACTION_TYPES
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BE_TRANSACTION_TYPES, object_name:FV_BE_TRANSACTION_TYPES, status:VALID, product: FV - Federal Financials , description: FV_BE_TRANSACTION_TYPES is used to store appropriation transaction types. This is the base table for the Define Budget Transaction Type form. , implementation_dba_data: FV.FV_BE_TRANSACTION_TYPES ,
-
Table: FV_BE_TRX_SUB_TYPES
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BE_TRX_SUB_TYPES, object_name:FV_BE_TRX_SUB_TYPES, status:VALID, product: FV - Federal Financials , description: Stores the sub types associated with a transaction type. This is the base table for the detail block of the Define Budget Transaction Types form. , implementation_dba_data: FV.FV_BE_TRX_SUB_TYPES ,
-
Table: FV_BE_TRX_CODES
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BE_TRX_CODES, object_name:FV_BE_TRX_CODES, status:VALID, product: FV - Federal Financials , description: Stores the transaction codes associated with a transaction type. This is the base table for the detail block of the Define Budget Transaction Types form. , implementation_dba_data: FV.FV_BE_TRX_CODES ,
-
Table: FV_BE_TRANSACTION_TYPES
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BE_TRANSACTION_TYPES, object_name:FV_BE_TRANSACTION_TYPES, status:VALID, product: FV - Federal Financials , description: FV_BE_TRANSACTION_TYPES is used to store appropriation transaction types. This is the base table for the Define Budget Transaction Type form. , implementation_dba_data: FV.FV_BE_TRANSACTION_TYPES ,
-
Table: FV_BE_TRX_CODES
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BE_TRX_CODES, object_name:FV_BE_TRX_CODES, status:VALID, product: FV - Federal Financials , description: Stores the transaction codes associated with a transaction type. This is the base table for the detail block of the Define Budget Transaction Types form. , implementation_dba_data: FV.FV_BE_TRX_CODES ,
-
Table: FV_BE_TRX_SUB_TYPES
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BE_TRX_SUB_TYPES, object_name:FV_BE_TRX_SUB_TYPES, status:VALID, product: FV - Federal Financials , description: Stores the sub types associated with a transaction type. This is the base table for the detail block of the Define Budget Transaction Types form. , implementation_dba_data: FV.FV_BE_TRX_SUB_TYPES ,
-
Table: FV_REC_CUST_TRX_TYPES_ALL
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_REC_CUST_TRX_TYPES_ALL, object_name:FV_REC_CUST_TRX_TYPES_ALL, status:VALID, product: FV - Federal Financials , description: Transactions for a specified receivable type , implementation_dba_data: FV.FV_REC_CUST_TRX_TYPES_ALL ,
-
Table: FV_REC_CUST_TRX_TYPES_ALL
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_REC_CUST_TRX_TYPES_ALL, object_name:FV_REC_CUST_TRX_TYPES_ALL, status:VALID, product: FV - Federal Financials , description: Transactions for a specified receivable type , implementation_dba_data: FV.FV_REC_CUST_TRX_TYPES_ALL ,
-
Table: FV_PB_SEQ_ASSIGNMENTS_ALL
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_PB_SEQ_ASSIGNMENTS_ALL, object_name:FV_PB_SEQ_ASSIGNMENTS_ALL, status:VALID, product: FV - Federal Financials , description: The FV_PB_SEQ_ASSIGNMENTS_ALL table is used to define the payment batch sequence assignments . This is the base table for the Payment Batch Sequence Assignments form . , implementation_dba_data: FV.FV_PB_SEQ_ASSIGNMENTS_ALL ,
-
Table: FV_PB_SEQ_ASSIGNMENTS_ALL
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_PB_SEQ_ASSIGNMENTS_ALL, object_name:FV_PB_SEQ_ASSIGNMENTS_ALL, status:VALID, product: FV - Federal Financials , description: The FV_PB_SEQ_ASSIGNMENTS_ALL table is used to define the payment batch sequence assignments . This is the base table for the Payment Batch Sequence Assignments form . , implementation_dba_data: FV.FV_PB_SEQ_ASSIGNMENTS_ALL ,
-
Table: FV_TREASURY_SYMBOLS
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_TREASURY_SYMBOLS, object_name:FV_TREASURY_SYMBOLS, status:VALID, product: FV - Federal Financials , description: New base table for the Define Appropriation Parameters form , implementation_dba_data: FV.FV_TREASURY_SYMBOLS ,
-
Table: FV_TREASURY_SYMBOLS
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_TREASURY_SYMBOLS, object_name:FV_TREASURY_SYMBOLS, status:VALID, product: FV - Federal Financials , description: New base table for the Define Appropriation Parameters form , implementation_dba_data: FV.FV_TREASURY_SYMBOLS ,
-
Table: FV_BD_CONTROLS
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BD_CONTROLS, object_name:FV_BD_CONTROLS, status:VALID, product: FV - Federal Financials , description: Contains budgetary discount transactions , implementation_dba_data: FV.FV_BD_CONTROLS ,
-
Table: FV_BD_CONTROLS
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BD_CONTROLS, object_name:FV_BD_CONTROLS, status:VALID, product: FV - Federal Financials , description: Contains budgetary discount transactions , implementation_dba_data: FV.FV_BD_CONTROLS ,
-
Table: FV_IPAC_TRX_ALL
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_IPAC_TRX_ALL, object_name:FV_IPAC_TRX_ALL, status:VALID, product: FV - Federal Financials , description: IPAC transactions table , implementation_dba_data: FV.FV_IPAC_TRX_ALL ,
-
Table: FV_IPAC_TRX_ALL
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_IPAC_TRX_ALL, object_name:FV_IPAC_TRX_ALL, status:VALID, product: FV - Federal Financials , description: IPAC transactions table , implementation_dba_data: FV.FV_IPAC_TRX_ALL ,
-
Table: FV_BE_RPR_TRANSACTIONS
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BE_RPR_TRANSACTIONS, object_name:FV_BE_RPR_TRANSACTIONS, status:VALID, product: FV - Federal Financials , description: Stores the details for the reprogramming transactions , implementation_dba_data: FV.FV_BE_RPR_TRANSACTIONS ,
-
Table: FV_BE_RPR_TRANSACTIONS
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BE_RPR_TRANSACTIONS, object_name:FV_BE_RPR_TRANSACTIONS, status:VALID, product: FV - Federal Financials , description: Stores the details for the reprogramming transactions , implementation_dba_data: FV.FV_BE_RPR_TRANSACTIONS ,
-
Table: FV_FACTS_TRX_TEMP
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_FACTS_TRX_TEMP, object_name:FV_FACTS_TRX_TEMP, status:VALID, product: FV - Federal Financials , description: Temporary table that stores the FACTS transactions , implementation_dba_data: FV.FV_FACTS_TRX_TEMP ,
-
Table: FV_FACTS_TRX_TEMP
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_FACTS_TRX_TEMP, object_name:FV_FACTS_TRX_TEMP, status:VALID, product: FV - Federal Financials , description: Temporary table that stores the FACTS transactions , implementation_dba_data: FV.FV_FACTS_TRX_TEMP ,
-
Table: FV_SF1219_TEMP
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_SF1219_TEMP, object_name:FV_SF1219_TEMP, status:VALID, product: FV - Federal Financials , description: Stores transactions that are processed by the FMS Form 1219/1220 process , implementation_dba_data: FV.FV_SF1219_TEMP ,
-
Table: FV_BE_INTERFACE
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BE_INTERFACE, object_name:FV_BE_INTERFACE, status:VALID, product: FV - Federal Financials , description: Users insert records into this table before executing the Budget Execution Transactions Import Process , implementation_dba_data: FV.FV_BE_INTERFACE ,
-
Table: FV_SF1219_TEMP
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_SF1219_TEMP, object_name:FV_SF1219_TEMP, status:VALID, product: FV - Federal Financials , description: Stores transactions that are processed by the FMS Form 1219/1220 process , implementation_dba_data: FV.FV_SF1219_TEMP ,
-
Table: FV_BE_INTERFACE
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BE_INTERFACE, object_name:FV_BE_INTERFACE, status:VALID, product: FV - Federal Financials , description: Users insert records into this table before executing the Budget Execution Transactions Import Process , implementation_dba_data: FV.FV_BE_INTERFACE ,
-
Table: FV_REPORT_DEFINITIONS
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_REPORT_DEFINITIONS, object_name:FV_REPORT_DEFINITIONS, status:VALID, product: FV - Federal Financials , description: Data elements needed for the SF 1081 Voucher and Schedule of Withdrawals and Credits document and the FMS Form 224 Statement of Transactions report , implementation_dba_data: FV.FV_REPORT_DEFINITIONS ,
-
Table: FV_REPORT_DEFINITIONS
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_REPORT_DEFINITIONS, object_name:FV_REPORT_DEFINITIONS, status:VALID, product: FV - Federal Financials , description: Data elements needed for the SF 1081 Voucher and Schedule of Withdrawals and Credits document and the FMS Form 224 Statement of Transactions report , implementation_dba_data: FV.FV_REPORT_DEFINITIONS ,
-
Table: FV_SF1219_MANUAL_LINES
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_SF1219_MANUAL_LINES, object_name:FV_SF1219_MANUAL_LINES, status:VALID, product: FV - Federal Financials , description: Base table for the FMS Form 1219/1220 Transaction Correction form. Holds the user-assigned report lines for manual transactions. , implementation_dba_data: FV.FV_SF1219_MANUAL_LINES ,
-
Table: FV_SF1219_MANUAL_LINES
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_SF1219_MANUAL_LINES, object_name:FV_SF1219_MANUAL_LINES, status:VALID, product: FV - Federal Financials , description: Base table for the FMS Form 1219/1220 Transaction Correction form. Holds the user-assigned report lines for manual transactions. , implementation_dba_data: FV.FV_SF1219_MANUAL_LINES ,
-
Lookup Type: INVOICE_RETURN_RSN_CODES
12.1.1
product: FV - Federal Financials , meaning: INVOICE RETURN RSN CODES , description: Invoice Return Reason Codes ,
-
Lookup Type: RESCISSION_TYPE
12.1.1
product: FV - Federal Financials , meaning: Rescission type ,
-
Lookup Type: FINANCIAL_CHARGE_CATEGORY
12.1.1
product: FV - Federal Financials , meaning: Financial Charge Category ,
-
Lookup Type: FV_BUDGET_SUBFUNCTION
12.1.1
product: FV - Federal Financials , meaning: Budget Subfunction ,
-
Lookup Type: FUNCTION
12.1.1
product: FV - Federal Financials , meaning: FUNCTION ,
-
Lookup Type: FV_TRANSMISSION_FORMAT
12.1.1
product: FV - Federal Financials , meaning: Transmission Formats , description: Transmission formats ,
-
Lookup Type: UPWARD_DOWNWARD
12.1.1
product: FV - Federal Financials , meaning: UPWARD DOWNWARD ,
-
Lookup Type: AVAILABILITY_TIME
12.1.1
product: FV - Federal Financials , meaning: AVAILABILITY TIME ,
-
Lookup Type: FV_CCR_QUERY_TYPE
12.1.1
product: FV - Federal Financials , meaning: CCR Query Type ,
-
Lookup Type: DISCOUNTS_LOST
12.1.1
product: FV - Federal Financials , meaning: DISCOUNTS LOST ,
-
Lookup Type: FACTS_PREPARER
12.1.1
product: FV - Federal Financials , meaning: FACTS Preparer ,
-
Lookup Type: FV_TPP_SORT
12.1.1
product: FV - Federal Financials , meaning: Third Party Remittance Sort By , description: Third Party Remittance Sort By ,
-
Lookup Type: APPRN_ROLLUP_TYPE
12.1.1
product: FV - Federal Financials , meaning: Appropriation Rollup Type ,
-
Lookup Type: SF224_TYPE
12.1.1
product: FV - Federal Financials , meaning: SF224 Report Type ,
-
Lookup Type: FV_NAICS_TYPE
12.1.1
product: FV - Federal Financials , meaning: North American Industry Classification System , description: North American Industry Classification System ,
-
Lookup Type: INTEREST_RSN_CODES_2
12.1.1
product: FV - Federal Financials , meaning: Interest Reason Codes - Delay or Error by paying office ,