Search Results psb_attribute_values
Overview
The PSB_ATTRIBUTE_VALUES table is a core data object within the Oracle E-Business Suite Public Sector Budgeting (PSB) module. It functions as a master repository for position attribute value sets. In the context of public sector and complex organizational budgeting, positions (e.g., job roles) are often classified using detailed attributes, such as funding source, program, or function. This table stores the discrete, valid values for these user-defined attributes, enabling structured categorization and granular budgetary control and reporting for position assignments.
Key Information Stored
While the full column list is not detailed in the provided metadata, the structure centers on the primary and foreign key relationships. The core identifier is the ATTRIBUTE_VALUE_ID, a unique system-generated key serving as the table's primary key. A critical foreign key is ATTRIBUTE_ID, which links each value to its parent definition in the PSB_ATTRIBUTES table. This relationship defines which attribute a specific value belongs to. The table would typically contain columns for the value itself (e.g., VALUE or MEANING), a description, and control columns like ENABLED_FLAG, START_DATE_ACTIVE, and END_DATE_ACTIVE to manage the lifecycle of the value within the application.
Common Use Cases and Queries
This table is central to maintaining the valid value lists for budgetary position attributes. Common operational use cases include administering the list of available funding codes or program codes for assignment to budgeted positions. For reporting and data validation, queries often join this table to its related entities. A typical pattern is to retrieve all active values for a specific attribute to populate a list of values (LOV) in the application interface. Another common query involves validating position assignments by joining through PSB_POSITION_ASSIGNMENTS to ensure assigned attribute values are still active and valid.
- Sample SQL to find values for a specific attribute:
SELECT pav.attribute_value_id, pav.value FROM psb_attribute_values pav, psb_attributes pa WHERE pav.attribute_id = pa.attribute_id AND pa.attribute_name = 'FUNDING_SOURCE' AND SYSDATE BETWEEN pav.start_date_active AND NVL(pav.end_date_active, SYSDATE+1);
Related Objects
The PSB_ATTRIBUTE_VALUES table sits at the center of a key data model for position attribute management, with documented relationships to several other PSB tables.
- PSB_ATTRIBUTES: This table is the parent, defining the attribute itself. The relationship is
PSB_ATTRIBUTE_VALUES.ATTRIBUTE_ID → PSB_ATTRIBUTES. - PSB_POSITION_ASSIGNMENTS: This table references PSB_ATTRIBUTE_VALUES, indicating that a specific position assignment is linked to a chosen attribute value. The relationship is
PSB_POSITION_ASSIGNMENTS.ATTRIBUTE_VALUE_ID → PSB_ATTRIBUTE_VALUES. - PSB_POSITION_SET_LINE_VALUES: This table also references PSB_ATTRIBUTE_VALUES, linking attribute values to lines within position sets, which are used for grouping and budgeting. The relationship is
PSB_POSITION_SET_LINE_VALUES.ATTRIBUTE_VALUE_ID → PSB_ATTRIBUTE_VALUES.
-
Table: PSB_ATTRIBUTE_VALUES
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_ATTRIBUTE_VALUES, object_name:PSB_ATTRIBUTE_VALUES, status:VALID, product: PSB - Public Sector Budgeting , description: Position attribute value sets , implementation_dba_data: PSB.PSB_ATTRIBUTE_VALUES ,
-
Table: PSB_ATTRIBUTE_VALUES
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Position attribute value sets , implementation_dba_data: Not implemented in this database ,
-
APPS.PSB_ENTITY_SET_PVT dependencies on PSB_ATTRIBUTE_VALUES
12.1.1
-
APPS.PSB_WORKSHEET_CONSOLIDATE dependencies on PSB_ATTRIBUTE_VALUES
12.1.1
-
APPS.PSB_POSITIONS_PVT dependencies on PSB_ATTRIBUTE_VALUES
12.1.1
-
APPS.PSB_POSITION_ATTRIBUTES_PVT dependencies on PSB_ATTRIBUTE_VALUES
12.1.1
-
APPS.PSB_POSITION_CONTROL_PVT dependencies on PSB_ATTRIBUTE_VALUES
12.1.1
-
APPS.PSB_HR_POPULATE_DATA_PVT dependencies on PSB_ATTRIBUTE_VALUES
12.1.1
-
APPS.PSB_ATTRIBUTE_VALUES_PVT dependencies on PSB_ATTRIBUTE_VALUES
12.1.1
-
APPS.PSB_ACCOUNT_POSITION_SET_PVT dependencies on PSB_ATTRIBUTE_VALUES
12.1.1
-
APPS.PSB_COPY_DATA_EXTRACT_PVT dependencies on PSB_ATTRIBUTE_VALUES
12.1.1
-
APPS.PSB_PURGE_DATA_EXTRACT_PVT dependencies on PSB_ATTRIBUTE_VALUES
12.1.1
-
APPS.PSB_BUDGET_REVISIONS_PVT dependencies on PSB_ATTRIBUTE_VALUES
12.1.1
-
APPS.PSB_WS_POS2 dependencies on PSB_ATTRIBUTE_VALUES
12.1.1
-
APPS.PSB_WS_POS1 dependencies on PSB_ATTRIBUTE_VALUES
12.1.1
-
APPS.PSB_HR_EXTRACT_DATA_PVT dependencies on PSB_ATTRIBUTE_VALUES
12.1.1
-
APPS.PSB_EXCEL_PVT dependencies on PSB_ATTRIBUTE_VALUES
12.1.1
-
APPS.PSB_ENTITY_SET_PVT dependencies on PSB_ATTRIBUTES
12.1.1
-
VIEW: APPS.PSB_POSITION_SET_LINE_VALUES_V
12.1.1
-
VIEW: APPS.PSBBV_POSITION_SET_LINES
12.1.1
-
VIEW: APPS.PSBFV_POSITION_SET_LINES
12.1.1
-
VIEW: APPS.PSB_ATTRIBUTE_VALUES_DFV
12.1.1
-
VIEW: APPS.PSB_POSITION_ASSIGN_ATTR_V
12.1.1
-
VIEW: APPS.PSB_DEFAULT_ASSIGNMENTS_V
12.1.1
-
APPS.PSB_ATTRIBUTE_VALUES_PVT SQL Statements
12.1.1
-
APPS.PSB_POSITION_CONTROL_PVT dependencies on FND_FILE
12.1.1
-
APPS.PSB_EXCEL_PVT dependencies on PSB_POSITION_ASSIGNMENTS
12.1.1
-
SYNONYM: APPS.PSB_ATTRIBUTE_VALUES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PSB_ATTRIBUTE_VALUES, status:VALID,
-
TABLE: PSB.PSB_ATTRIBUTE_VALUES_I
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_ATTRIBUTE_VALUES_I, object_name:PSB_ATTRIBUTE_VALUES_I, status:VALID,
-
APPS.PSB_POSITION_CONTROL_PVT dependencies on PSB_ATTRIBUTES
12.1.1
-
APPS.PSB_HR_POPULATE_DATA_PVT dependencies on PSB_ATTRIBUTE_VALUES_S
12.1.1
-
APPS.PSB_POSITION_CONTROL_PVT dependencies on PSB_ATTRIBUTE_VALUES_I
12.1.1
-
Table: PSB_ATTRIBUTE_VALUES_I
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Interface table for PSB_ATTRIBUTE_VALUES , implementation_dba_data: Not implemented in this database ,
-
APPS.PSB_WS_POS2 dependencies on FND_NUMBER
12.1.1
-
Table: PSB_ATTRIBUTES
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_ATTRIBUTES, object_name:PSB_ATTRIBUTES, status:VALID, product: PSB - Public Sector Budgeting , description: Position attributes meta data information , implementation_dba_data: PSB.PSB_ATTRIBUTES ,
-
Table: PSB_ATTRIBUTES
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Position attributes meta data information , implementation_dba_data: Not implemented in this database ,
-
Table: PSB_POSITION_SET_LINE_VALUES
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Attribute values associated with a position set line , implementation_dba_data: Not implemented in this database ,
-
APPS.PSB_EXCEL_PVT dependencies on PSB_ATTRIBUTES
12.1.1
-
APPS.PSB_ENTITY_SET_PVT dependencies on PSB_POSITION_SET_LINE_VALUES
12.1.1
-
Table: PSB_POSITION_ASSIGNMENTS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Attribute, element, employee assignments to positions , implementation_dba_data: Not implemented in this database ,
-
View: PSBBV_POSITION_SET_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_POSITION_SET_LINES, object_name:PSBBV_POSITION_SET_LINES, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBBV_POSITION_SET_LINES ,
-
TABLE: PSB.PSB_ATTRIBUTE_VALUES
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_ATTRIBUTE_VALUES, object_name:PSB_ATTRIBUTE_VALUES, status:VALID,
-
Table: PSB_POSITION_SET_LINE_VALUES
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_POSITION_SET_LINE_VALUES, object_name:PSB_POSITION_SET_LINE_VALUES, status:VALID, product: PSB - Public Sector Budgeting , description: Attribute values associated with a position set line , implementation_dba_data: PSB.PSB_POSITION_SET_LINE_VALUES ,
-
View: PSBBV_POSITION_SET_LINES
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: PSB_POSITION_ASSIGNMENTS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_POSITION_ASSIGNMENTS, object_name:PSB_POSITION_ASSIGNMENTS, status:VALID, product: PSB - Public Sector Budgeting , description: Attribute, element, employee assignments to positions , implementation_dba_data: PSB.PSB_POSITION_ASSIGNMENTS ,
-
View: PSBFV_POSITION_SET_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_POSITION_SET_LINES, object_name:PSBFV_POSITION_SET_LINES, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_POSITION_SET_LINES ,
-
VIEW: APPS.PSB_ATTRIBUTE_VALUES_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:PSB_ATTRIBUTE_VALUES_DFV, status:VALID,
-
View: PSBFV_POSITION_SET_LINES
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.PSB_ENTITY_SET_PVT dependencies on PSB_ACCOUNT_POSITION_SET_LINES
12.1.1
-
Table: PSB_ATTRIBUTE_VALUES_I
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_ATTRIBUTE_VALUES_I, object_name:PSB_ATTRIBUTE_VALUES_I, status:VALID, product: PSB - Public Sector Budgeting , description: Interface table for PSB_ATTRIBUTE_VALUES , implementation_dba_data: PSB.PSB_ATTRIBUTE_VALUES_I ,