Search Results psb_pay_elements
Overview
The PSB_PAY_ELEMENTS table is a core data object within the Oracle E-Business Suite module Public Sector Budgeting (PSB), which is designated as obsolete. This table serves as the master repository for pay element definitions. A pay element is a fundamental component in budgeting for personnel costs, representing distinct types of compensation or benefits, such as base salary, overtime, bonuses, or various allowances. The table's primary role is to define and store the configuration and rules for each pay element, enabling the system to calculate, allocate, and forecast position-related expenses during the budget formulation process. Its extensive foreign key relationships indicate it is a central hub for linking pay definitions to formulas, rates, assignments, and cost calculations.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the documented primary and foreign key relationships reveal the critical data points stored. The primary key, PAY_ELEMENT_ID, uniquely identifies each pay element definition. Essential descriptive attributes would typically include an element name, code, and classification. The foreign keys FORMULA_ID and DATA_EXTRACT_ID are crucial, linking each pay element to a calculation rule (in PSB_FORMULAS) and potentially to a source data definition (in PSB_DATA_EXTRACTS) for populating values. Other inferred columns would define the element's behavior, such as its category (e.g., recurring, one-time), its impact on benefits, its taxability, and its accounting flexfield mapping for generating budgetary journal entries.
Common Use Cases and Queries
The primary use case is the administration and inquiry of all configured pay elements within the Public Sector Budgeting module. Common operational and reporting activities include validating the setup of compensation structures, auditing which formulas are applied to specific elements, and generating lists of elements used in position budgeting. A typical query would join PSB_PAY_ELEMENTS to its related tables to analyze the complete setup. For example, to list all pay elements with their associated calculation formulas, one might use:
SELECT pe.PAY_ELEMENT_ID, pe.ELEMENT_NAME, f.FORMULA_NAME
FROM PSB_PAY_ELEMENTS pe, PSB_FORMULAS f
WHERE pe.FORMULA_ID = f.FORMULA_ID(+);
Another common scenario involves tracing where a specific pay element is assigned, requiring joins to tables like PSB_POSITION_ASSIGNMENTS or PSB_DEFAULT_ASSIGNMENTS.
Related Objects
As evidenced by the foreign key relationships, PSB_PAY_ELEMENTS is a central table with numerous dependencies. The documented relationships are as follows:
- References To (Outgoing Foreign Keys): PSB_PAY_ELEMENTS references PSB_FORMULAS (via FORMULA_ID) and PSB_DATA_EXTRACTS (via DATA_EXTRACT_ID).
- References From (Incoming Foreign Keys): The following tables use PAY_ELEMENT_ID to link back to a master pay element definition:
- PSB_DEFAULT_ASSIGNMENTS
- PSB_ELEMENT_POS_SET_GROUPS
- PSB_PARAMETER_FORMULAS
- PSB_PAY_ELEMENT_OPTIONS
- PSB_PAY_ELEMENT_RATES
- PSB_POSITION_ASSIGNMENTS
- PSB_POSITION_COSTS
- PSB_WS_ELEMENT_LINES
This network of relationships shows the table's integral role in connecting pay element definitions to their specific rates, assignment rules, cost calculations, and worksheet lines within the budgeting workflow.
-
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_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 ,
-
APPS.PSB_POSITION_CONTROL_PVT dependencies on PSB_PAY_ELEMENTS
12.1.1
-
APPS.PSB_WS_POS1 dependencies on PSB_PAY_ELEMENTS
12.1.1
-
APPS.PSB_HR_POPULATE_DATA_PVT dependencies on PSB_PAY_ELEMENTS
12.1.1
-
APPS.PSB_WS_POS3 dependencies on PSB_PAY_ELEMENTS
12.1.1
-
APPS.PSB_WORKSHEET dependencies on PSB_PAY_ELEMENTS
12.1.1
-
APPS.PSB_EXCEL_PVT dependencies on PSB_PAY_ELEMENTS
12.1.1
-
APPS.PSB_PAY_ELEMENTS_PVT dependencies on PSB_PAY_ELEMENTS
12.1.1
-
APPS.PSB_WS_POS2 dependencies on PSB_PAY_ELEMENTS
12.1.1
-
APPS.PSB_COPY_DATA_EXTRACT_PVT dependencies on PSB_PAY_ELEMENTS
12.1.1
-
APPS.PSB_BUDGET_REVISIONS_PVT dependencies on PSB_PAY_ELEMENTS
12.1.1
-
APPS.PSB_POSITIONS_PVT dependencies on PSB_PAY_ELEMENTS
12.1.1
-
APPS.PSB_WORKSHEET_CONSOLIDATE dependencies on PSB_PAY_ELEMENTS
12.1.1
-
APPS.PSB_PURGE_DATA_EXTRACT_PVT dependencies on PSB_PAY_ELEMENTS
12.1.1
-
APPS.PSB_ENTITY_SET_PVT dependencies on PSB_PAY_ELEMENTS
12.1.1
-
APPS.PSB_EXCEL2_PVT dependencies on PSB_PAY_ELEMENTS
12.1.1
-
VIEW: APPS.PSBFV_DEFAULT_ASSIGNMENTS
12.1.1
-
VIEW: APPS.PSB_PAY_ELEMENTS_DFV
12.1.1
-
APPS.PSB_PAY_ELEMENTS_PVT dependencies on PSB_PAY_ELEMENTS_S
12.1.1
-
APPS.PSB_HR_POPULATE_DATA_PVT dependencies on PSB_PAY_ELEMENT_OPTIONS
12.1.1
-
APPS.PSB_EXCEL2_PVT dependencies on PSB_PAY_ELEMENT_RATES
12.1.1
-
VIEW: APPS.PSB_WS_ELEMENT_LINE_NAMES_V
12.1.1
-
APPS.PSB_WS_POS3 dependencies on PSB_WS_ELEMENT_LINES
12.1.1
-
VIEW: APPS.PSB_POSITION_ASSIGN_SALARY_V
12.1.1
-
VIEW: APPS.PSBFV_PAY_ELEMENT_RATES
12.1.1
-
VIEW: APPS.PSBFV_POSITION_COSTS
12.1.1
-
VIEW: APPS.PSBFV_PAY_ELEMENTS
12.1.1
-
VIEW: APPS.PSBBV_PAY_ELEMENTS
12.1.1
-
VIEW: APPS.PSBFV_PAY_ELEMENT_DISTRIBUTION
12.1.1
-
APPS.PSB_COPY_DATA_EXTRACT_PVT dependencies on PSB_PAY_ELEMENT_OPTIONS
12.1.1
-
VIEW: APPS.PSBFV_POSITION_ASSIGNMENTS
12.1.1
-
View: PSBFV_DEFAULT_ASSIGNMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_DEFAULT_ASSIGNMENTS, object_name:PSBFV_DEFAULT_ASSIGNMENTS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_DEFAULT_ASSIGNMENTS ,
-
VIEW: APPS.PSB_POSITION_ASSIGN_ELEMENT_V
12.1.1
-
VIEW: APPS.PSBFV_WS_ELEMENT_COST_LINES
12.1.1
-
VIEW: APPS.PSBFV_CONSTRAINT_FORMULAS
12.1.1
-
SYNONYM: APPS.PSB_PAY_ELEMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PSB_PAY_ELEMENTS, status:VALID,
-
View: PSB_POSITION_ASSIGN_SALARY_V
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PSB_DEFAULT_ASSIGNMENTS_V
12.1.1
-
View: PSBFV_DEFAULT_ASSIGNMENTS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PSBFV_PARAMETER_FORMULAS
12.1.1
-
APPS.PSB_POSITION_CONTROL_PVT dependencies on PSB_PAY_ELEMENT_DISTRIBUTIONS
12.1.1
-
APPS.PSB_POSITIONS_PVT dependencies on PSB_SET_RELATIONS
12.1.1
-
APPS.PSB_POSITIONS_PVT dependencies on PSB_BUDGET_POSITIONS
12.1.1
-
View: PSB_POSITION_ASSIGN_SALARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_POSITION_ASSIGN_SALARY_V, object_name:PSB_POSITION_ASSIGN_SALARY_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_POSITION_ASSIGN_SALARY_V ,
-
APPS.PSB_POSITIONS_PVT dependencies on PSB_ELEMENT_POS_SET_GROUPS
12.1.1
-
Table: PSB_DEFAULT_ASSIGNMENTS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_DEFAULT_ASSIGNMENTS, object_name:PSB_DEFAULT_ASSIGNMENTS, status:VALID, product: PSB - Public Sector Budgeting , description: Position default assignments , implementation_dba_data: PSB.PSB_DEFAULT_ASSIGNMENTS ,
-
VIEW: APPS.PSB_PAY_ELEMENTS_V
12.1.1
-
APPS.PSB_EXCEL_PVT dependencies on PSB_PAY_ELEMENT_RATES
12.1.1
-
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 ,