Search Results psb_budget_year_types
Overview
The PSB_BUDGET_YEAR_TYPES table is a core master data table within the Oracle E-Business Suite Public Sector Budgeting (PSB) module. It serves as the definitive repository for defining the different types of budget years that an organization utilizes in its financial planning and control processes. In public sector and other regulated environments, budgeting often involves multiple concurrent or overlapping fiscal calendars, such as biennial budgets, supplemental periods, or grant-specific years. This table provides the structural definition for these various year types, enabling the PSB application to manage budget entries, allocations, and reporting across distinct temporal frameworks. Its integrity is critical as it acts as a parent reference for numerous other budgeting entities.
Key Information Stored
While the full column list is not detailed in the provided metadata, the primary and unique keys indicate the essential data points. The table centrally stores a unique identifier for each budget year type, represented by the BUDGET_YEAR_TYPE_ID column, which is the primary key for the table. A second key column, SEQUENCE_NUMBER, suggests the table manages an explicit ordering or prioritization of the different year types, which may be used in defaulting logic or display sequences within the application. Typical columns in such a definition table would also include a name or code (e.g., BUDGET_YEAR_TYPE), a description, and control flags indicating the default year type or status (active/inactive).
Common Use Cases and Queries
This table is primarily referenced for setup validation, data integrity checks, and reporting. A common administrative query would retrieve all defined year types for review or assignment. For example: SELECT budget_year_type_id, sequence_number FROM psb.psb_budget_year_types ORDER BY sequence_number;. In operational reporting, analysts often join this table to transaction data to filter or categorize budgets by their year type. A typical pattern involves joining to the PSB_BUDGET_PERIODS table to list all periods associated with a specific year type, such as "Biennial Budget." Since it is a setup table, direct DML by users is rare; modifications are typically performed via the PSB application's administrative forms to maintain referential integrity.
Related Objects
As indicated by the foreign key relationships, PSB_BUDGET_YEAR_TYPES is a key parent table referenced by several other PSB entities. The documented relationships are:
- PSB_BUDGET_PERIODS: References via
PSB_BUDGET_PERIODS.BUDGET_YEAR_TYPE_ID. This is the most direct relationship, where each budget period is classified under a specific year type. - PSB_CONSTRAINT_FORMULAS: References via
PSB_CONSTRAINT_FORMULAS.BUDGET_YEAR_TYPE_ID. Budget control rules (constraints) can be defined for specific year types. - PSB_FLEX_MAPPING_SET_VALUES: References via
PSB_FLEX_MAPPING_SET_VALUES.BUDGET_YEAR_TYPE_ID. This links year types to flexfield mapping sets used for budget data integration. - PSB_PARAMETER_FORMULAS: References via
PSB_PARAMETER_FORMULAS.BUDGET_YEAR_TYPE_ID. Indicates that calculation formulas for budget parameters can be scoped to a particular budget year type.
-
Table: PSB_BUDGET_YEAR_TYPES
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Budget year type definitions , implementation_dba_data: Not implemented in this database ,
-
Table: PSB_BUDGET_YEAR_TYPES
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_BUDGET_YEAR_TYPES, object_name:PSB_BUDGET_YEAR_TYPES, status:VALID, product: PSB - Public Sector Budgeting , description: Budget year type definitions , implementation_dba_data: PSB.PSB_BUDGET_YEAR_TYPES ,
-
Lookup Type: PSB_BUDGET_YEAR_TYPES
12.1.1
product: PSB - Public Sector Budgeting , meaning: PSB_BUDGET_YEAR_TYPES ,
-
Lookup Type: PSB_BUDGET_YEAR_TYPES
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , meaning: PSB_BUDGET_YEAR_TYPES ,
-
APPS.PSB_WS_ACCT2 dependencies on PSB_BUDGET_YEAR_TYPES
12.1.1
-
APPS.PSB_EXCEL_PVT dependencies on PSB_BUDGET_YEAR_TYPES
12.1.1
-
APPS.PSB_EXCEL2_PVT dependencies on PSB_BUDGET_YEAR_TYPES
12.1.1
-
APPS.PSB_WS_ACCT1 dependencies on PSB_BUDGET_YEAR_TYPES
12.1.1
-
APPS.PSB_PSBRPFLX_XMLP_PKG dependencies on PSB_BUDGET_YEAR_TYPES
12.1.1
-
APPS.PSB_BUDGET_PERIOD_PVT dependencies on PSB_BUDGET_YEAR_TYPES
12.1.1
-
APPS.PSB_POSITIONS_PVT dependencies on PSB_BUDGET_YEAR_TYPES
12.1.1
-
APPS.PSB_YEAR_TYPE_PVT dependencies on PSB_BUDGET_YEAR_TYPES
12.1.1
-
APPS.PSB_YEAR_TYPE_PVT SQL Statements
12.1.1
-
VIEW: APPS.PSB_WS_YEAR_PROFILES_V
12.1.1
-
VIEW: APPS.PSB_BUDGET_YEAR_TYPES_VL
12.1.1
-
VIEW: APPS.PSB_WS_BUDGET_YEARS_V
12.1.1
-
APPS.PSB_BUDGET_PERIOD_PVT SQL Statements
12.1.1
-
VIEW: APPS.PSBBV_CONSTRAINT_FORMULAS
12.1.1
-
VIEW: APPS.PSBBV_ALLOC_RULE_SET_LISTS
12.1.1
-
VIEW: APPS.PSBFV_CONSTRAINT_FORMULAS
12.1.1
-
SYNONYM: APPS.PSB_BUDGET_YEAR_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PSB_BUDGET_YEAR_TYPES, status:VALID,
-
APPS.PSB_PSBRPFLX_XMLP_PKG SQL Statements
12.1.1
-
APPS.PSB_BUDGET_PERIOD_PVT dependencies on PSB_BUDGET_PERIODS
12.1.1
-
VIEW: APPS.PSBFV_ALLOC_RULE_SET_LISTS
12.1.1
-
VIEW: APPS.PSB_BUDGET_YEAR_TYPES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_BUDGET_YEAR_TYPES_VL, object_name:PSB_BUDGET_YEAR_TYPES_VL, status:VALID,
-
VIEW: APPS.PSBBV_PARAMETER_FORMULAS
12.1.1
-
TABLE: PSB.PSB_BUDGET_YEAR_TYPES
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_BUDGET_YEAR_TYPES, object_name:PSB_BUDGET_YEAR_TYPES, status:VALID,
-
VIEW: APPS.PSBFV_BUDGET_YEARS
12.1.1
-
VIEW: APPS.PSB_ALLOCRULE_ASSIGNMENTS_V
12.1.1
-
VIEW: APPS.PSBFV_PARAMETER_FORMULAS
12.1.1
-
Table: PSB_CONSTRAINT_FORMULAS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_CONSTRAINT_FORMULAS, object_name:PSB_CONSTRAINT_FORMULAS, status:VALID, product: PSB - Public Sector Budgeting , description: Constraint formula definitions , implementation_dba_data: PSB.PSB_CONSTRAINT_FORMULAS ,
-
Table: PSB_PARAMETER_FORMULAS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_PARAMETER_FORMULAS, object_name:PSB_PARAMETER_FORMULAS, status:VALID, product: PSB - Public Sector Budgeting , description: Parameter formula definitions , implementation_dba_data: PSB.PSB_PARAMETER_FORMULAS ,
-
Table: PSB_FLEX_MAPPING_SET_VALUES
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Flexfield Mapping Set Values , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PSB_WS_SERVICE_PACKAGES_V
12.1.1
-
Table: PSB_BUDGET_PERIODS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Budget years and periods in a calendar , implementation_dba_data: Not implemented in this database ,
-
Table: PSB_FLEX_MAPPING_SET_VALUES
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_FLEX_MAPPING_SET_VALUES, object_name:PSB_FLEX_MAPPING_SET_VALUES, status:VALID, product: PSB - Public Sector Budgeting , description: Flexfield Mapping Set Values , implementation_dba_data: PSB.PSB_FLEX_MAPPING_SET_VALUES ,
-
View: PSB_BUDGET_YEAR_TYPES_VL
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: PSB_PARAMETER_FORMULAS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Parameter formula definitions , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PSB_WS_ELEMENT_LINES_V
12.1.1
-
PACKAGE BODY: APPS.PSB_PSBRPFLX_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_PSBRPFLX_XMLP_PKG, status:VALID,
-
View: PSBBV_ALLOC_RULE_SET_LISTS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.PSB_EXCEL2_PVT dependencies on PSB_BUDGET_PERIODS
12.1.1
-
Table: PSB_CONSTRAINT_FORMULAS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Constraint formula definitions , implementation_dba_data: Not implemented in this database ,
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.PSB_WS_FTE_LINES_V
12.1.1
-
View: PSBBV_CONSTRAINT_FORMULAS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_CONSTRAINT_FORMULAS, object_name:PSBBV_CONSTRAINT_FORMULAS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBBV_CONSTRAINT_FORMULAS ,
-
Table: PSB_BUDGET_PERIODS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_BUDGET_PERIODS, object_name:PSB_BUDGET_PERIODS, status:VALID, product: PSB - Public Sector Budgeting , description: Budget years and periods in a calendar , implementation_dba_data: PSB.PSB_BUDGET_PERIODS ,
-
View: PSBBV_CONSTRAINT_FORMULAS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: PSB_WS_BUDGET_YEARS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_WS_BUDGET_YEARS_V, object_name:PSB_WS_BUDGET_YEARS_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_WS_BUDGET_YEARS_V ,
-
View: PSB_BUDGET_YEAR_TYPES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_BUDGET_YEAR_TYPES_VL, object_name:PSB_BUDGET_YEAR_TYPES_VL, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_BUDGET_YEAR_TYPES_VL ,