Search Results fv_be_gl_v
Overview
FV_BE_GL_V is an APPS-owned database view within the Federal Financials (FV) product family of Oracle E-Business Suite, valid in both 12.1.1 and 12.2.2. It provides a consolidated reporting and integration surface that joins Budget Execution (BE) transaction detail and header information to the General Ledger journal entries those transactions generate. The "GL" in the name reflects its core purpose: exposing the accounting impact of budgetary transactions alongside the descriptive attributes of the originating chargeback or receipt transaction.
The view is particularly relevant to users searching for the accounting_complete attribute. In FV_BE_GL_V, this column is derived via SUBSTR(FTS.TREASURY_SYMBOL, 1, 30), meaning the value surfaced as ACCOUNTING_COMPLETE is drawn from the treasury symbol associated with the transaction header rather than from a dedicated completion flag. This aliasing is significant for reporting: consumers referencing ACCOUNTING_COMPLETE are in effect reading the treasury symbol, truncated to thirty characters.
Because the view links budgetary execution data to GL_JE_LINES and GL_JE_HEADERS, it supports reconciliation between budget execution activity and posted journal activity, and it carries an explicit APPLICATION_ID constant of 8901 to identify the owning application context.
Underlying Base Objects
FV_BE_GL_V is defined over seven referenced base objects, all exposed through APPS synonyms:
- FV_BE_TRX_DTLS — budgetary transaction detail lines (FBD), supplying transaction identifiers, source, revision, and increase/decrease flag.
- FV_BE_TRX_HDRS — budgetary transaction headers (FBH), supplying document number, transaction date, treasury symbol reference, and document ID.
- FV_BE_TRANSACTION_TYPES — transaction type definitions (FBTT), supplying the appropriation transaction type name.
- FV_BUDGET_LEVELS — budget level definitions (FBL), supplying the applied-to transaction header currency description.
- FV_TREASURY_SYMBOLS — treasury symbol master (FTS), the source of the ACCOUNTING_COMPLETE value.
- GL_JE_LINES — journal entry lines (JEL), supplying accounted and entered debit/credit amounts.
- GL_JE_HEADERS — journal entry headers (JEH), supplying currency code and the header-to-line join.
Joins are keyed on DOC_ID, BUDGET_LEVEL_ID, SET_OF_BOOKS_ID, TRANSACTION_TYPE_ID, and TREASURY_SYMBOL_ID, while the GL linkage uses TO_CHAR(FBD.TRANSACTION_ID) = JEL.REFERENCE_1 combined with JEH.JE_SOURCE = 'BUDGETARY TRANSACTION' and matching ledger and header identifiers.
Key Columns
- ACCOUNTING_COMPLETE — derived from the treasury symbol (first 30 characters); central to completion-oriented reporting.
- CHARGEBACK_NUMBER — the document number from the transaction header.
- TRX_DATE — the header transaction date.
- ACCOUNTED_DR / ACCOUNTED_CR — accounted debit and credit amounts from GL journal lines.
- ENTERED_DR / ENTERED_CR — entered debit and credit amounts from GL journal lines.
- TRX_LINE_TYPE_NAME — appropriation transaction type name.
- SET_OF_BOOKS_ID, JE_HEADER_ID, JE_LINE_NUM, CODE_COMBINATION_ID — GL accounting identifiers.
- CURRENCY_CODE — journal currency from GL_JE_HEADERS.
- APPLICATION_ID — constant 8901 identifying the application context.
Common Use Cases and Queries
Typical uses include reconciling budgetary transactions to their GL postings, auditing accounting completion by treasury symbol, and extracting debit/credit balances by set of books. A representative query:
SELECT chargeback_number, trx_date, accounting_complete, accounted_dr, accounted_cre FROM fv_be_gl_v WHERE set_of_books_id = :ledger_id AND trx_date BETWEEN :start_date AND :end_date;- Filtering on
accounting_completeto group activity by treasury symbol. - Summing
accounted_drandaccounted_cragainstje_header_idto verify journal balance.
-
View: FV_BE_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_BE_GL_V, object_name:FV_BE_GL_V, status:VALID, product: FV - Federal Financials , implementation_dba_data: APPS.FV_BE_GL_V ,
-
View: FV_BE_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_BE_GL_V, object_name:FV_BE_GL_V, status:VALID, product: FV - Federal Financials , implementation_dba_data: APPS.FV_BE_GL_V ,
-
SYNONYM: APPS.FV_BUDGET_LEVELS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FV_BUDGET_LEVELS, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.FV_BE_TRX_HDRS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FV_BE_TRX_HDRS, status:VALID,
-
SYNONYM: APPS.FV_BE_TRX_HDRS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FV_BE_TRX_HDRS, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.FV_TREASURY_SYMBOLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FV_TREASURY_SYMBOLS, status:VALID,
-
SYNONYM: APPS.FV_BUDGET_LEVELS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FV_BUDGET_LEVELS, status:VALID,
-
SYNONYM: APPS.FV_BE_TRANSACTION_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FV_BE_TRANSACTION_TYPES, status:VALID,
-
SYNONYM: APPS.FV_BE_TRANSACTION_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FV_BE_TRANSACTION_TYPES, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.FV_BE_TRX_DTLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FV_BE_TRX_DTLS, status:VALID,
-
SYNONYM: APPS.FV_BE_TRX_DTLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FV_BE_TRX_DTLS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.FV_BE_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_BE_GL_V, object_name:FV_BE_GL_V, status:VALID,
-
VIEW: APPS.FV_BE_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_BE_GL_V, object_name:FV_BE_GL_V, status:VALID,
-
SYNONYM: APPS.FV_TREASURY_SYMBOLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FV_TREASURY_SYMBOLS, status:VALID,
-
SYNONYM: APPS.GL_JE_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_JE_LINES, status:VALID,
-
SYNONYM: APPS.GL_JE_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_JE_LINES, status:VALID,
-
SYNONYM: APPS.GL_JE_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_JE_HEADERS, status:VALID,
-
VIEW: APPS.XLA_FV_BE_GL_V
12.1.1
-
VIEW: APPS.XLA_FV_BE_GL_V
12.2.2
-
SYNONYM: APPS.GL_JE_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_JE_HEADERS, status:VALID,
-
View: XLA_FV_BE_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_FV_BE_GL_V, object_name:XLA_FV_BE_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_FV_BE_GL_V ,
-
View: XLA_FV_BE_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_FV_BE_GL_V, object_name:XLA_FV_BE_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_FV_BE_GL_V ,
-
VIEW: APPS.XLA_FV_BE_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_FV_BE_GL_V, object_name:XLA_FV_BE_GL_V, status:VALID,
-
VIEW: APPS.XLA_FV_BE_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_FV_BE_GL_V, object_name:XLA_FV_BE_GL_V, status:VALID,
-
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 ,
-
eTRM - XLA Tables and Views
12.2.2
-
eTRM - XLA Tables and Views
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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 ,
-
eTRM - XLA Tables and Views
12.2.2
-
eTRM - XLA Tables and Views
12.1.1