Search Results fv_budget_user_hdr
Overview
FV_BUDGET_USER_HDR is a Federal Financials (FV) table that stores information about budget user groups in Oracle E-Business Suite releases 12.1.1 and 12.2.2. The table functions as the header or master record for a group of budget users, providing the identifying and descriptive attributes that define a budget user group within the federal budgeting model. As an FV object, it is used primarily by United States federal government implementations that require budget execution and funds control functionality, including Budget Execution (FV_BE) transaction processing.
From a dimensional modeling perspective, the mined foreign key structure suggests a hub-leaning classification. The table contains the core identity of the budget user group plus descriptive attributes, and it is referenced by multiple dependent tables rather than being a pure transactional or associative entity. This makes it a sensible candidate for a hub in a Data Vault model, with the detail table and transaction tables acting as satellites or links that carry the group's context and activity.
Key Information Stored
The table contains 25 documented columns. The most important are:
- BU_GROUP_ID — The primary key of the table (FV_BUDGET_USER_HDR_PK) and also a unique business-key candidate via index FV_BUDGET_USER_HDR_U1. It uniquely identifies each budget user group and is the column through which the table is joined to dependent objects.
- BU_GROUP — The business name or code of the budget user group.
- BU_DESCRIPTION — A descriptive label explaining the purpose or scope of the budget user group.
- SET_OF_BOOKS_ID — Identifies the ledger or set of books to which the budget user group is associated, supporting multi-ledger federal implementations.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN — Standard Oracle EBS audit columns recording who created and last modified each group record and when.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1 through ATTRIBUTE15 — The standard Oracle EBS descriptive flexfield columns, available for implementing-specific extensions of budget user group metadata.
The surrogate key is BU_GROUP_ID; the business key is likewise the group identifier, since both the primary key constraint and the unique index are defined on this same column. The descriptive attributes (BU_GROUP, BU_DESCRIPTION, SET_OF_BOOKS_ID) provide the human-readable context associated with that identity.
Common Use Cases and Queries
Typical usage centers on identifying, listing, and validating budget user groups, then resolving the transactions and detail records that reference them. A common reporting query joins the header to its detail records to list the members or lines belonging to each group:
SELECT h.BU_GROUP_ID, h.BU_GROUP, h.BU_DESCRIPTION, d.* FROM FV.FV_BUDGET_USER_HDR h, FV.FV_BUDGET_USER_DTL d WHERE h.BU_GROUP_ID = d.BU_GROUP_ID;- Budget execution reconciliation, joining FV_BE_TRX_HDRS and FV_BE_RPR_TRANSACTIONS to the header on BU_GROUP_ID to attribute transaction volumes to a budget user group.
- Security and access reviews, filtering groups by SET_OF_BOOKS_ID to confirm which ledger each group belongs to.
- Descriptive flexfield reporting, extracting ATTRIBUTE_CATEGORY and ATTRIBUTE1–15 for implementation-specific group attributes.
- Audit queries using CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, and LAST_UPDATE_DATE to track changes to group definitions.
Related Objects
The following objects reference or depend on FV_BUDGET_USER_HDR through the BU_GROUP_ID column:
- FV_BUDGET_USER_DTL — The detail table for budget user groups; joins on BU_GROUP_ID and holds the line-level membership of each group.
- FV_BE_TRX_HDRS — Budget execution transaction headers; each header can be tied to a budget user group via BU_GROUP_ID.
- FV_BE_RPR_TRANSACTIONS — Budget execution transactions; references the header on BU_GROUP_ID.
Together these objects form the core of budget user group definition and budget execution activity in the Federal Financials module, with the header acting as the central reference for group identity and the detail and transaction tables supplying the associated activity.
-
Table: FV_BUDGET_USER_HDR
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BUDGET_USER_HDR, object_name:FV_BUDGET_USER_HDR, status:VALID, product: FV - Federal Financials , description: Information about a budget user group , implementation_dba_data: FV.FV_BUDGET_USER_HDR ,
-
Table: FV_BUDGET_USER_HDR
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BUDGET_USER_HDR, object_name:FV_BUDGET_USER_HDR, status:VALID, product: FV - Federal Financials , description: Information about a budget user group , implementation_dba_data: FV.FV_BUDGET_USER_HDR ,
-
SYNONYM: APPS.FV_BUDGET_USER_HDR
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FV_BUDGET_USER_HDR, status:VALID,
-
VIEW: APPS.FV_BUDGET_USER_HDR_DFV
12.1.1
-
SYNONYM: APPS.FV_BUDGET_USER_HDR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FV_BUDGET_USER_HDR, status:VALID,
-
VIEW: APPS.FV_BUDGET_USER_HDR_DFV
12.2.2
-
VIEW: FV.FV_BUDGET_USER_HDR#
12.2.2
owner:FV, object_type:VIEW, object_name:FV_BUDGET_USER_HDR#, status:VALID,
-
VIEW: FV.FV_BUDGET_USER_HDR#
12.2.2
-
Table: FV_BUDGET_USER_DTL
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BUDGET_USER_DTL, object_name:FV_BUDGET_USER_DTL, status:VALID, product: FV - Federal Financials , description: User budget access level options , implementation_dba_data: FV.FV_BUDGET_USER_DTL ,
-
TABLE: FV.FV_BUDGET_USER_HDR
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BUDGET_USER_HDR, object_name:FV_BUDGET_USER_HDR, status:VALID,
-
Table: FV_BUDGET_USER_DTL
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BUDGET_USER_DTL, object_name:FV_BUDGET_USER_DTL, status:VALID, product: FV - Federal Financials , description: User budget access level options , implementation_dba_data: FV.FV_BUDGET_USER_DTL ,
-
TABLE: FV.FV_BUDGET_USER_HDR
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BUDGET_USER_HDR, object_name:FV_BUDGET_USER_HDR, status:VALID,
-
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_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_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 ,
-
VIEW: APPS.FV_BUDGET_USER_HDR_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:FV_BUDGET_USER_HDR_DFV, status:VALID,
-
VIEW: APPS.FV_BUDGET_USER_HDR_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:FV_BUDGET_USER_HDR_DFV, status:VALID,
-
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.FV_BUDGET_USER_DTL
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BUDGET_USER_DTL, object_name:FV_BUDGET_USER_DTL, status:VALID,
-
TABLE: FV.FV_BUDGET_USER_DTL
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_BUDGET_USER_DTL, object_name:FV_BUDGET_USER_DTL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
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 - 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.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1