Search Results per_analysis_criteria
Overview
The PER_ANALYSIS_CRITERIA table is a core data structure within the Oracle E-Business Suite Human Resources (PER) module, specifically for versions 12.1.1 and 12.2.2. It functions as the flexfield combination table for the Personal Analysis Key Flexfield (KFF). This design is fundamental to Oracle's flexfield architecture, where the table stores validated, unique combinations of segments defined for the descriptive flexfield. The table's primary role is to serve as a centralized reference and validation point for personal analysis codes, enabling the flexible categorization and analysis of individuals within the HR system without requiring custom table structures.
Key Information Stored
The table's central purpose is to store each unique combination of the Personal Analysis flexfield segments. The primary column is ANALYSIS_CRITERIA_ID, a system-generated unique identifier (Primary Key) that acts as a foreign key in various transactional tables. While the specific segment columns (e.g., SEGMENT1, SEGMENT2) are not detailed in the provided metadata, they are defined by the flexfield configuration and stored within this table. Additional standard columns typical of such flexfield tables include ENABLED_FLAG, START_DATE_ACTIVE, END_DATE_ACTIVE for controlling valid combinations, and columns for tracking creation and last update details (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE).
Common Use Cases and Queries
The primary use case is the creation and maintenance of valid personal analysis codes, which are then assigned to persons or job requirements. Common operational activities include querying for active codes or validating a specific segment combination before assignment. For reporting, the table is frequently joined to transactional data to decode the ANALYSIS_CRITERIA_ID into meaningful segment descriptions.
- Retrieving all active personal analysis codes:
SELECT ANALYSIS_CRITERIA_ID FROM PER_ANALYSIS_CRITERIA WHERE SYSDATE BETWEEN START_DATE_ACTIVE AND NVL(END_DATE_ACTIVE, SYSDATE+1) AND ENABLED_FLAG = 'Y'; - Joining to person assignments to report on analysis criteria:
SELECT ppf.full_name, pac.analysis_criteria_id FROM per_all_people_f ppf, per_person_analyses ppa, per_analysis_criteria pac WHERE ppa.person_id = ppf.person_id AND ppa.analysis_criteria_id = pac.analysis_criteria_id;
Related Objects
As indicated by the foreign key relationships, PER_ANALYSIS_CRITERIA is referenced by several key transactional tables. PER_PERSON_ANALYSES links the analysis criteria to a specific person. PER_JOB_REQUIREMENTS and PQH_TXN_JOB_REQUIREMENTS use it to define analysis criteria needed for a job. The PER_MM_JOB_REQUIREMENTS table (related to mass maintenance) references it twice for both the original and new analysis criteria values. These relationships underscore the table's integral role in both person-centric analysis and position/job requirement management within the HR lifecycle.
-
Table: PER_ANALYSIS_CRITERIA
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ANALYSIS_CRITERIA, object_name:PER_ANALYSIS_CRITERIA, status:VALID, product: PER - Human Resources , description: Flexfield combination table for the personal analysis key flexfield. , implementation_dba_data: HR.PER_ANALYSIS_CRITERIA ,
-
Table: PER_ANALYSIS_CRITERIA
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ANALYSIS_CRITERIA, object_name:PER_ANALYSIS_CRITERIA, status:VALID, product: PER - Human Resources , description: Flexfield combination table for the personal analysis key flexfield. , implementation_dba_data: HR.PER_ANALYSIS_CRITERIA ,
-
Table: PER_MM_JOB_REQUIREMENTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_MM_JOB_REQUIREMENTS, object_name:PER_MM_JOB_REQUIREMENTS, status:VALID, product: PER - Human Resources , description: PER_MM_JOB_REQUIREMENTS holds data related to transferring position requirements to a newly created position. , implementation_dba_data: HR.PER_MM_JOB_REQUIREMENTS ,
-
Table: PER_MM_JOB_REQUIREMENTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_MM_JOB_REQUIREMENTS, object_name:PER_MM_JOB_REQUIREMENTS, status:VALID, product: PER - Human Resources , description: PER_MM_JOB_REQUIREMENTS holds data related to transferring position requirements to a newly created position. , implementation_dba_data: HR.PER_MM_JOB_REQUIREMENTS ,
-
Table: PER_PERSON_ANALYSES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PERSON_ANALYSES, object_name:PER_PERSON_ANALYSES, status:VALID, product: PER - Human Resources , description: Special information types for a person. , implementation_dba_data: HR.PER_PERSON_ANALYSES ,
-
Table: PER_PERSON_ANALYSES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PERSON_ANALYSES, object_name:PER_PERSON_ANALYSES, status:VALID, product: PER - Human Resources , description: Special information types for a person. , implementation_dba_data: HR.PER_PERSON_ANALYSES ,
-
Table: PER_JOB_REQUIREMENTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_JOB_REQUIREMENTS, object_name:PER_JOB_REQUIREMENTS, status:VALID, product: PER - Human Resources , description: Requirements for specific jobs or positions. For example, skills, qualifications, experience, training. , implementation_dba_data: HR.PER_JOB_REQUIREMENTS ,
-
Table: PER_JOB_REQUIREMENTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_JOB_REQUIREMENTS, object_name:PER_JOB_REQUIREMENTS, status:VALID, product: PER - Human Resources , description: Requirements for specific jobs or positions. For example, skills, qualifications, experience, training. , implementation_dba_data: HR.PER_JOB_REQUIREMENTS ,
-
View: HRFV_JOB_AND_POS_REQUIREMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_JOB_AND_POS_REQUIREMENTS, object_name:HRFV_JOB_AND_POS_REQUIREMENTS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_JOB_AND_POS_REQUIREMENTS ,
-
View: HRFV_JOB_AND_POS_REQUIREMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_JOB_AND_POS_REQUIREMENTS, object_name:HRFV_JOB_AND_POS_REQUIREMENTS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_JOB_AND_POS_REQUIREMENTS ,
-
View: HRFV_ADA_DISABILITIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_ADA_DISABILITIES, object_name:HRFV_ADA_DISABILITIES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_ADA_DISABILITIES ,
-
View: HRFV_ADA_DISABILITIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_ADA_DISABILITIES, object_name:HRFV_ADA_DISABILITIES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_ADA_DISABILITIES ,
-
View: HRFV_ADA_DIS_ACCOMMODATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_ADA_DIS_ACCOMMODATIONS, object_name:HRFV_ADA_DIS_ACCOMMODATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_ADA_DIS_ACCOMMODATIONS ,
-
View: HRFV_PERSON_SPECIAL_INFO
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_PERSON_SPECIAL_INFO, object_name:HRFV_PERSON_SPECIAL_INFO, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_PERSON_SPECIAL_INFO ,
-
View: HRFV_ADA_DIS_ACCOMMODATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_ADA_DIS_ACCOMMODATIONS, object_name:HRFV_ADA_DIS_ACCOMMODATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_ADA_DIS_ACCOMMODATIONS ,
-
View: HRFV_PERSON_SPECIAL_INFO
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_PERSON_SPECIAL_INFO, object_name:HRFV_PERSON_SPECIAL_INFO, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_PERSON_SPECIAL_INFO ,
-
View: PER_JP_SPECIAL_INFORMATION
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_JP_SPECIAL_INFORMATION, object_name:PER_JP_SPECIAL_INFORMATION, status:VALID, product: PER - Human Resources , description: JP specific , implementation_dba_data: APPS.PER_JP_SPECIAL_INFORMATION ,
-
View: PER_QH_SIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_QH_SIT_V, object_name:PER_QH_SIT_V, status:VALID, product: PER - Human Resources , description: View of special information types for a person, used by People Management form , implementation_dba_data: APPS.PER_QH_SIT_V ,
-
View: HRFV_OSHA_REPORTABLE_INCIDENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_OSHA_REPORTABLE_INCIDENTS, object_name:HRFV_OSHA_REPORTABLE_INCIDENTS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_OSHA_REPORTABLE_INCIDENTS ,
-
View: HRFV_OSHA_REPORTABLE_INCIDENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_OSHA_REPORTABLE_INCIDENTS, object_name:HRFV_OSHA_REPORTABLE_INCIDENTS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_OSHA_REPORTABLE_INCIDENTS ,
-
View: PER_QH_SIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_QH_SIT_V, object_name:PER_QH_SIT_V, status:VALID, product: PER - Human Resources , description: View of special information types for a person, used by People Management form , implementation_dba_data: APPS.PER_QH_SIT_V ,
-
View: PER_JP_SPECIAL_INFORMATION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_JP_SPECIAL_INFORMATION, object_name:PER_JP_SPECIAL_INFORMATION, status:VALID, product: PER - Human Resources , description: JP specific , implementation_dba_data: APPS.PER_JP_SPECIAL_INFORMATION ,
-
View: PER_EXPANDED_ANALYSES_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_EXPANDED_ANALYSES_VIEW, object_name:PER_EXPANDED_ANALYSES_VIEW, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_EXPANDED_ANALYSES_VIEW ,
-
View: PER_EXPANDED_ANALYSES_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_EXPANDED_ANALYSES_VIEW, object_name:PER_EXPANDED_ANALYSES_VIEW, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_EXPANDED_ANALYSES_VIEW ,
-
View: PER_EXPANDED_ANALYSES_VIEW2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_EXPANDED_ANALYSES_VIEW2, object_name:PER_EXPANDED_ANALYSES_VIEW2, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_EXPANDED_ANALYSES_VIEW2 ,
-
View: PER_EXPANDED_ANALYSES_VIEW2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_EXPANDED_ANALYSES_VIEW2, object_name:PER_EXPANDED_ANALYSES_VIEW2, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_EXPANDED_ANALYSES_VIEW2 ,
-
View: HRFV_DETAILED_SPECIAL_INFO
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_DETAILED_SPECIAL_INFO, object_name:HRFV_DETAILED_SPECIAL_INFO, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_DETAILED_SPECIAL_INFO ,
-
View: HRFV_DETAILED_SPECIAL_INFO
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_DETAILED_SPECIAL_INFO, object_name:HRFV_DETAILED_SPECIAL_INFO, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_DETAILED_SPECIAL_INFO ,
-
View: PER_ASSIGNMENTS_V3
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ASSIGNMENTS_V3, object_name:PER_ASSIGNMENTS_V3, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_ASSIGNMENTS_V3 ,
-
View: PER_ASSIGNMENTS_V3
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ASSIGNMENTS_V3, object_name:PER_ASSIGNMENTS_V3, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_ASSIGNMENTS_V3 ,