Search Results per_jobs
The PER_JOBS
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a fundamental data structure within the Oracle Human Capital Management (HCM) module, specifically part of the Oracle HRMS (Human Resource Management System) suite. This table stores critical job-related information, serving as a central repository for defining and managing job positions across an organization. Below is a detailed analysis of its structure, functionality, and integration within Oracle EBS.
Overview of PER_JOBS
ThePER_JOBS
table is a core entity in Oracle HRMS, designed to store metadata about job definitions. It acts as a reference for job titles, descriptions, and other attributes that define roles within an organization. Jobs in this table are typically linked to positions (PER_ALL_POSITIONS
), assignments (PER_ALL_ASSIGNMENTS
), and other HR-related entities, enabling comprehensive workforce management.
Key Columns and Structure
The table includes several critical columns, such as:- JOB_ID: Primary key, uniquely identifying each job record.
- NAME: The job title (e.g., "Senior Consultant").
- DATE_FROM and DATE_TO: Define the active period of the job.
- JOB_DEFINITION_ID: Links to predefined job templates.
- BUSINESS_GROUP_ID: Associates the job with a specific business unit.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1-20: Flexfields for custom attributes.
Integration with Other Modules
ThePER_JOBS
table is deeply integrated with other Oracle EBS modules:
- HRMS Assignments: Jobs are linked to employee assignments via
PER_ALL_ASSIGNMENTS
. - Compensation: Used in salary structures and grade rates (
PER_GRADES
). - Recruitment: Jobs are referenced in vacancy postings (
PER_VACANCIES
). - Workforce Planning: Supports role-based analytics and headcount forecasting.
Functional Use Cases
- Job Hierarchy Management: Defines reporting structures and career paths.
- Role-Based Permissions: Jobs can be tied to system access profiles.
- Compliance: Ensures job titles align with regulatory requirements.
- Globalization: Supports multilingual job names via
PER_JOBS_TL
(translation table).
Technical Considerations
- Indexes: Key indexes include
PER_JOBS_PK
(JOB_ID) andPER_JOBS_N1
(BUSINESS_GROUP_ID). - APIs: The
HR_JOBS_API
package provides CRUD operations for programmatic access. - Auditing: Changes are logged in
PER_JOBS_F
for historical tracking.
Version-Specific Notes
In Oracle EBS 12.2.2, enhancements include:- Improved flexfield support for dynamic job attributes.
- Tighter integration with Oracle Fusion Middleware for real-time job updates.
- Extended validations via Oracle Application Framework (OAF).
Conclusion
ThePER_JOBS
table is a cornerstone of Oracle HRMS, enabling structured job management and seamless integration across HCM processes. Its design supports scalability, compliance, and adaptability to organizational changes, making it indispensable for enterprises leveraging Oracle EBS for workforce administration.
-
Table: PER_JOBS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_JOBS, object_name:PER_JOBS, status:VALID, product: PER - Human Resources , description: Jobs defined for a Business Group. , implementation_dba_data: HR.PER_JOBS ,
-
Table: PER_JOBS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_JOBS, object_name:PER_JOBS, status:VALID, product: PER - Human Resources , description: Jobs defined for a Business Group. , implementation_dba_data: HR.PER_JOBS ,
-
Table: PER_CAREER_PATH_ELEMENTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_CAREER_PATH_ELEMENTS, object_name:PER_CAREER_PATH_ELEMENTS, status:VALID, product: PER - Human Resources , description: Progression paths for specific jobs. , implementation_dba_data: HR.PER_CAREER_PATH_ELEMENTS ,
-
Table: PER_CAREER_PATH_ELEMENTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_CAREER_PATH_ELEMENTS, object_name:PER_CAREER_PATH_ELEMENTS, status:VALID, product: PER - Human Resources , description: Progression paths for specific jobs. , implementation_dba_data: HR.PER_CAREER_PATH_ELEMENTS ,
-
View: HRFV_SALARY_SURVEY_MAPPINGS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_SALARY_SURVEY_MAPPINGS, object_name:HRFV_SALARY_SURVEY_MAPPINGS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_SALARY_SURVEY_MAPPINGS ,
-
View: HR_GRADE_JOB_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_GRADE_JOB_LOV_V, object_name:HR_GRADE_JOB_LOV_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_GRADE_JOB_LOV_V ,
-
View: HR_GRADE_JOB_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_GRADE_JOB_LOV_V, object_name:HR_GRADE_JOB_LOV_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_GRADE_JOB_LOV_V ,
-
View: HRFV_SALARY_SURVEY_MAPPINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_SALARY_SURVEY_MAPPINGS, object_name:HRFV_SALARY_SURVEY_MAPPINGS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_SALARY_SURVEY_MAPPINGS ,
-
View: HR_GRADE_JOB_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_GRADE_JOB_BASE_V, object_name:HR_GRADE_JOB_BASE_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_GRADE_JOB_BASE_V ,
-
View: HR_GRADE_JOB_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_GRADE_JOB_BASE_V, object_name:HR_GRADE_JOB_BASE_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_GRADE_JOB_BASE_V ,
-
View: PER_JOBS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_JOBS_V, object_name:PER_JOBS_V, status:VALID, product: PER - Human Resources , description: Restricts on PER_JOBS table to only return Job that exist in the Default HR Job Group , implementation_dba_data: APPS.PER_JOBS_V ,
-
View: PER_JOBS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_JOBS_V, object_name:PER_JOBS_V, status:VALID, product: PER - Human Resources , description: Restricts on PER_JOBS table to only return Job that exist in the Default HR Job Group , implementation_dba_data: APPS.PER_JOBS_V ,
-
Table: PER_JOBS_TL
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_JOBS_TL, object_name:PER_JOBS_TL, status:VALID, product: PER - Human Resources , description: Translated columns for per_jobs , implementation_dba_data: HR.PER_JOBS_TL ,
-
Table: PER_JOBS_TL
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_JOBS_TL, object_name:PER_JOBS_TL, status:VALID, product: PER - Human Resources , description: Translated columns for per_jobs , implementation_dba_data: HR.PER_JOBS_TL ,
-
Table: IRC_TEMPLATE_ASSOCIATIONS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.IRC_TEMPLATE_ASSOCIATIONS, object_name:IRC_TEMPLATE_ASSOCIATIONS, status:VALID, product: PER - Human Resources , description: Offer Template Association table , implementation_dba_data: HR.IRC_TEMPLATE_ASSOCIATIONS ,
-
View: HR_NUSJOB_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_NUSJOB_BASE_V, object_name:HR_NUSJOB_BASE_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_NUSJOB_BASE_V ,
-
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_JOB_EVALUATIONS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_JOB_EVALUATIONS, object_name:PER_JOB_EVALUATIONS, status:VALID, product: PER - Human Resources , description: Job evaluation details for specific jobs or positions. , implementation_dba_data: HR.PER_JOB_EVALUATIONS ,
-
Table: PER_JOB_DEFINITIONS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_JOB_DEFINITIONS, object_name:PER_JOB_DEFINITIONS, status:VALID, product: PER - Human Resources , description: Job key flexfield combinations table. , implementation_dba_data: HR.PER_JOB_DEFINITIONS ,
-
Table: PER_JOB_DEFINITIONS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_JOB_DEFINITIONS, object_name:PER_JOB_DEFINITIONS, status:VALID, product: PER - Human Resources , description: Job key flexfield combinations table. , implementation_dba_data: HR.PER_JOB_DEFINITIONS ,
-
Table: PER_ROLES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ROLES, object_name:PER_ROLES, status:VALID, product: PER - Human Resources , description: Holds the different roles that a person performs. , implementation_dba_data: HR.PER_ROLES ,
-
Table: IRC_TEMPLATE_ASSOCIATIONS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.IRC_TEMPLATE_ASSOCIATIONS, object_name:IRC_TEMPLATE_ASSOCIATIONS, status:VALID, product: PER - Human Resources , description: Offer Template Association table , implementation_dba_data: HR.IRC_TEMPLATE_ASSOCIATIONS ,
-
Table: PER_JOB_EXTRA_INFO
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_JOB_EXTRA_INFO, object_name:PER_JOB_EXTRA_INFO, status:VALID, product: PER - Human Resources , description: Extra information for a job. , implementation_dba_data: HR.PER_JOB_EXTRA_INFO ,
-
Table: PER_VALID_GRADES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_VALID_GRADES, object_name:PER_VALID_GRADES, status:VALID, product: PER - Human Resources , description: Lists valid grades for jobs and positions. , implementation_dba_data: HR.PER_VALID_GRADES ,
-
Table: PER_JOB_EXTRA_INFO
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_JOB_EXTRA_INFO, object_name:PER_JOB_EXTRA_INFO, status:VALID, product: PER - Human Resources , description: Extra information for a job. , implementation_dba_data: HR.PER_JOB_EXTRA_INFO ,
-
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 ,
-
View: HR_JOBS_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_JOBS_LOV_V, object_name:HR_JOBS_LOV_V, status:VALID, product: PER - Human Resources , description: HR Web Offers List of Values view , implementation_dba_data: APPS.HR_JOBS_LOV_V ,
-
View: HR_NUSJOB_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_NUSJOB_LOV_V, object_name:HR_NUSJOB_LOV_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_NUSJOB_LOV_V ,
-
View: HR_NUSJOB_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_NUSJOB_LOV_V, object_name:HR_NUSJOB_LOV_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_NUSJOB_LOV_V ,
-
View: HR_NUSJOB_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_NUSJOB_BASE_V, object_name:HR_NUSJOB_BASE_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_NUSJOB_BASE_V ,
-
Table: PER_JOB_EVALUATIONS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_JOB_EVALUATIONS, object_name:PER_JOB_EVALUATIONS, status:VALID, product: PER - Human Resources , description: Job evaluation details for specific jobs or positions. , implementation_dba_data: HR.PER_JOB_EVALUATIONS ,
-
Table: IRC_DEFAULT_POSTINGS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.IRC_DEFAULT_POSTINGS, object_name:IRC_DEFAULT_POSTINGS, status:VALID, product: PER - Human Resources , description: Stores a library of postings, each mapped to one of a position, a job or an organization. , implementation_dba_data: HR.IRC_DEFAULT_POSTINGS ,
-
Table: PER_ROLES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ROLES, object_name:PER_ROLES, status:VALID, product: PER - Human Resources , description: Holds the different roles that a person performs. , implementation_dba_data: HR.PER_ROLES ,
-
Table: PER_VALID_GRADES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_VALID_GRADES, object_name:PER_VALID_GRADES, status:VALID, product: PER - Human Resources , description: Lists valid grades for jobs and positions. , implementation_dba_data: HR.PER_VALID_GRADES ,
-
Table: PER_DEPLOYMENT_FACTORS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_DEPLOYMENT_FACTORS, object_name:PER_DEPLOYMENT_FACTORS, status:VALID, product: PER - Human Resources , description: A factor affecting a person's capacity to be deployed within an organization. , implementation_dba_data: HR.PER_DEPLOYMENT_FACTORS ,
-
Table: PER_MM_POSITIONS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_MM_POSITIONS, object_name:PER_MM_POSITIONS, status:VALID, product: PER - Human Resources , description: PER_MM_POSITIONS holds positions that were defined as part of a mass move. , implementation_dba_data: HR.PER_MM_POSITIONS ,
-
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_DEPLOYMENT_FACTORS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_DEPLOYMENT_FACTORS, object_name:PER_DEPLOYMENT_FACTORS, status:VALID, product: PER - Human Resources , description: A factor affecting a person's capacity to be deployed within an organization. , implementation_dba_data: HR.PER_DEPLOYMENT_FACTORS ,
-
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 ,
-
Table: IRC_DEFAULT_POSTINGS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.IRC_DEFAULT_POSTINGS, object_name:IRC_DEFAULT_POSTINGS, status:VALID, product: PER - Human Resources , description: Stores a library of postings, each mapped to one of a position, a job or an organization. , implementation_dba_data: HR.IRC_DEFAULT_POSTINGS ,
-
View: HR_JOBS_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_JOBS_LOV_V, object_name:HR_JOBS_LOV_V, status:VALID, product: PER - Human Resources , description: HR Web Offers List of Values view , implementation_dba_data: APPS.HR_JOBS_LOV_V ,
-
Table: PER_BUDGET_ELEMENTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_BUDGET_ELEMENTS, object_name:PER_BUDGET_ELEMENTS, status:VALID, product: PER - Human Resources , description: Combinations of organization, grade, job, and position used to define detailed budget values. , implementation_dba_data: HR.PER_BUDGET_ELEMENTS ,
-
Table: PER_MM_POSITIONS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_MM_POSITIONS, object_name:PER_MM_POSITIONS, status:VALID, product: PER - Human Resources , description: PER_MM_POSITIONS holds positions that were defined as part of a mass move. , implementation_dba_data: HR.PER_MM_POSITIONS ,
-
Table: HR_ALL_POSITIONS_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_ALL_POSITIONS_F, object_name:HR_ALL_POSITIONS_F, status:VALID, product: PER - Human Resources , description: Position definition information. , implementation_dba_data: HR.HR_ALL_POSITIONS_F ,
-
Table: HR_ALL_POSITIONS_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_ALL_POSITIONS_F, object_name:HR_ALL_POSITIONS_F, status:VALID, product: PER - Human Resources , description: Position definition information. , implementation_dba_data: HR.HR_ALL_POSITIONS_F ,
-
View: HR_USJOB_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_USJOB_LOV_V, object_name:HR_USJOB_LOV_V, status:VALID, product: PER - Human Resources , description: US specific view Retrieve jobs and FLSA status , implementation_dba_data: APPS.HR_USJOB_LOV_V ,
-
Table: PER_BUDGET_ELEMENTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_BUDGET_ELEMENTS, object_name:PER_BUDGET_ELEMENTS, status:VALID, product: PER - Human Resources , description: Combinations of organization, grade, job, and position used to define detailed budget values. , implementation_dba_data: HR.PER_BUDGET_ELEMENTS ,
-
View: HR_USJOB_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_USJOB_BASE_V, object_name:HR_USJOB_BASE_V, status:VALID, product: PER - Human Resources , description: US specific view Retrieve jobs and FLSA status , implementation_dba_data: APPS.HR_USJOB_BASE_V ,
-
View: HR_USJOB_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_USJOB_BASE_V, object_name:HR_USJOB_BASE_V, status:VALID, product: PER - Human Resources , description: US specific view Retrieve jobs and FLSA status , implementation_dba_data: APPS.HR_USJOB_BASE_V ,
-
View: HR_USJOB_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_USJOB_LOV_V, object_name:HR_USJOB_LOV_V, status:VALID, product: PER - Human Resources , description: US specific view Retrieve jobs and FLSA status , implementation_dba_data: APPS.HR_USJOB_LOV_V ,