Search Results people
The PER_SCORECARD_SHARING
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component of the Oracle Performance Management module, specifically designed to manage access control and sharing permissions for performance scorecards. This table facilitates the secure distribution of performance metrics and evaluations among managers, employees, and other stakeholders while adhering to organizational hierarchies and data privacy policies. Below is a detailed analysis of its structure, functionality, and integration within Oracle EBS.
Purpose and Functional Overview
ThePER_SCORECARD_SHARING
table serves as a repository for defining and enforcing sharing rules for performance scorecards. It ensures that only authorized users can view, modify, or share performance data, aligning with role-based access control (RBAC) principles. Key functionalities include:
- Access Control: Determines which users or roles can access specific scorecards.
- Hierarchy-Based Sharing: Supports sharing based on organizational hierarchies (e.g., managers accessing subordinate scorecards).
- Custom Permissions: Allows granular permissions (view/edit/share) for individual scorecards or groups.
Table Structure and Key Columns
The table's schema includes columns that define relationships between scorecards and users/groups. Notable columns include:- SCORECARD_SHARING_ID: Primary key, uniquely identifying each sharing rule.
- SCORECARD_ID: Foreign key linking to
PER_SCORECARDS
, referencing the target scorecard. - SHARED_WITH_TYPE: Specifies whether sharing is with a user (
USER
), group (GROUP
), or role (ROLE
). - SHARED_WITH_ID: Identifier for the user/group/role granted access.
- PERMISSION_LEVEL: Defines access levels (e.g.,
VIEW
,EDIT
,FULL_CONTROL
). - START_DATE/END_DATE: Optional date ranges for time-bound access.
Integration with Oracle EBS Modules
The table integrates with several EBS modules:- Oracle HRMS: Leverages employee hierarchies from
PER_ALL_ASSIGNMENTS
to auto-populate sharing rules for managers. - Oracle Workflow: Triggers notifications when scorecards are shared or modified.
- Oracle Security: Enforces permissions via
FND_USER
andFND_RESPONSIBILITY
tables.
Technical Considerations
- Performance: Indexes on
SCORECARD_ID
andSHARED_WITH_ID
optimize query performance for large datasets. - Audit Trails: Changes to sharing rules may be logged in
PER_SCORECARD_SHARING_AUDIT
(if configured). - APIs: PL/SQL APIs like
PER_SCORECARD_SHARING_PKG
provide programmatic control for custom implementations.
Customization and Extensions
Organizations often extend the table's functionality by:- Adding custom columns (e.g.,
APPROVAL_STATUS
) via descriptive flexfields. - Developing triggers to sync with external systems.
- Using Oracle BI Publisher to generate sharing reports.
Conclusion
ThePER_SCORECARD_SHARING
table is a cornerstone of Oracle EBS Performance Management, enabling secure, flexible, and hierarchical sharing of performance data. Its design aligns with Oracle's RBAC framework while offering extensibility for enterprise-specific requirements. Proper configuration ensures compliance with data governance policies and enhances transparency in performance evaluations.
-
Lookup Type: PER_MSL_WHO
12.2.2
product: PER - Human Resources , meaning: Who to process in PERSLM , description: Whether to process Current only,Terminated only or both groups. ,
-
Lookup Type: PER_MSL_WHO
12.1.1
product: PER - Human Resources , meaning: Who to process in PERSLM , description: Whether to process Current only,Terminated only or both groups. ,
-
Lookup Type: DE_PEOPLE_GROUP_KEY
12.2.2
product: PER - Human Resources , meaning: People group Key , description: People Group Key for German Social Insurance ,
-
Lookup Type: DE_PEOPLE_GROUP_KEY
12.1.1
product: PER - Human Resources , meaning: People group Key , description: People Group Key for German Social Insurance ,
-
Lookup Type: FORM_RESTRICTION_TYPE
12.1.1
product: PER - Human Resources , meaning: FORM RESTRICTION TYPE , description: Types of restriction supported by forms customization. ,
-
Table: PER_SCORECARD_SHARING
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_SCORECARD_SHARING, object_name:PER_SCORECARD_SHARING, status:VALID, product: PER - Human Resources , description: This table holds access permisssions for what people can access which scorecard. , implementation_dba_data: HR.PER_SCORECARD_SHARING ,
-
Lookup Type: BEN_EXT_PROMPT
12.1.1
product: PER - Human Resources , meaning: BEN_EXT_PROMPT ,
-
Table: HR_WORKING_PERSON_LISTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_WORKING_PERSON_LISTS, object_name:HR_WORKING_PERSON_LISTS, status:VALID, product: PER - Human Resources , description: Holds a list of people who constitute a user current list, used in the Line Manager Web pages , implementation_dba_data: HR.HR_WORKING_PERSON_LISTS ,
-
Table: IRC_REC_TEAM_MEMBERS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.IRC_REC_TEAM_MEMBERS, object_name:IRC_REC_TEAM_MEMBERS, status:VALID, product: PER - Human Resources , description: Stores the list of people who are working on a particular vacancy , implementation_dba_data: HR.IRC_REC_TEAM_MEMBERS ,
-
Table: PER_PERF_MGMT_PLANS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PERF_MGMT_PLANS, object_name:PER_PERF_MGMT_PLANS, status:VALID, product: PER - Human Resources , description: This table holds Performance Management Plans - a plan that controls and automates goal setting and performance management by defining the time-period, the people, and the process. , implementation_dba_data: HR.PER_PERF_MGMT_PLANS ,
-
Lookup Type: FORM_RESTRICTION_TYPE
12.2.2
product: PER - Human Resources , meaning: FORM RESTRICTION TYPE , description: Types of restriction supported by forms customization. ,
-
Table: PER_SCORECARD_SHARING
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_SCORECARD_SHARING, object_name:PER_SCORECARD_SHARING, status:VALID, product: PER - Human Resources , description: This table holds access permisssions for what people can access which scorecard. , implementation_dba_data: HR.PER_SCORECARD_SHARING ,
-
Table: PER_ASSESSMENT_GROUPS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ASSESSMENT_GROUPS, object_name:PER_ASSESSMENT_GROUPS, status:VALID, product: PER - Human Resources , description: Grouping of People for 360 reviews , implementation_dba_data: HR.PER_ASSESSMENT_GROUPS ,
-
Lookup Type: PER_QH_YES_NO_FIRST
12.1.1
product: PER - Human Resources , meaning: Yes_No_First , description: Possible values for the display of a window in the People Management Form ,
-
Table: PER_ASSESSMENT_GROUPS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ASSESSMENT_GROUPS, object_name:PER_ASSESSMENT_GROUPS, status:VALID, product: PER - Human Resources , description: Grouping of People for 360 reviews , implementation_dba_data: HR.PER_ASSESSMENT_GROUPS ,
-
Lookup Type: DATE_TRACK_HISTORY
12.2.2
product: PER - Human Resources , meaning: Date Track History , description: Date Track History Prompt ,
-
Lookup Type: TOBACCO_USER
12.1.1
product: PER - Human Resources , meaning: TOBACCO USER , description: Different types of Tobacco people may use. ,
-
Lookup Type: TOBACCO_USER
12.2.2
product: PER - Human Resources , meaning: TOBACCO USER , description: Different types of Tobacco people may use. ,
-
Table: PER_ADDRESSES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ADDRESSES, object_name:PER_ADDRESSES, status:VALID, product: PER - Human Resources , description: Address information for people. , implementation_dba_data: HR.PER_ADDRESSES ,
-
Lookup Type: BEN_EXT_PROMPT
12.2.2
product: PER - Human Resources , meaning: BEN_EXT_PROMPT ,
-
Lookup Type: PER_QH_YES_NO_FIRST
12.2.2
product: PER - Human Resources , meaning: Yes_No_First , description: Possible values for the display of a window in the People Management Form ,
-
Table: HR_WORKING_PERSON_LISTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_WORKING_PERSON_LISTS, object_name:HR_WORKING_PERSON_LISTS, status:VALID, product: PER - Human Resources , description: Holds a list of people who constitute a user current list, used in the Line Manager Web pages , implementation_dba_data: HR.HR_WORKING_PERSON_LISTS ,
-
Table: PER_ADDRESSES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ADDRESSES, object_name:PER_ADDRESSES, status:VALID, product: PER - Human Resources , description: Address information for people. , implementation_dba_data: HR.PER_ADDRESSES ,
-
Table: IRC_REC_TEAM_MEMBERS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.IRC_REC_TEAM_MEMBERS, object_name:IRC_REC_TEAM_MEMBERS, status:VALID, product: PER - Human Resources , description: Stores the list of people who are working on a particular vacancy , implementation_dba_data: HR.IRC_REC_TEAM_MEMBERS ,
-
Table: PER_PERSON_LIST_CHANGES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PERSON_LIST_CHANGES, object_name:PER_PERSON_LIST_CHANGES, status:VALID, product: PER - Human Resources , description: List of people that are to be added to current PER_PERSON_LIST. , implementation_dba_data: HR.PER_PERSON_LIST_CHANGES ,
-
Table: PER_PERSON_LIST_CHANGES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PERSON_LIST_CHANGES, object_name:PER_PERSON_LIST_CHANGES, status:VALID, product: PER - Human Resources , description: List of people that are to be added to current PER_PERSON_LIST. , implementation_dba_data: HR.PER_PERSON_LIST_CHANGES ,
-
Table: PER_COBRA_COV_ENROLLMENTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_COBRA_COV_ENROLLMENTS, object_name:PER_COBRA_COV_ENROLLMENTS, status:VALID, product: PER - Human Resources , description: Enrollments for people who are eligible for continued benefit coverage under COBRA. , implementation_dba_data: HR.PER_COBRA_COV_ENROLLMENTS ,
-
Lookup Type: DK_COND_OF_EMP
12.2.2
product: PER - Human Resources , meaning: Denmark Condition of Employment , description: Denmark Condition of Employment ,
-
Table: PER_PERSON_LIST
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PERSON_LIST, object_name:PER_PERSON_LIST, status:VALID, product: PER - Human Resources , description: List of people that a secure user can access. , implementation_dba_data: HR.PER_PERSON_LIST ,
-
Table: PER_PERSON_LIST
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PERSON_LIST, object_name:PER_PERSON_LIST, status:VALID, product: PER - Human Resources , description: List of people that a secure user can access. , implementation_dba_data: HR.PER_PERSON_LIST ,
-
Lookup Type: NL_TAX_TYPE
12.2.2
product: PER - Human Resources , meaning: NL_TAX_TYPE , description: Taxation Type ,
-
Table: PER_PERF_MGMT_PLANS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PERF_MGMT_PLANS, object_name:PER_PERF_MGMT_PLANS, status:VALID, product: PER - Human Resources , description: This table holds Performance Management Plans - a plan that controls and automates goal setting and performance management by defining the time-period, the people, and the process. , implementation_dba_data: HR.PER_PERF_MGMT_PLANS ,
-
Lookup Type: PER_QH_NEW
12.1.1
product: PER - Human Resources , meaning: New Objects , description: A list of New objects that a user can create in the People Management form ,
-
Lookup Type: PER_QH_NEW
12.2.2
product: PER - Human Resources , meaning: New Objects , description: A list of New objects that a user can create in the People Management form ,
-
Concurrent Program: PERDPTTL
12.1.1
execution_filename: PERDPTTL , product: PER - Human Resources , user_name: PERDPTTL , description: Removes Title from Person's Full Name , argument_method: Standard , enabled: Yes , execution_method: SQL*Plus ,
-
Table: PER_COBRA_COV_ENROLLMENTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_COBRA_COV_ENROLLMENTS, object_name:PER_COBRA_COV_ENROLLMENTS, status:VALID, product: PER - Human Resources , description: Enrollments for people who are eligible for continued benefit coverage under COBRA. , implementation_dba_data: HR.PER_COBRA_COV_ENROLLMENTS ,
-
Concurrent Program: PERDPTTL
12.2.2
execution_filename: PERDPTTL , product: PER - Human Resources , user_name: PERDPTTL , description: Removes Title from Person's Full Name , argument_method: Standard , enabled: Yes , execution_method: SQL*Plus ,
-
View: PER_INFO_TYPE_SECURITY_PIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_INFO_TYPE_SECURITY_PIT_V, object_name:PER_INFO_TYPE_SECURITY_PIT_V, status:VALID, product: PER - Human Resources , description: Join between Info type security and People info types , implementation_dba_data: APPS.PER_INFO_TYPE_SECURITY_PIT_V ,
-
Lookup Type: DK_COND_OF_EMP
12.1.1
product: PER - Human Resources , meaning: Denmark Condition of Employment , description: Denmark Condition of Employment ,
-
Lookup Type: NL_TAX_TYPE
12.1.1
product: PER - Human Resources , meaning: NL_TAX_TYPE , description: Taxation Type ,
-
Table: PER_ALL_PEOPLE_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ALL_PEOPLE_F, object_name:PER_ALL_PEOPLE_F, status:VALID, product: PER - Human Resources , description: DateTracked table holding personal information for employees, applicants and other people. , implementation_dba_data: HR.PER_ALL_PEOPLE_F ,
-
View: PER_INFO_TYPE_SECURITY_PIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_INFO_TYPE_SECURITY_PIT_V, object_name:PER_INFO_TYPE_SECURITY_PIT_V, status:VALID, product: PER - Human Resources , description: Join between Info type security and People info types , implementation_dba_data: APPS.PER_INFO_TYPE_SECURITY_PIT_V ,
-
Table: PER_ALL_PEOPLE_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ALL_PEOPLE_F, object_name:PER_ALL_PEOPLE_F, status:VALID, product: PER - Human Resources , description: DateTracked table holding personal information for employees, applicants and other people. , implementation_dba_data: HR.PER_ALL_PEOPLE_F ,
-
Lookup Type: PER_SP_ASG_CHANGES
12.2.2
product: PER - Human Resources , meaning: Assignment Changes ,
-
Lookup Type: GSP_ITEM_TYPE
12.1.1
product: PER - Human Resources , meaning: Names of Item Types for HR Summary process , description: Names of Item Types for HR Summary process ,
-
Lookup Type: GSP_ITEM_TYPE
12.2.2
product: PER - Human Resources , meaning: Names of Item Types for HR Summary process , description: Names of Item Types for HR Summary process ,
-
Lookup Type: IRC_PROCESS_TYPE
12.2.2
product: PER - Human Resources , meaning: IRC_PROCESS_TYPE , description: Lookup for specifying the type of purge while purging old iRecruitment data ,
-
Lookup Type: IRC_PROCESS_TYPE
12.1.1
product: PER - Human Resources , meaning: IRC_PROCESS_TYPE , description: Lookup for specifying the type of purge while purging old iRecruitment data ,
-
View: HR_HIER_SUPER_PEOPLE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_HIER_SUPER_PEOPLE_V, object_name:HR_HIER_SUPER_PEOPLE_V, status:VALID, product: PER - Human Resources , description: View of people and assignments , implementation_dba_data: APPS.HR_HIER_SUPER_PEOPLE_V ,
-
Lookup Type: NL_SPECIAL_INDICATORS
12.1.1
product: PER - Human Resources , meaning: NL_SPECIAL_INDICATORS , description: Special Indicators for Dutch Taxation ,