Search Results per_jobs
Overview
The PER_JOBS table is a core master data table within the Oracle E-Business Suite Human Resources (HR) module, specifically under the PER product family. It serves as the central repository for all job definitions within a business group. A job represents a formal, named position or role within an organization's structure, such as "Senior Accountant" or "Software Developer," which can be assigned to employees and positions. The table's primary role is to establish a standardized catalog of job titles, enabling consistent reporting, compensation management, position control, and integration with other EBS modules like Projects and iRecruitment. Its integrity is enforced by the primary key constraint PER_JOBS_PK on the JOB_ID column, a detail directly relevant to the user's search.
Key Information Stored
The table stores descriptive and relational attributes for each job record. The primary identifier is the system-generated JOB_ID (Primary Key: PER_JOBS_PK). Each job is uniquely identified within a business group by the combination of NAME and BUSINESS_GROUP_ID (Unique Key: PER_JOBS_UK2). Key columns include BUSINESS_GROUP_ID, which links the job to its owning HR organization, and JOB_DEFINITION_ID, which references a template job definition from the PER_JOB_DEFINITIONS table. Other significant attributes typically include ENABLED_FLAG (active status), DATE_FROM and DATE_TO (effective dates), and descriptive fields like INTERNAL_TITLE. The table also maintains relationships via JOB_GROUP_ID to categorize jobs within PER_JOB_GROUPS.
Common Use Cases and Queries
This table is fundamental for HR operations and cross-module reporting. Common use cases include maintaining the enterprise job catalog, assigning jobs to employees and positions, and configuring compensation rules or project billing rates based on job roles. A frequent reporting requirement is to list all active jobs within a business group. A sample query to achieve this, utilizing the primary key column, is:
- SELECT JOB_ID, NAME, INTERNAL_TITLE FROM PER_JOBS WHERE BUSINESS_GROUP_ID = &BG_ID AND ENABLED_FLAG = 'Y' AND SYSDATE BETWEEN DATE_FROM AND NVL(DATE_TO, SYSDATE) ORDER BY NAME;
Another critical pattern involves joining PER_JOBS with HR_ALL_POSITIONS_F to analyze position occupancy by job title, or with PA_RESOURCE_ASSIGNMENTS in Projects to report on project staffing by job role.
Related Objects
As indicated by the extensive foreign key relationships in the metadata, PER_JOBS is a heavily referenced master table. Key dependencies include:
- Core HR: HR_ALL_POSITIONS_F directly references PER_JOBS via JOB_ID for position management.
- Projects (PA): Numerous tables reference JOB_ID for resource management and billing, including PA_RESOURCE_ASSIGNMENTS, PA_EXPENDITURE_ITEMS_ALL, and PA_BILL_RATES_ALL.
- Talent Acquisition: IRC_DEFAULT_POSTINGS and related iRecruitment tables use JOB_ID for requisition and posting setup.
- Payroll: PAY_ELEMENT_LINKS_F can associate earnings or deductions with specific jobs.
- Parent/Reference Tables: It draws definitional data from PER_JOB_DEFINITIONS and is scoped by HR_ALL_ORGANIZATION_UNITS (Business Group).
-
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.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 ,
-
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 ,
-
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.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: 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: 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.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: 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: 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 ,
-
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 ,
-
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 ,
-
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_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 ,
-
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_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: 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 ,
-
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 ,
-
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_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 ,
-
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 ,
-
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: 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: 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_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 ,
-
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_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: 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: 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 ,
-
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.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 ,
-
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: 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_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 ,
-
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 ,
-
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 ,