Search Results pay_people_groups
Overview
The PAY_PEOPLE_GROUPS table is a core data object within the Oracle E-Business Suite (EBS) Payroll module (PAY). It serves as the master repository for the People Group flexfield, a key descriptive flexfield (DFF) used for segmenting and categorizing the workforce. This table stores the distinct combinations of values defined for the People Group flexfield segments, enabling organizations to classify employees and contingent workers based on custom business criteria such as project codes, funding sources, cost centers, or union affiliations. Its primary role is to provide a validated set of grouping codes that can be assigned to assignments and linked to various payroll and HR processes, ensuring data integrity and enabling rule-based processing.
Key Information Stored
The table's central column is PEOPLE_GROUP_ID, a system-generated primary key that uniquely identifies each valid people group combination. While the ETRM excerpt does not list all columns, the table's description as a flexfield information table implies it contains the concatenated segment values and their individual segment attributes. Typically, such a table includes columns for the flexfield structure (SEGMENT1, SEGMENT2, etc.), the concatenated descriptive value, and standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE). The PEOPLE_GROUP_ID is the persistent identifier referenced by all related transactional tables.
Common Use Cases and Queries
This table is central to reporting and configuring rules based on people groups. A common use case is generating a list of all active people group codes for assignment or reporting purposes. Administrators often query this table to audit assignments linked to specific groups. For example, to find all assignments associated with a particular people group, one would join PER_ALL_ASSIGNMENTS_F to PAY_PEOPLE_GROUPS. Sample SQL to retrieve a list of defined people groups is:
- SELECT PEOPLE_GROUP_ID, CONCATENATED_SEGMENTS FROM PAY_PEOPLE_GROUPS WHERE ENABLED_FLAG = 'Y' ORDER BY CONCATENATED_SEGMENTS;
Another critical use case is in payroll element eligibility, where element links can be restricted to specific people groups, controlling which employees can receive certain earnings or deductions.
Related Objects
The PAY_PEOPLE_GROUPS table is referenced by several key transactional tables via foreign key relationships, as documented in the provided metadata. These relationships are fundamental to the application's data model:
- PER_ALL_ASSIGNMENTS_F: Links a people group to an employee or contingent worker assignment via PER_ALL_ASSIGNMENTS_F.PEOPLE_GROUP_ID.
- PAY_ELEMENT_LINKS_F: Restricts payroll element eligibility to specific people groups via PAY_ELEMENT_LINKS_F.PEOPLE_GROUP_ID.
- PER_ALL_VACANCIES: Associates a vacancy with a people group via PER_ALL_VACANCIES.PEOPLE_GROUP_ID.
- PSP_EFFORT_REPORT_TEMPLATES: Links effort reporting templates in Oracle Projects to people groups via PSP_EFFORT_REPORT_TEMPLATES.PEOPLE_GROUP_ID.
The primary key constraint PAY_PEOPLE_GROUPS_PK on PEOPLE_GROUP_ID enforces uniqueness and supports these foreign key relationships.
-
Table: PAY_PEOPLE_GROUPS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_PEOPLE_GROUPS, object_name:PAY_PEOPLE_GROUPS, status:VALID, product: PAY - Payroll , description: People group flexfield information. , implementation_dba_data: HR.PAY_PEOPLE_GROUPS ,
-
Table: PAY_PEOPLE_GROUPS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_PEOPLE_GROUPS, object_name:PAY_PEOPLE_GROUPS, status:VALID, product: PAY - Payroll , description: People group flexfield information. , implementation_dba_data: HR.PAY_PEOPLE_GROUPS ,
-
Table: PAY_ELEMENT_LINKS_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELEMENT_LINKS_F, object_name:PAY_ELEMENT_LINKS_F, status:VALID, product: PAY - Payroll , description: Eligibility rules for an element type. , implementation_dba_data: HR.PAY_ELEMENT_LINKS_F ,
-
Table: PAY_ELEMENT_LINKS_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELEMENT_LINKS_F, object_name:PAY_ELEMENT_LINKS_F, status:VALID, product: PAY - Payroll , description: Eligibility rules for an element type. , implementation_dba_data: HR.PAY_ELEMENT_LINKS_F ,
-
View: PAY_PEOPLE_GROUPS_KFV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PEOPLE_GROUPS_KFV, object_name:PAY_PEOPLE_GROUPS_KFV, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_PEOPLE_GROUPS_KFV ,
-
View: PAY_PEOPLE_GROUPS_KFV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PEOPLE_GROUPS_KFV, object_name:PAY_PEOPLE_GROUPS_KFV, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_PEOPLE_GROUPS_KFV ,
-
View: PAY_XLA_EST_OR_PAYM_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_XLA_EST_OR_PAYM_ACTIONS_V, object_name:PAY_XLA_EST_OR_PAYM_ACTIONS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_XLA_EST_OR_PAYM_ACTIONS_V ,
-
View: PAY_XLA_EST_OR_PAYM_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_XLA_EST_OR_PAYM_ACTIONS_V, object_name:PAY_XLA_EST_OR_PAYM_ACTIONS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_XLA_EST_OR_PAYM_ACTIONS_V ,
-
View: PAY_XLA_COST_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_XLA_COST_ACTIONS_V, object_name:PAY_XLA_COST_ACTIONS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_XLA_COST_ACTIONS_V ,
-
View: PAY_XLA_COST_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_XLA_COST_ACTIONS_V, object_name:PAY_XLA_COST_ACTIONS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_XLA_COST_ACTIONS_V ,
-
View: PAY_SG_ASG_PAYMENT_RUNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_SG_ASG_PAYMENT_RUNS_V, object_name:PAY_SG_ASG_PAYMENT_RUNS_V, status:VALID, product: PAY - Payroll , description: Singapore localisation view. , implementation_dba_data: APPS.PAY_SG_ASG_PAYMENT_RUNS_V ,
-
View: PAY_ZA_ASSIGNMENT_ACTIONS_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ZA_ASSIGNMENT_ACTIONS_V2, object_name:PAY_ZA_ASSIGNMENT_ACTIONS_V2, status:VALID, product: PAY - Payroll , description: View for the ZA Pay Advice Report based on the PAY_ASSIGNMENT_ACTIONS table. , implementation_dba_data: APPS.PAY_ZA_ASSIGNMENT_ACTIONS_V2 ,
-
View: PAY_ASSIGNMENT_ACTIONS_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ASSIGNMENT_ACTIONS_V2, object_name:PAY_ASSIGNMENT_ACTIONS_V2, status:VALID, product: PAY - Payroll , description: View for the UK Pay Advice Report based on the PAY_ASSIGNMENT_ACTIONS table. , implementation_dba_data: APPS.PAY_ASSIGNMENT_ACTIONS_V2 ,
-
View: PAY_ZA_ASSIGNMENT_ACTIONS_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ZA_ASSIGNMENT_ACTIONS_V2, object_name:PAY_ZA_ASSIGNMENT_ACTIONS_V2, status:VALID, product: PAY - Payroll , description: View for the ZA Pay Advice Report based on the PAY_ASSIGNMENT_ACTIONS table. , implementation_dba_data: APPS.PAY_ZA_ASSIGNMENT_ACTIONS_V2 ,
-
View: PAY_ASSIGNMENT_ACTIONS_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ASSIGNMENT_ACTIONS_V2, object_name:PAY_ASSIGNMENT_ACTIONS_V2, status:VALID, product: PAY - Payroll , description: View for the UK Pay Advice Report based on the PAY_ASSIGNMENT_ACTIONS table. , implementation_dba_data: APPS.PAY_ASSIGNMENT_ACTIONS_V2 ,
-
View: PAY_GB_ASSIGNMENT_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_ASSIGNMENT_ACTIONS_V, object_name:PAY_GB_ASSIGNMENT_ACTIONS_V, status:VALID, product: PAY - Payroll , description: View for the UK Pay Advice Report based on the PAY_ASSIGNMENT_ACTIONS table. , implementation_dba_data: APPS.PAY_GB_ASSIGNMENT_ACTIONS_V ,
-
View: PAY_GB_ASSIGNMENT_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_ASSIGNMENT_ACTIONS_V, object_name:PAY_GB_ASSIGNMENT_ACTIONS_V, status:VALID, product: PAY - Payroll , description: View for the UK Pay Advice Report based on the PAY_ASSIGNMENT_ACTIONS table. , implementation_dba_data: APPS.PAY_GB_ASSIGNMENT_ACTIONS_V ,
-
View: PAY_SG_ASG_PAYMENT_RUNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_SG_ASG_PAYMENT_RUNS_V, object_name:PAY_SG_ASG_PAYMENT_RUNS_V, status:VALID, product: PAY - Payroll , description: Singapore localisation view. , implementation_dba_data: APPS.PAY_SG_ASG_PAYMENT_RUNS_V ,
-
View: PAY_NZ_ASG_PAYMENT_RUNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_NZ_ASG_PAYMENT_RUNS_V, object_name:PAY_NZ_ASG_PAYMENT_RUNS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_NZ_ASG_PAYMENT_RUNS_V ,
-
View: PAY_NZ_ASG_PAYMENT_RUNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_NZ_ASG_PAYMENT_RUNS_V, object_name:PAY_NZ_ASG_PAYMENT_RUNS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_NZ_ASG_PAYMENT_RUNS_V ,
-
View: PAY_AU_ASG_PAYMENT_RUNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_AU_ASG_PAYMENT_RUNS_V, object_name:PAY_AU_ASG_PAYMENT_RUNS_V, status:VALID, product: PAY - Payroll , description: Australian localisation view. , implementation_dba_data: APPS.PAY_AU_ASG_PAYMENT_RUNS_V ,
-
View: PAY_AU_ASG_PAYMENT_RUNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_AU_ASG_PAYMENT_RUNS_V, object_name:PAY_AU_ASG_PAYMENT_RUNS_V, status:VALID, product: PAY - Payroll , description: Australian localisation view. , implementation_dba_data: APPS.PAY_AU_ASG_PAYMENT_RUNS_V ,