Search Results fv_transaction_events
Overview
FV_TRANSACTION_EVENTS is a configuration table in the Oracle E-Business Suite Federal Financials (FV) module. Its documented purpose is to define transaction events for a given activity in an application. In practical terms, the table stores the setup rules that govern how a specific transaction event — such as a billing, collection, or expenditure event — is accounted for, which transaction codes are permitted, and which receivables, revenue, and charge accounts are derived by default. The table therefore acts as a control point between transaction processing logic and the accounting flexfield, ensuring that federal financial transactions post to the correct Chart of Accounts combination.
The ETRM metadata classifies this object heuristically as standalone under the Data Vault model. This suggests that, from a modeling perspective, the table behaves as an independent reference or configuration entity rather than as a junction or descriptive satellite attached to a larger hub. It carries its own surrogate identity and does not participate in a broad foreign-key web within the documented schema.
Key Information Stored
The table contains 30 documented columns. The primary key, FV_TRANSACTION_EVENTS_PK, is composed of TRANSACTION_EVENT_ID and TRANSACTION_HEADER_ID. A unique index, FV_TRANSACTION_EVENTS_U1, is defined on the same two columns, making this composite the business-key candidate as well as the surrogate identifier in the documented model.
- TRANSACTION_EVENT_ID / TRANSACTION_HEADER_ID — The composite primary key that uniquely identifies each transaction event definition.
- TRANSACTION_EVENT — The code or name of the event being configured.
- TRANSACTION_EVENT_DESC — The descriptive text for the transaction event.
- CHART_OF_ACCOUNTS_ID — Identifies the Chart of Accounts structure against which the event's accounting rules apply; documented as referencing GL_MGT_SEG_UPGRADE_H.
- RECEIVABLE_ACCOUNT_CCID — The default receivables accounting flexfield combination for the event.
- REVENUE_ACCOUNT_CCID — The default revenue accounting flexfield combination.
- CHARGE_ACCOUNT_CCID — The default charge account combination used when the event generates expenditure-side accounting.
- DEFAULT_TRANSACTION_CODE — The transaction code applied by default for this event.
- TXN_CODE_REQUIRED, TXN_CODE_UPDATE_ALLOWED, TXN_CODE_LIST_ALLOWED — Control flags governing whether a transaction code is mandatory, whether it may be changed, and whether a list of values is presented.
- ASSOC_COLLECTION_TXN_CODE / ASSOC_EXPENDITURE_TXN_CODE — Transaction codes associated with collection and expenditure processing for the event.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE10 — The standard Oracle EBS descriptive flexfield columns for extensibility.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN — Standard audit columns.
Common Use Cases and Queries
Typical use cases include reviewing accounting defaults before period close, auditing transaction code control settings, and diagnosing posting failures caused by missing or misconfigured account combinations. A common query pattern filters by Chart of Accounts and transaction event:
- SELECT TRANSACTION_EVENT_ID, TRANSACTION_EVENT, DEFAULT_TRANSACTION_CODE, RECEIVABLE_ACCOUNT_CCID, REVENUE_ACCOUNT_CCID, CHARGE_ACCOUNT_CCID FROM FV_TRANSACTION_EVENTS WHERE CHART_OF_ACCOUNTS_ID = :p_coa_id;
- Joining RECEIVABLE_ACCOUNT_CCID, REVENUE_ACCOUNT_CCID, or CHARGE_ACCOUNT_CCID to GL_CODE_COMBINATIONS to translate CCIDs into readable segment values for reporting.
- Filtering on TXN_CODE_REQUIRED = 'Y' to identify events where users must supply a transaction code.
Related Objects
- GL_MGT_SEG_UPGRADE_H — Referenced by FV_TRANSACTION_EVENTS.CHART_OF_ACCOUNTS_ID, per documented foreign-key metadata.
- GL_CODE_COMBINATIONS — Resolves the RECEIVABLE_ACCOUNT_CCID, REVENUE_ACCOUNT_CCID, and CHARGE_ACCOUNT_CCID values into account segment combinations.
- FV_TRANSACTION_HEADERS — The parent transaction header entity implied by TRANSACTION_HEADER_ID.
- FV_TRANSACTION_CODES — Supplies the transaction code values referenced by DEFAULT_TRANSACTION_CODE and the associated collection and expenditure codes.
- FV (Federal Financials) accounting and posting programs — Consume these event definitions when generating accounting entries.
-
Table: FV_TRANSACTION_EVENTS
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_TRANSACTION_EVENTS, object_name:FV_TRANSACTION_EVENTS, status:VALID, product: FV - Federal Financials , description: Defines transaction events for a given activity in an application , implementation_dba_data: FV.FV_TRANSACTION_EVENTS ,
-
Table: FV_TRANSACTION_EVENTS
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_TRANSACTION_EVENTS, object_name:FV_TRANSACTION_EVENTS, status:VALID, product: FV - Federal Financials , description: Defines transaction events for a given activity in an application , implementation_dba_data: FV.FV_TRANSACTION_EVENTS ,
-
SYNONYM: APPS.FV_TRANSACTION_EVENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FV_TRANSACTION_EVENTS, status:VALID,
-
SYNONYM: APPS.FV_TRANSACTION_EVENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FV_TRANSACTION_EVENTS, status:VALID,
-
VIEW: FV.FV_TRANSACTION_EVENTS#
12.2.2
owner:FV, object_type:VIEW, object_name:FV_TRANSACTION_EVENTS#, status:VALID,
-
View: FV_EVENTS_TXN_CODE_V
12.2.2
product: FV - Federal Financials , implementation_dba_data: Not implemented in this database ,
-
VIEW: FV.FV_TRANSACTION_EVENTS#
12.2.2
-
TABLE: FV.FV_TRANSACTION_EVENTS
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_TRANSACTION_EVENTS, object_name:FV_TRANSACTION_EVENTS, status:VALID,
-
TABLE: FV.FV_TRANSACTION_EVENTS
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_TRANSACTION_EVENTS, object_name:FV_TRANSACTION_EVENTS, status:VALID,
-
View: FV_EVENTS_TXN_CODE_V
12.1.1
product: FV - Federal Financials , implementation_dba_data: Not implemented in this database ,
-
View: FV_TRANSACTION_EVENTS_V
12.2.2
product: FV - Federal Financials , implementation_dba_data: Not implemented in this database ,
-
View: FV_TRANSACTION_EVENTS_V
12.1.1
product: FV - Federal Financials , implementation_dba_data: Not implemented in this database ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
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
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - FV Tables and Views
12.2.2
description: Temporary table populated during the Year End Closing process ,
-
eTRM - FV Tables and Views
12.1.1
description: Temporary table populated during the Year End Closing process ,
-
12.2.2 DBA Data
12.2.2
-
eTRM - FV Tables and Views
12.1.1
description: Temporary table populated during the Year End Closing process ,
-
eTRM - FV Tables and Views
12.2.2
description: Temporary table populated during the Year End Closing process ,
-
12.1.1 DBA Data
12.1.1