Search Results psb_account_position_sets
Overview
The PSB_ACCOUNT_POSITION_SETS table is a core data definition table within the now-obsolete Public Sector Budgeting (PSB) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. Its primary role was to serve as a master repository for defining reusable sets of accounts and positions. These sets functioned as templates or groupings, enabling budget administrators to efficiently apply consistent budgeting rules, controls, and reporting criteria across multiple budget structures without redundant manual entry. The table's design links these definitions to a specific Set of Books (the precursor to Ledgers) and to Data Extract processes, centralizing configuration for complex public sector budgeting workflows.
Key Information Stored
While the full column list is not detailed in the provided metadata, the primary and foreign key relationships define its critical data elements. The central column is ACCOUNT_POSITION_SET_ID, the unique primary key identifier for each set definition. The table stores the SET_OF_BOOKS_ID, anchoring each set to a specific financial ledger for data isolation and security. It also holds DATA_EXTRACT_ID, linking set definitions to broader data extraction and integration configurations within PSB. Other likely columns would include a name, description, effective dates, and type indicators to distinguish between account sets and position sets.
Common Use Cases and Queries
This table was central to setup and reporting operations. Administrators would query it to review or audit defined sets before launching budget cycles. A typical use case involved identifying all account sets for a specific ledger to validate budget coverage. A common reporting query would join this table to its lines table to list all members of a specific set.
- Sample Query to List Sets for a Ledger:
SELECT set_name, description
FROM psb_account_position_sets
WHERE set_of_books_id = :ledger_id; - Sample Query for Set Membership:
SELECT s.set_name, l.account_segment_value
FROM psb_account_position_sets s,
psb_account_position_set_lines l
WHERE s.account_position_set_id = l.account_position_set_id
AND s.account_position_set_id = :set_id;
Related Objects
As indicated by its foreign key constraints, PSB_ACCOUNT_POSITION_SETS is a pivotal parent table with several key dependencies. PSB_ACCOUNT_POSITION_SET_LINES stores the individual account or position members belonging to each set. PSB_BUDGET_ACCOUNTS and PSB_BUDGET_POSITIONS reference the set to apply predefined groupings to specific budget entries. PSB_SET_RELATIONS likely used it to define hierarchical relationships between different sets. Furthermore, it references the foundational GL_SETS_OF_BOOKS_11I (GL Ledgers) and is referenced by PSB_DATA_EXTRACTS, highlighting its role in data extraction processes. This network of relationships underscores its function as a central configuration hub within the obsolete PSB module.
-
Table: PSB_ACCOUNT_POSITION_SETS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_ACCOUNT_POSITION_SETS, object_name:PSB_ACCOUNT_POSITION_SETS, status:VALID, product: PSB - Public Sector Budgeting , description: Account set and position set definitions , implementation_dba_data: PSB.PSB_ACCOUNT_POSITION_SETS ,
-
View: PSBFV_BUDGET_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_BUDGET_GROUPS, object_name:PSBFV_BUDGET_GROUPS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_BUDGET_GROUPS ,
-
Table: PSB_BUDGET_ACCOUNTS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_BUDGET_ACCOUNTS, object_name:PSB_BUDGET_ACCOUNTS, status:VALID, product: PSB - Public Sector Budgeting , description: Expanded list of General Ledger code combinations that belong to an account set , implementation_dba_data: PSB.PSB_BUDGET_ACCOUNTS ,
-
View: PSBBV_ACCOUNT_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_ACCOUNT_SETS, object_name:PSBBV_ACCOUNT_SETS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBBV_ACCOUNT_SETS ,
-
View: PSBFV_ACCOUNT_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_ACCOUNT_SETS, object_name:PSBFV_ACCOUNT_SETS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_ACCOUNT_SETS ,
-
View: PSBBV_ACCOUNT_SET_LISTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_ACCOUNT_SET_LISTS, object_name:PSBBV_ACCOUNT_SET_LISTS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBBV_ACCOUNT_SET_LISTS ,
-
Table: PSB_ACCOUNT_POSITION_SET_LINES
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_ACCOUNT_POSITION_SET_LINES, object_name:PSB_ACCOUNT_POSITION_SET_LINES, status:VALID, product: PSB - Public Sector Budgeting , description: Account set details in form of range of accounts. Position set details in form of position attributes. , implementation_dba_data: PSB.PSB_ACCOUNT_POSITION_SET_LINES ,
-
Table: PSB_BUDGET_POSITIONS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_BUDGET_POSITIONS, object_name:PSB_BUDGET_POSITIONS, status:VALID, product: PSB - Public Sector Budgeting , description: Expanded list of positions in a position set , implementation_dba_data: PSB.PSB_BUDGET_POSITIONS ,
-
View: PSBFV_ACCOUNT_SET_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_ACCOUNT_SET_LINES, object_name:PSBFV_ACCOUNT_SET_LINES, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_ACCOUNT_SET_LINES ,
-
View: PSBFV_POSITION_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_POSITION_SETS, object_name:PSBFV_POSITION_SETS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_POSITION_SETS ,
-
View: PSBBV_POSITION_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_POSITION_SETS, object_name:PSBBV_POSITION_SETS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBBV_POSITION_SETS ,
-
View: PSBBV_POSITION_SET_LISTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_POSITION_SET_LISTS, object_name:PSBBV_POSITION_SET_LISTS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBBV_POSITION_SET_LISTS ,
-
View: PSBBV_CONSTRAINT_ACCT_SET_LIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_CONSTRAINT_ACCT_SET_LIST, object_name:PSBBV_CONSTRAINT_ACCT_SET_LIST, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBBV_CONSTRAINT_ACCT_SET_LIST ,
-
View: PSBFV_PARAMETER_POS_SET_LISTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_PARAMETER_POS_SET_LISTS, object_name:PSBFV_PARAMETER_POS_SET_LISTS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_PARAMETER_POS_SET_LISTS ,
-
View: PSBBV_CONSTRAINT_POS_SET_LISTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_CONSTRAINT_POS_SET_LISTS, object_name:PSBBV_CONSTRAINT_POS_SET_LISTS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBBV_CONSTRAINT_POS_SET_LISTS ,
-
View: PSBFV_ALLOC_RULE_ACCT_SET_LIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_ALLOC_RULE_ACCT_SET_LIST, object_name:PSBFV_ALLOC_RULE_ACCT_SET_LIST, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_ALLOC_RULE_ACCT_SET_LIST ,
-
View: PSBBV_PARAMETER_ACCT_SET_LISTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_PARAMETER_ACCT_SET_LISTS, object_name:PSBBV_PARAMETER_ACCT_SET_LISTS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBBV_PARAMETER_ACCT_SET_LISTS ,
-
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 ,
-
View: PSBFV_ACCOUNT_SET_LISTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_ACCOUNT_SET_LISTS, object_name:PSBFV_ACCOUNT_SET_LISTS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_ACCOUNT_SET_LISTS ,
-
View: PSBFV_POSITION_SET_LISTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_POSITION_SET_LISTS, object_name:PSBFV_POSITION_SET_LISTS, status:VALID, product: PSB - Public Sector Budgeting , description: 10sc only , implementation_dba_data: APPS.PSBFV_POSITION_SET_LISTS ,
-
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: PSBFV_CONSTRAINT_POS_SET_LISTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_CONSTRAINT_POS_SET_LISTS, object_name:PSBFV_CONSTRAINT_POS_SET_LISTS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_CONSTRAINT_POS_SET_LISTS ,
-
Table: PSB_DATA_EXTRACTS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_DATA_EXTRACTS, object_name:PSB_DATA_EXTRACTS, status:VALID, product: PSB - Public Sector Budgeting , description: Data extract definitions. All position related data are partitioned by data extract. , implementation_dba_data: PSB.PSB_DATA_EXTRACTS ,
-
View: PSBFV_PARAMETER_ACCT_SET_LISTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_PARAMETER_ACCT_SET_LISTS, object_name:PSBFV_PARAMETER_ACCT_SET_LISTS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_PARAMETER_ACCT_SET_LISTS ,
-
View: PSBBV_ALLOC_RULE_ACCT_SET_LIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_ALLOC_RULE_ACCT_SET_LIST, object_name:PSBBV_ALLOC_RULE_ACCT_SET_LIST, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBBV_ALLOC_RULE_ACCT_SET_LIST ,
-
View: PSBBV_PARAMETER_POS_SET_LISTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_PARAMETER_POS_SET_LISTS, object_name:PSBBV_PARAMETER_POS_SET_LISTS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBBV_PARAMETER_POS_SET_LISTS ,
-
View: PSBFV_CONSTRAINT_ACCT_SET_LIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_CONSTRAINT_ACCT_SET_LIST, object_name:PSBFV_CONSTRAINT_ACCT_SET_LIST, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_CONSTRAINT_ACCT_SET_LIST ,
-
View: PSB_ACCT_POSITION_SET_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_ACCT_POSITION_SET_LINES_V, object_name:PSB_ACCT_POSITION_SET_LINES_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_ACCT_POSITION_SET_LINES_V ,
-
View: PSB_BUDGET_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_BUDGET_GROUPS_V, object_name:PSB_BUDGET_GROUPS_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_BUDGET_GROUPS_V ,
-
View: PSB_SET_RELATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_SET_RELATIONS_V, object_name:PSB_SET_RELATIONS_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_SET_RELATIONS_V ,
-
View: PSB_ACCOUNT_POSITION_SETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_ACCOUNT_POSITION_SETS_V, object_name:PSB_ACCOUNT_POSITION_SETS_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_ACCOUNT_POSITION_SETS_V ,