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.PA_RBS_UTILS dependencies on PER_JOBS
12.2.2
-
APPS.PQH_PQIPED10_XMLP_PKG dependencies on PER_JOBS
12.2.2
-
APPS.HRI_OPL_JOBH dependencies on PER_JOBS
12.2.2
-
APPS.HR_JP_ID_PKG dependencies on PER_JOBS
12.2.2
-
APPS.PAY_CA_ARCHIVE dependencies on PER_JOBS
12.2.2
-
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_RESOURCES_PKG dependencies on PER_JOBS
12.2.2
-
APPS.HR_REPORTS dependencies on PER_JOBS
12.1.1
-
APPS.PA_CROSS_BUSINESS_GRP dependencies on PER_JOBS
12.1.1
-
APPS.PQH_GL_POSTING dependencies on PER_JOBS
12.1.1
-
APPS.POS_COMPARE_REVISIONS dependencies on PER_JOBS
12.1.1
-
APPS.PQH_WKS_ERROR_CHK dependencies on PER_JOBS
12.1.1
-
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.BEN_DM_DOWNLOAD_DK dependencies on PER_JOBS
12.1.1
-
APPS.PAY_GB_MOVDED_EDI dependencies on PER_JOBS
12.1.1
-
APPS.HRI_OPL_JOBH dependencies on PER_JOBS
12.1.1
-
APPS.HR_SUIT_MATCH_UTILITY_WEB dependencies on PER_JOBS
12.1.1
-
APPS.PER_DB_PER_SETUP dependencies on PER_JOBS
12.1.1
-
APPS.PQH_BDGT_ACTUAL_CMMTMNT_PKG dependencies on PER_JOBS
12.2.2
-
APPS.PER_QH_MAINTAIN_QUERY dependencies on PER_JOBS
12.2.2
-
APPS.PAY_FR_UPDATE_PCS_CODE dependencies on PER_JOBS
12.2.2
-
APPS.HR_JP_ID_PKG dependencies on PER_JOBS
12.2.2
-
APPS.PAY_FI_ARCHIVE_PSTA dependencies on PER_JOBS
12.2.2
-
APPS.PAY_KW_ARCHIVE dependencies on PER_JOBS
12.2.2
-
APPS.PAY_GB_ENROLL_PENSION dependencies on PER_JOBS
12.2.2
-
APPS.PER_US_VETC_TAP dependencies on PER_JOBS
12.2.2
-
APPS.PQH_PQIPED9_XMLP_PKG dependencies on PER_JOBS
12.2.2
-
APPS.PA_BUDGET_ACCOUNT_PKG dependencies on PER_JOBS
12.1.1
-
APPS.JTF_RS_IMP_RES_PVT dependencies on PER_JOBS
12.1.1
-
APPS.PAY_DK_ARCHIVE dependencies on PER_JOBS
12.1.1
-
APPS.PAY_US_DB_PER_SETUP dependencies on PER_JOBS
12.1.1
-
APPS.HR_MISC_WEB dependencies on PER_JOBS
12.1.1
-
APPS.PAY_SA_CHEQUE_REPORT dependencies on PER_JOBS
12.1.1