Search Results psb_employees
Overview
The PSB_EMPLOYEES table is a core data object within the Oracle E-Business Suite Public Sector Budgeting (PSB) module. It serves as the central repository for storing employee information that is critical for budget planning and analysis in a government or public sector context. Its primary role is to provide a master list of employees, identified by a unique EMPLOYEE_ID, which can be linked to various budgeting components such as position funding, salary forecasts, and personnel cost allocations. The table's existence is fundamental to enabling the integration of human resource data with the financial budgeting processes that the PSB module automates.
Key Information Stored
While the provided ETRM metadata does not list all columns, the documented structure confirms the EMPLOYEE_ID column as the primary key, uniquely identifying each employee record. Based on standard PSB data models and the table's purpose, it typically stores attributes essential for budgetary calculations. This commonly includes employee names, assignment details, job codes, salary grades, and effective dates. The table likely contains columns linking to foundational EBS entities, such as PERSON_ID from the HR schema, to ensure data consistency across the application. The primary key constraint, PSB_EMPLOYEES_PK, enforces the uniqueness of the EMPLOYEE_ID, guaranteeing data integrity for all related budgeting transactions.
Common Use Cases and Queries
This table is primarily accessed during budget formulation to associate personnel costs with specific budget lines and organizational units. A common reporting use case involves generating a list of all employees included in a fiscal year's budget plan. Sample SQL patterns often involve joining PSB_EMPLOYEES to budget-specific tables, such as those holding salary proposals or position budgets. For instance, a query to validate employee data in the budgeting system might follow this pattern:
- SELECT e.employee_id, e.full_name FROM psb.psb_employees e WHERE EXISTS (SELECT 1 FROM psb_budget_lines bl WHERE bl.employee_id = e.employee_id);
Another critical use case is during data validation and migration, where scripts check for the existence of an employee in PSB_EMPLOYEES before inserting related budget detail records, thereby preventing foreign key constraint violations.
Related Objects
The documented primary key relationship indicates that PSB_EMPLOYEES is a parent table. Other tables within the PSB schema will hold foreign key references to PSB_EMPLOYEES.EMPLOYEE_ID to maintain referential integrity. While specific child tables are not named in the provided excerpt, typical related objects in the PSB module include budget detail tables (e.g., PSB_BUDGET_LINES), position budget tables, and salary forecast tables. These child tables would use EMPLOYEE_ID as a foreign key column to link transactional budgeting data back to the master employee record. The constraint name PSB_EMPLOYEES_PK is explicitly referenced by these foreign key constraints in the dependent objects.
-
Table: PSB_EMPLOYEES
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_EMPLOYEES, object_name:PSB_EMPLOYEES, status:VALID, product: PSB - Public Sector Budgeting , description: Employee information , implementation_dba_data: PSB.PSB_EMPLOYEES ,
-
Table: PSB_EMPLOYEES
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Employee information , implementation_dba_data: Not implemented in this database ,
-
APPS.PSB_POSITIONS_PVT dependencies on PSB_EMPLOYEES
12.1.1
-
APPS.PSB_PURGE_DATA_EXTRACT_PVT dependencies on PSB_EMPLOYEES
12.1.1
-
APPS.PSB_EXCEL_PVT dependencies on PSB_EMPLOYEES
12.1.1
-
APPS.PSB_POSITION_CONTROL_PVT dependencies on PSB_EMPLOYEES
12.1.1
-
APPS.PSB_WORKSHEET_CONSOLIDATE dependencies on PSB_EMPLOYEES
12.1.1
-
APPS.PSB_HR_POPULATE_DATA_PVT dependencies on PSB_EMPLOYEES
12.1.1
-
SYNONYM: APPS.PSB_EMPLOYEES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PSB_EMPLOYEES, status:VALID,
-
VIEW: APPS.PSB_POSITION_ASSIGN_EMP_V
12.1.1
-
APPS.PSB_EXCEL_PVT dependencies on PSB_POSITION_ASSIGNMENTS
12.1.1
-
TABLE: PSB.PSB_EMPLOYEES
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_EMPLOYEES, object_name:PSB_EMPLOYEES, status:VALID,
-
VIEW: APPS.PSB_BUDGET_REVISION_POSITION_V
12.1.1
-
APPS.PSB_HR_POPULATE_DATA_PVT dependencies on PSB_EMPLOYEE_ASSIGNMENTS_I
12.1.1
-
APPS.PSB_POSITIONS_PVT dependencies on PSB_POSITION_ASSIGNMENTS
12.1.1
-
APPS.PSB_HR_POPULATE_DATA_PVT dependencies on PER_ALL_ASSIGNMENTS_F
12.1.1
-
Table: PSB_EMPLOYEES_I
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Interface table for PSB_EMPLOYEES , implementation_dba_data: Not implemented in this database ,
-
APPS.PSB_HR_POPULATE_DATA_PVT dependencies on PSB_POSITION_ASSIGNMENTS
12.1.1
-
Table: PSB_EMPLOYEES_I
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_EMPLOYEES_I, object_name:PSB_EMPLOYEES_I, status:VALID, product: PSB - Public Sector Budgeting , description: Interface table for PSB_EMPLOYEES , implementation_dba_data: PSB.PSB_EMPLOYEES_I ,
-
View: PSB_POSITION_ASSIGN_EMP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_POSITION_ASSIGN_EMP_V, object_name:PSB_POSITION_ASSIGN_EMP_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_POSITION_ASSIGN_EMP_V ,
-
APPS.PSB_HR_POPULATE_DATA_PVT dependencies on PSB_EMPLOYEES_S
12.1.1
-
View: PSB_BUDGET_REVISION_POSITION_V
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: PSB_POSITION_ASSIGN_EMP_V
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.PSB_HR_POPULATE_DATA_PVT dependencies on PSB_EMPLOYEES_I
12.1.1
-
12.1.1 DBA Data
12.1.1
-
View: PSB_BUDGET_REVISION_POSITION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_BUDGET_REVISION_POSITION_V, object_name:PSB_BUDGET_REVISION_POSITION_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_BUDGET_REVISION_POSITION_V ,
-
APPS.PSB_HR_POPULATE_DATA_PVT dependencies on PSB_POSITIONS
12.1.1
-
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 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.PSB_EXCEL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_EXCEL_PVT, 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.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.PSB_WORKSHEET_CONSOLIDATE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_WORKSHEET_CONSOLIDATE, status:VALID,
-
VIEW: APPS.PSB_POSITION_ASSIGN_EMP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_POSITION_ASSIGN_EMP_V, object_name:PSB_POSITION_ASSIGN_EMP_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.PSBFV_POSITIONS
12.1.1
-
PACKAGE BODY: APPS.PSB_HR_POPULATE_DATA_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_HR_POPULATE_DATA_PVT, status:VALID,
-
APPS.PSB_HR_EXTRACT_DATA_PVT dependencies on PSB_EMPLOYEES_I
12.1.1
-
APPS.PSB_HR_POPULATE_DATA_PVT dependencies on PSB_COST_DISTRIBUTIONS_I
12.1.1
-
APPS.PSB_HR_POPULATE_DATA_PVT dependencies on PSB_POSITIONS_I
12.1.1
-
TABLE: PSB.PSB_EMPLOYEES_I
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_EMPLOYEES_I, object_name:PSB_EMPLOYEES_I, status:VALID,
-
PACKAGE BODY: APPS.PSB_POSITION_CONTROL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_POSITION_CONTROL_PVT, status:VALID,
-
VIEW: APPS.PSB_BUDGET_REVISION_POSITION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_BUDGET_REVISION_POSITION_V, object_name:PSB_BUDGET_REVISION_POSITION_V, status:VALID,
-
View: PSBFV_POSITIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_POSITIONS, object_name:PSBFV_POSITIONS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_POSITIONS ,
-
View: PSBFV_POSITIONS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PSBFV_POSITIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_POSITIONS, object_name:PSBFV_POSITIONS, status:VALID,
-
APPS.PSB_WORKSHEET_CONSOLIDATE SQL Statements
12.1.1
-
APPS.PSB_PURGE_DATA_EXTRACT_PVT SQL Statements
12.1.1
-
APPS.PSB_HR_POPULATE_DATA_PVT dependencies on DUAL
12.1.1