Search Results chargeback_number
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 ,
-
VIEW: APPS.FV_BE_GL_V
12.2.2
-
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,
-
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.IEX_HI_ADJUSTMENTS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_HI_ADJUSTMENTS_V, status:VALID,
-
VIEW: APPS.IEX_HI_ADJUSTMENTS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_HI_ADJUSTMENTS_V, status:VALID,
-
VIEW: APPS.FV_BE_GL_V
12.1.1
-
VIEW: APPS.IEX_HI_ADJUSTMENTS_DEL_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_HI_ADJUSTMENTS_DEL_V, status:VALID,
-
VIEW: APPS.IEX_HI_ADJUSTMENTS_DEL_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_HI_ADJUSTMENTS_DEL_V, status:VALID,
-
View: AR_AEL_GL_REC_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_GL_REC_ALL_V, object_name:AR_AEL_GL_REC_ALL_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_AEL_GL_REC_ALL_V ,
-
View: AR_AEL_GL_REC_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_GL_REC_ALL_V, object_name:AR_AEL_GL_REC_ALL_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_AEL_GL_REC_ALL_V ,
-
View: XLA_JL_BR_AR_BT_AEL_SL_V
12.1.1
product: XLA - Subledger Accounting , implementation_dba_data: Not implemented in this database ,
-
View: XLA_JL_BR_AR_BT_AEL_GL_V
12.1.1
product: XLA - Subledger Accounting , implementation_dba_data: Not implemented in this database ,
-
View: XLA_JL_BR_AR_BT_AEL_SL_V
12.2.2
product: XLA - Subledger Accounting , implementation_dba_data: Not implemented in this database ,
-
View: XLA_AR_REC_AEL_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_AR_REC_AEL_GL_V, object_name:XLA_AR_REC_AEL_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_AR_REC_AEL_GL_V ,
-
VIEW: APPS.XLA_AR_ADJ_AEL_GL_V
12.1.1
-
VIEW: APPS.AR_AEL_GL_REC_ALL_V
12.1.1
-
VIEW: APPS.AR_AEL_GL_REC_ALL_V
12.2.2
-
VIEW: APPS.XLA_AR_ADJ_AEL_SL_MRC_V
12.2.2
-
View: AR_AEL_SL_ADJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_SL_ADJ_V, object_name:AR_AEL_SL_ADJ_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_AEL_SL_ADJ_V ,
-
VIEW: APPS.AR_AEL_SL_ADJ_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_SL_ADJ_MRC_V, object_name:AR_AEL_SL_ADJ_MRC_V, status:VALID,
-
View: AR_AEL_SL_ADJ_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_SL_ADJ_MRC_V, object_name:AR_AEL_SL_ADJ_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_AEL_SL_ADJ_MRC_V ,
-
View: AR_AEL_SL_ADJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_SL_ADJ_V, object_name:AR_AEL_SL_ADJ_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_AEL_SL_ADJ_V ,
-
View: XLA_AR_ADJ_AEL_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_AR_ADJ_AEL_GL_V, object_name:XLA_AR_ADJ_AEL_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_AR_ADJ_AEL_GL_V ,
-
VIEW: APPS.XLA_AR_ADJ_AEL_SL_MRC_V
12.1.1
-
VIEW: APPS.AR_AEL_GL_ADJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_GL_ADJ_V, object_name:AR_AEL_GL_ADJ_V, 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_AR_ADJ_AEL_SL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_AR_ADJ_AEL_SL_MRC_V, object_name:XLA_AR_ADJ_AEL_SL_MRC_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_AR_ADJ_AEL_SL_MRC_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: XLA_AR_ADJ_AEL_SL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_AR_ADJ_AEL_SL_V, object_name:XLA_AR_ADJ_AEL_SL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_AR_ADJ_AEL_SL_V ,
-
VIEW: APPS.IEX_HI_ADJUSTMENTS_DEL_V
12.1.1
-
View: AR_AEL_GL_ADJ_V_OLD
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AR_AEL_GL_ADJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_GL_ADJ_V, object_name:AR_AEL_GL_ADJ_V, status:VALID,
-
View: AR_AEL_SL_ADJ_V_OLD
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_AEL_GL_ADJ_V_OLD
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.XLA_FV_BE_GL_V
12.1.1
-
View: XLA_AR_REC_AEL_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_AR_REC_AEL_GL_V, object_name:XLA_AR_REC_AEL_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_AR_REC_AEL_GL_V ,
-
View: XLA_JL_BR_AR_BT_AEL_GL_V
12.2.2
product: XLA - Subledger Accounting , implementation_dba_data: Not implemented in this database ,
-
View: AR_AEL_GL_ADJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_GL_ADJ_V, object_name:AR_AEL_GL_ADJ_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_AEL_GL_ADJ_V ,
-
View: AR_AEL_SL_ADJ_V_OLD
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AR_AEL_SL_ADJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_SL_ADJ_V, object_name:AR_AEL_SL_ADJ_V, status:VALID,
-
VIEW: APPS.XLA_FV_BE_GL_V
12.2.2
-
VIEW: APPS.AR_AEL_SL_ADJ_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_SL_ADJ_MRC_V, object_name:AR_AEL_SL_ADJ_MRC_V, status:VALID,
-
View: AR_AEL_SL_ADJ_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_SL_ADJ_MRC_V, object_name:AR_AEL_SL_ADJ_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_AEL_SL_ADJ_MRC_V ,
-
VIEW: APPS.XLA_AR_ADJ_AEL_GL_V
12.2.2
-
VIEW: APPS.XLA_AR_REC_AEL_GL_V
12.1.1
-
VIEW: APPS.XLA_AR_ADJ_AEL_SL_V
12.1.1
-
VIEW: APPS.XLA_AR_ADJ_AEL_SL_V
12.2.2
-
VIEW: APPS.XLA_AR_REC_AEL_GL_V
12.2.2