Search Results close_acct_seq_value
Overview
The view GLFV_ENCUMB_JOURNAL_ENTRIES is a General Ledger (GL) reporting view in Oracle E-Business Suite 12.1.1 and 12.2.2 that exposes encumbrance journal entry headers in a flattened, security-filtered form. Its name follows the standard Oracle EBS convention of a "GLFV" prefix, indicating a General Ledger view intended for form and inquiry access. The view consolidates attributes from journal headers, batches, ledgers, categories, sources, and encumbrance types into a single denormalized row per encumbrance journal entry, so that downstream reporting, inquiry forms, and integrations can retrieve encumbrance activity without joining the base GL tables manually. Because it embeds GL_SECURITY_PKG.LOGIN_ACCESS_ID logic, the view returns only those journal entries the logged-in user is authorized to see under the active access set.
Underlying Base Objects
Per the documented view text, GLFV_ENCUMB_JOURNAL_ENTRIES is defined over the following base objects. GL_JE_HEADERS appears three times as the primary and self-joined alias sources (JE1, JE2, JE3) to resolve parent and reversed header names. Supporting tables include GL_LEDGERS, GL_ENCUMBRANCE_TYPES, GL_JE_BATCHES, GL_JE_CATEGORIES, GL_JE_SOURCES, GL_ACCESS_SETS, and GL_ACCESS_SET_LEDGERS. Data-security filtering is enforced through the access-set tables and, where segment-level security applies, through correlated subqueries against GL_JE_SEGMENT_VALUES and GL_ACCESS_SET_ASSIGNMENTS. Note that the ETRM metadata records no independently documented referenced base objects and states the view is not implemented in the source database from which the metadata was captured.
Key Columns
JE_HEADER_ID— Primary identifier of the encumbrance journal header.NAME— Journal entry name/number (fromJE1.NAME).LEDGER_ID/ ledger name — Owning ledger, joined fromGL_LEDGERS.USER_JE_CATEGORY_NAME/USER_JE_SOURCE_NAME— User-facing category and source, resolved viaGL_JE_CATEGORIESandGL_JE_SOURCES.PERIOD_NAMEandDEFAULT_EFFECTIVE_DATE— Accounting period and effective date.ENCUMBRANCE_TYPE_ID/ENCUMBRANCE_TYPE— Encumbrance classification, joined fromGL_ENCUMBRANCE_TYPES.JE_BATCH_ID/ batch name — Source journal batch.ACCRUAL_REV_EFFECTIVE_DATE,ACCRUAL_REV_PERIOD_NAME,ACCRUAL_REV_STATUS, and the reversal sign flag — Accrual reversal mechanics.CONTROL_TOTAL,RUNNING_TOTAL_DR,RUNNING_TOTAL_CR— Batch/entry control and running debit/credit amounts.EXTERNAL_REFERENCE,DOC_SEQUENCE_VALUE— External reference and document sequence numbering.PARENT_JE_HEADER_ID,REVERSED_JE_HEADER_ID— Self-referential parent and reversal links.REFERENCE_DATE— The user-searched column; it carries the reference date associated with the encumbrance journal entry, used for document/reference tracking.POSTING_ACCT_SEQ_VALUEandCLOSE_ACCT_SEQ_VALUE— Account sequence values for posting and close.
Common Use Cases and Queries
Typical uses include encumbrance inquiry forms, period-end encumbrance reporting, commitment/obligation analysis, and reconciliation of budget-check activity. Because the view applies access-set security internally, queries automatically respect the caller's ledger and segment privileges. A representative query selecting the searched REFERENCE_DATE alongside core encumbrance attributes follows:
SELECT je_header_id, name, ledger_id, period_name, encumbrance_type, reference_date, control_total, running_total_dr, running_total_cr FROM glfv_encumb_journal_entries WHERE reference_date BETWEEN :start_date AND :end_date;- Filter by encumbrance type:
... WHERE encumbrance_type = :enc_type AND period_name = :period; - Drill to reversal links:
SELECT name, parent_je_header_id, reversed_je_header_id, accrual_rev_status FROM glfv_encumb_journal_entries WHERE period_name = :period;
Consultants should confirm the view's implementation status in each target environment, since the captured metadata records it as not implemented in the source database.
-
View: GLFV_ENCUMB_JOURNAL_ENTRIES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLFV_BUDGET_JOURNAL_ENTRIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLFV_BUDGET_JOURNAL_ENTRIES, object_name:GLFV_BUDGET_JOURNAL_ENTRIES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLFV_BUDGET_JOURNAL_ENTRIES ,
-
View: GLFV_ENCUMB_JOURNAL_ENTRIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLFV_ENCUMB_JOURNAL_ENTRIES, object_name:GLFV_ENCUMB_JOURNAL_ENTRIES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLFV_ENCUMB_JOURNAL_ENTRIES ,
-
View: GLFV_BUDGET_JOURNAL_ENTRIES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLFV_ACTUAL_JOURNAL_ENTRIES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLFV_ACTUAL_JOURNAL_ENTRIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLFV_ACTUAL_JOURNAL_ENTRIES, object_name:GLFV_ACTUAL_JOURNAL_ENTRIES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLFV_ACTUAL_JOURNAL_ENTRIES ,
-
View: GL_JE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_JE_HEADERS_V, object_name:GL_JE_HEADERS_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_JE_HEADERS_V ,
-
View: GLFV_JOURNAL_ENTRIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLFV_JOURNAL_ENTRIES, object_name:GLFV_JOURNAL_ENTRIES, status:VALID, product: GL - General Ledger , description: General Ledger journal entries are groups of related journal lines that record debit and credit amounts to General Ledger accounts. , implementation_dba_data: APPS.GLFV_JOURNAL_ENTRIES ,
-
View: GLFV_JOURNAL_ENTRIES
12.2.2
product: GL - General Ledger , description: General Ledger journal entries are groups of related journal lines that record debit and credit amounts to General Ledger accounts. , implementation_dba_data: Not implemented in this database ,
-
View: GL_JE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_JE_HEADERS_V, object_name:GL_JE_HEADERS_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_JE_HEADERS_V ,
-
View: GLBV_JOURNAL_ENTRIES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLBV_BUDGET_JOURNAL_ENTRIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLBV_BUDGET_JOURNAL_ENTRIES, object_name:GLBV_BUDGET_JOURNAL_ENTRIES, status:VALID, product: GL - General Ledger , description: Budget journal entries are groups of journal lines that represent the estimated results of future financial operations. , implementation_dba_data: APPS.GLBV_BUDGET_JOURNAL_ENTRIES ,
-
View: GLBV_ENCUMB_JOURNAL_ENTRIES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLBV_ENCUMB_JOURNAL_ENTRIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLBV_ENCUMB_JOURNAL_ENTRIES, object_name:GLBV_ENCUMB_JOURNAL_ENTRIES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLBV_ENCUMB_JOURNAL_ENTRIES ,
-
View: GLBV_ACTUAL_JOURNAL_ENTRIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLBV_ACTUAL_JOURNAL_ENTRIES, object_name:GLBV_ACTUAL_JOURNAL_ENTRIES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLBV_ACTUAL_JOURNAL_ENTRIES ,
-
View: GLBV_JOURNAL_ENTRIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLBV_JOURNAL_ENTRIES, object_name:GLBV_JOURNAL_ENTRIES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLBV_JOURNAL_ENTRIES ,
-
View: GLBV_BUDGET_JOURNAL_ENTRIES
12.2.2
product: GL - General Ledger , description: Budget journal entries are groups of journal lines that represent the estimated results of future financial operations. , implementation_dba_data: Not implemented in this database ,
-
View: GLBV_ACTUAL_JOURNAL_ENTRIES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,