Search Results psb_element_pos_set_groups
Overview
The PSB_ELEMENT_POS_SET_GROUPS table is a core data structure within the Oracle E-Business Suite Public Sector Budgeting (PSB) module. It functions as a master definition table for grouping position sets, which are collections of job positions used in budgetary planning and control. Its primary role is to establish a logical association between a specific pay element (a compensation or benefit component) and one or more defined position sets. This linkage is fundamental for enabling the distribution and allocation of budgeted salary and compensation costs across different organizational positions or groups of positions, a critical requirement in public sector and complex enterprise budgeting.
Key Information Stored
The table's central purpose is to define unique position set groups. The most critical column is the POSITION_SET_GROUP_ID, which serves as the unique identifier (Primary Key) for each group record. This ID is referenced by downstream distribution and relation tables. The second key column is PAY_ELEMENT_ID, which creates a foreign key relationship to the PSB_PAY_ELEMENTS table. This column explicitly ties the position set group to a specific budgetary pay element, such as base salary, overtime, or a specific allowance. While the provided metadata does not list all columns, the table's definition as a "group" suggests it likely contains descriptive fields like a name or code, and potentially control attributes such as effective dates or status flags to manage the group's lifecycle.
Common Use Cases and Queries
This table is central to configuration and reporting scenarios involving position-based budgeting. A common administrative use case is querying all position set groups defined for a particular pay element to validate setup or troubleshoot distribution issues. For example: SELECT * FROM PSB_ELEMENT_POS_SET_GROUPS WHERE PAY_ELEMENT_ID = <element_id>;. From a reporting perspective, the table is frequently joined to produce lists showing which position sets are associated with which compensation elements for audit or analysis purposes. Analysts may execute queries joining PSB_ELEMENT_POS_SET_GROUPS to PSB_PAY_ELEMENTS (for the element name) and to PSB_SET_RELATIONS (to see the specific position sets within the group) to get a complete mapping of budgeted compensation to organizational structure.
Related Objects
The PSB_ELEMENT_POS_SET_GROUPS table sits at the center of a key relationship hierarchy within PSB, as evidenced by its foreign key constraints.
- References (Parent Table): PSB_PAY_ELEMENTS via the PAY_ELEMENT_ID column. This ensures every position set group is linked to a valid, predefined pay element.
- Referenced By (Child Tables):
- PSB_PAY_ELEMENT_DISTRIBUTIONS: Uses POSITION_SET_GROUP_ID to link specific budget distributions to a position set group.
- PSB_SET_RELATIONS: Uses POSITION_SET_GROUP_ID to associate individual position set members with the overarching group.
This structure indicates that a pay element (PSB_PAY_ELEMENTS) can have one or more position set groups (PSB_ELEMENT_POS_SET_GROUPS). Each group, in turn, can have multiple distributions (PSB_PAY_ELEMENT_DISTRIBUTIONS) and contain multiple position set members (PSB_SET_RELATIONS).
-
Table: PSB_ELEMENT_POS_SET_GROUPS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_ELEMENT_POS_SET_GROUPS, object_name:PSB_ELEMENT_POS_SET_GROUPS, status:VALID, product: PSB - Public Sector Budgeting , description: Groups of position sets , implementation_dba_data: PSB.PSB_ELEMENT_POS_SET_GROUPS ,
-
Table: PSB_ELEMENT_POS_SET_GROUPS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Groups of position sets , implementation_dba_data: Not implemented in this database ,
-
APPS.PSB_WS_POS1 dependencies on PSB_ELEMENT_POS_SET_GROUPS
12.1.1
-
APPS.PSB_PAY_ELEMENTS_PVT dependencies on PSB_ELEMENT_POS_SET_GROUPS
12.1.1
-
APPS.PSB_BUDGET_REVISIONS_PVT dependencies on PSB_ELEMENT_POS_SET_GROUPS
12.1.1
-
APPS.PSB_PURGE_DATA_EXTRACT_PVT dependencies on PSB_ELEMENT_POS_SET_GROUPS
12.1.1
-
APPS.PSB_WS_POS2 dependencies on PSB_ELEMENT_POS_SET_GROUPS
12.1.1
-
APPS.PSB_ELEMENT_POS_SET_GROUPS_PVT dependencies on PSB_ELEMENT_POS_SET_GROUPS
12.1.1
-
APPS.PSB_WORKSHEET_CONSOLIDATE dependencies on PSB_ELEMENT_POS_SET_GROUPS
12.1.1
-
APPS.PSB_POSITION_CONTROL_PVT dependencies on PSB_ELEMENT_POS_SET_GROUPS
12.1.1
-
APPS.PSB_POSITIONS_PVT dependencies on PSB_ELEMENT_POS_SET_GROUPS
12.1.1
-
APPS.PSB_ELEMENT_POS_SET_GROUPS_PVT SQL Statements
12.1.1
-
TABLE: PSB.PSB_ELEMENT_POS_SET_GROUPS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_ELEMENT_POS_SET_GROUPS, object_name:PSB_ELEMENT_POS_SET_GROUPS, status:VALID,
-
APPS.PSB_WS_POS1 dependencies on PSB_PAY_ELEMENT_DISTRIBUTIONS
12.1.1
-
APPS.PSB_BUDGET_REVISIONS_PVT dependencies on PSB_PAY_ELEMENT_DISTRIBUTIONS
12.1.1
-
SYNONYM: APPS.PSB_ELEMENT_POS_SET_GROUPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PSB_ELEMENT_POS_SET_GROUPS, status:VALID,
-
VIEW: APPS.PSBFV_PAY_ELEMENT_DISTRIBUTION
12.1.1
-
APPS.PSB_POSITIONS_PVT dependencies on PSB_PAY_ELEMENT_DISTRIBUTIONS
12.1.1
-
APPS.PSB_WS_POS2 dependencies on PSB_PAY_ELEMENT_DISTRIBUTIONS
12.1.1
-
APPS.PSB_POSITION_CONTROL_PVT dependencies on PSB_ELEMENT_POS_SET_GROUPS_S
12.1.1
-
Table: PSB_PAY_ELEMENT_DISTRIBUTIONS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_PAY_ELEMENT_DISTRIBUTIONS, object_name:PSB_PAY_ELEMENT_DISTRIBUTIONS, status:VALID, product: PSB - Public Sector Budgeting , description: Cost distribution rules for various groups of position sets , implementation_dba_data: PSB.PSB_PAY_ELEMENT_DISTRIBUTIONS ,
-
APPS.PSB_WS_POS1 dependencies on PSB_BUDGET_POSITIONS
12.1.1
-
APPS.PSB_BUDGET_REVISIONS_PVT dependencies on PSB_BUDGET_POSITIONS
12.1.1
-
View: PSBFV_PAY_ELEMENT_DISTRIBUTION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_PAY_ELEMENT_DISTRIBUTION, object_name:PSBFV_PAY_ELEMENT_DISTRIBUTION, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_PAY_ELEMENT_DISTRIBUTION ,
-
PACKAGE BODY: APPS.PSB_ELEMENT_POS_SET_GROUPS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_ELEMENT_POS_SET_GROUPS_PVT, status:VALID,
-
APPS.PSB_POSITION_CONTROL_PVT dependencies on PSB_BUDGET_POSITIONS
12.1.1
-
Table: PSB_PAY_ELEMENTS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Pay element definitions , implementation_dba_data: Not implemented in this database ,
-
Table: PSB_PAY_ELEMENT_DISTRIBUTIONS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Cost distribution rules for various groups of position sets , implementation_dba_data: Not implemented in this database ,
-
APPS.PSB_ELEMENT_POS_SET_GROUPS_PVT dependencies on PSB_PAY_ELEMENT_DISTRIBUTIONS
12.1.1
-
PACKAGE BODY: APPS.PSB_PAY_ELEMENTS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_PAY_ELEMENTS_PVT, status:VALID,
-
Table: PSB_SET_RELATIONS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_SET_RELATIONS, object_name:PSB_SET_RELATIONS, status:VALID, product: PSB - Public Sector Budgeting , description: Assignment of account sets or position sets to various entities , implementation_dba_data: PSB.PSB_SET_RELATIONS ,
-
APPS.PSB_PAY_ELEMENTS_PVT dependencies on PSB_PAY_ELEMENT_DISTRIBUTIONS
12.1.1
-
Table: PSB_PAY_ELEMENTS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_PAY_ELEMENTS, object_name:PSB_PAY_ELEMENTS, status:VALID, product: PSB - Public Sector Budgeting , description: Pay element definitions , implementation_dba_data: PSB.PSB_PAY_ELEMENTS ,
-
Table: PSB_SET_RELATIONS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Assignment of account sets or position sets to various entities , implementation_dba_data: Not implemented in this database ,
-
12.2.2 FND Design Data
12.2.2
-
APPS.PSB_WS_POS1 dependencies on PSB_SET_RELATIONS
12.1.1
-
View: PSBFV_PAY_ELEMENT_DISTRIBUTION
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.PSB_PURGE_DATA_EXTRACT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_PURGE_DATA_EXTRACT_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
APPS.PSB_PURGE_DATA_EXTRACT_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PSB_WS_POS2
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_WS_POS2, status:VALID,
-
PACKAGE BODY: APPS.PSB_POSITIONS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_POSITIONS_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.PSB_WS_POS1
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_WS_POS1, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
APPS.PSB_POSITION_CONTROL_PVT dependencies on PSB_SET_RELATIONS
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.PSB_WS_POS2 dependencies on PSB_SET_RELATIONS
12.1.1
-
APPS.PSB_WS_POS2 dependencies on PSB_BUDGET_POSITIONS
12.1.1
-
APPS.PSB_POSITION_CONTROL_PVT dependencies on PSB_PAY_ELEMENT_DISTRIBUTIONS
12.1.1