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.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_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 ,
-
APPS.HR_HRHD_INITIAL_LOAD dependencies on PER_JOBS
12.2.2
-
APPS.JTF_RS_JSP_LOV_RECS_PUB dependencies on PER_JOBS
12.2.2
-
APPS.PER_QH_ACTION dependencies on PER_JOBS
12.2.2
-
APPS.PER_RI_WORKBENCH_PKG dependencies on PER_JOBS
12.2.2
-
APPS.HR_POSITION_API dependencies on PER_JOBS
12.2.2
-
APPS.GHR_NFC_POSITION_EXTRACTS dependencies on PER_JOBS
12.2.2
-
APPS.HR_SALARY_SURVEY_MAPPING_API dependencies on PER_JOBS
12.2.2
-
APPS.PAY_US_JOB_WC_USAGES_PKG dependencies on PER_JOBS
12.2.2
-
APPS.HR_GENERAL dependencies on PER_JOBS
12.2.2
-
APPS.PQH_PQIPED7_XMLP_PKG dependencies on PER_JOBS
12.2.2
-
APPS.PA_PAXPEEMO_XMLP_PKG dependencies on PER_JOBS
12.2.2
-
APPS.PA_RATE_PVT_PKG dependencies on PER_JOBS
12.2.2
-
APPS.OTA_TEA_BUS dependencies on PER_JOBS
12.2.2
-
APPS.PER_QH_FIND_QUERY dependencies on PER_JOBS
12.2.2
-
APPS.PER_JOB_BUS dependencies on PER_JOBS
12.2.2
-
APPS.PER_PERUSEO1_XMLP_PKG dependencies on PER_JOBS
12.2.2
-
APPS.HR_ASSIGNMENT dependencies on PER_JOBS
12.1.1
-
APPS.AME_ABSOLUTE_JOB_LEVEL_HANDLER dependencies on PER_JOBS
12.1.1
-
APPS.AP_WEB_POLICY_UTILS dependencies on PER_JOBS
12.1.1
-
APPS.PAY_FI_ARCHIVE_PSTA dependencies on PER_JOBS
12.1.1
-
APPS.GHR_RIF_PKG dependencies on PER_JOBS
12.1.1
-
APPS.PER_PERRPREQ_XMLP_PKG dependencies on PER_JOBS
12.1.1
-
APPS.PQH_BDGT_ACTUAL_CMMTMNT_PKG dependencies on PER_JOBS
12.1.1
-
APPS.PER_FR_WORK_CERT dependencies on PER_JOBS
12.1.1
-
APPS.PAY_EOSY_AC_PKG dependencies on PER_JOBS
12.2.2
-
APPS.PAY_KW_CHEQUE_REPORT dependencies on PER_JOBS
12.2.2
-
APPS.PER_PERRPREQ_XMLP_PKG dependencies on PER_JOBS
12.2.2
-
APPS.PA_JOB_UTILS dependencies on PER_JOBS
12.2.2
-
APPS.PER_POS_BUS dependencies on PER_JOBS
12.2.2
-
APPS.PER_JOB_DEL dependencies on PER_JOBS
12.2.2
-
APPS.PAY_FI_ARCHIVE_PYSA dependencies on PER_JOBS
12.1.1
-
APPS.PA_PAXPEEMO_XMLP_PKG dependencies on PER_JOBS
12.1.1
-
APPS.PA_MASS_ASGMT_TRX dependencies on PER_JOBS
12.1.1
-
APPS.PAY_KW_CHEQUE_REPORT dependencies on PER_JOBS
12.1.1
-
APPS.PER_QH_POPULATE dependencies on PER_JOBS
12.1.1
-
APPS.BEN_PD_RATE_AND_CVG_MODULE dependencies on PER_JOBS
12.1.1
-
APPS.PER_NEW_HIRE_PKG dependencies on PER_JOBS
12.1.1
-
APPS.PA_BUDGET_ACCOUNT_PKG dependencies on PER_JOBS
12.1.1
-
APPS.HR_HRHD_INITIAL_LOAD dependencies on PER_JOBS
12.1.1
-
APPS.PER_PERUSHIR_XMLP_PKG dependencies on PER_JOBS
12.1.1
-
APPS.JTF_RS_CONC_RES_PUB dependencies on PER_JOBS
12.1.1
-
APPS.PER_JBT_BUS dependencies on PER_JOBS
12.1.1
-
APPS.PER_PERFRMMO_XMLP_PKG dependencies on PER_JOBS
12.1.1
-
APPS.PQH_WKS_BUDGET dependencies on PER_JOBS
12.1.1
-
APPS.PQP_HROSS_INTEGRATION dependencies on PER_JOBS
12.1.1
-
APPS.PA_ASSIGNMENT_APPROVAL_PUB dependencies on PER_JOBS
12.1.1
-
APPS.HR_JOB_API dependencies on PER_JOBS
12.2.2
-
APPS.PA_RBS_UTILS dependencies on PER_JOBS
12.2.2