Search Results per_recruitment_activities
Overview
The PER_RECRUITMENT_ACTIVITIES table is a core data object within the Oracle E-Business Suite Human Resources (PER) module, specifically for versions 12.1.1 and 12.2.2. It serves as the central repository for tracking and managing all recruitment initiatives undertaken by an organization. The table's primary role is to record the details and associated costs of various recruitment efforts, such as job fairs, advertising campaigns, agency engagements, and internal referral programs. By maintaining this data, the table enables comprehensive reporting on recruitment effectiveness, cost analysis, and the linkage of hiring activities to specific job requisitions and final employee assignments, thereby supporting strategic workforce planning and budgetary control.
Key Information Stored
The table stores a range of attributes that define a recruitment activity. Its structure is governed by a primary key on RECRUITMENT_ACTIVITY_ID and a unique key constraint on the combination of NAME and BUSINESS_GROUP_ID to ensure activity names are unique within a business group. Critical columns include BUSINESS_GROUP_ID, which anchors the activity to a specific organizational unit, and RUN_BY_ORGANIZATION_ID, identifying the department responsible for executing the activity. The PARENT_RECRUITMENT_ACTIVITY_ID column supports hierarchical relationships, allowing for the grouping of sub-activities under a main initiative. Foreign key columns like POSTING_CONTENT_ID and RECRUITING_SITE_ID integrate with the Oracle iRecruitment module, linking activities to specific job postings and external career sites. The table inherently tracks cost-related information, as indicated by its description.
Common Use Cases and Queries
A primary use case is generating cost analysis reports for recruitment campaigns. Analysts can query the table to aggregate costs by activity type, business group, or running organization. Another critical scenario is tracing the source of hire; the foreign key relationship to PER_ALL_ASSIGNMENTS_F allows queries to identify which recruitment activity resulted in a specific employee assignment. For iRecruitment implementations, linking activities to specific job postings on recruiting sites is essential for measuring channel effectiveness. A sample query to list activities with their responsible organization might be:
- SELECT pra.NAME, pra.RECRUITMENT_ACTIVITY_ID, hou.NAME RUN_BY_ORG
- FROM per_recruitment_activities pra, hr_all_organization_units hou
- WHERE pra.run_by_organization_id = hou.organization_id
- AND pra.business_group_id = :p_bg_id;
This supports operational reviews and budget allocation for recruitment teams.
Related Objects
PER_RECRUITMENT_ACTIVITIES is a central hub with several key relationships. It is primarily owned by a BUSINESS_GROUP_ID and RUN_BY_ORGANIZATION_ID, both referencing HR_ALL_ORGANIZATION_UNITS. Its self-referencing foreign key on PARENT_RECRUITMENT_ACTIVITY_ID allows for activity hierarchies. For iRecruitment, it links to IRC_POSTING_CONTENTS and IRC_ALL_RECRUITING_SITES. Crucially, it is referenced by the assignment table (PER_ALL_ASSIGNMENTS_F) to denote the hiring source for an employee and by the PER_RECRUITMENT_ACTIVITY_FOR table, which likely associates activities with specific vacancies or positions. The IRC_JOB_BASKET_ITEMS table also references it, connecting recruitment activities to candidate job baskets. These relationships make it integral to the end-to-end recruitment-to-hire process.
-
Table: PER_RECRUITMENT_ACTIVITIES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_RECRUITMENT_ACTIVITIES, object_name:PER_RECRUITMENT_ACTIVITIES, status:VALID, product: PER - Human Resources , description: Recruitment activities and costs. , implementation_dba_data: HR.PER_RECRUITMENT_ACTIVITIES ,
-
Table: PER_RECRUITMENT_ACTIVITIES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_RECRUITMENT_ACTIVITIES, object_name:PER_RECRUITMENT_ACTIVITIES, status:VALID, product: PER - Human Resources , description: Recruitment activities and costs. , implementation_dba_data: HR.PER_RECRUITMENT_ACTIVITIES ,
-
Table: PER_RECRUITMENT_ACTIVITY_FOR
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_RECRUITMENT_ACTIVITY_FOR, object_name:PER_RECRUITMENT_ACTIVITY_FOR, status:VALID, product: PER - Human Resources , description: Vacancies associated with a specific recruitment activity. , implementation_dba_data: HR.PER_RECRUITMENT_ACTIVITY_FOR ,
-
View: PER_RECRUITMENT_ACTIVITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_RECRUITMENT_ACTIVITIES_V, object_name:PER_RECRUITMENT_ACTIVITIES_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_RECRUITMENT_ACTIVITIES_V ,
-
Table: PER_RECRUITMENT_ACTIVITY_FOR
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_RECRUITMENT_ACTIVITY_FOR, object_name:PER_RECRUITMENT_ACTIVITY_FOR, status:VALID, product: PER - Human Resources , description: Vacancies associated with a specific recruitment activity. , implementation_dba_data: HR.PER_RECRUITMENT_ACTIVITY_FOR ,
-
Table: IRC_JOB_BASKET_ITEMS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.IRC_JOB_BASKET_ITEMS, object_name:IRC_JOB_BASKET_ITEMS, status:VALID, product: PER - Human Resources , description: The jobs that an applicant has placed in their job basket , implementation_dba_data: HR.IRC_JOB_BASKET_ITEMS ,
-
Table: IRC_JOB_BASKET_ITEMS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.IRC_JOB_BASKET_ITEMS, object_name:IRC_JOB_BASKET_ITEMS, status:VALID, product: PER - Human Resources , description: The jobs that an applicant has placed in their job basket , implementation_dba_data: HR.IRC_JOB_BASKET_ITEMS ,
-
Table: PER_RECRUITMENT_ACTIVITIES_EFC
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_RECRUITMENT_ACTIVITIES_EFC, object_name:PER_RECRUITMENT_ACTIVITIES_EFC, status:VALID, product: PER - Human Resources , description: This is a copy of the PER_RECRUITMENT_ACTIVITIES table which is populated by the EFC (Euro as Functional Currency) process. , implementation_dba_data: HR.PER_RECRUITMENT_ACTIVITIES_EFC ,
-
Table: PER_RECRUITMENT_ACTIVITIES_EFC
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_RECRUITMENT_ACTIVITIES_EFC, object_name:PER_RECRUITMENT_ACTIVITIES_EFC, status:VALID, product: PER - Human Resources , description: This is a copy of the PER_RECRUITMENT_ACTIVITIES table which is populated by the EFC (Euro as Functional Currency) process. , implementation_dba_data: HR.PER_RECRUITMENT_ACTIVITIES_EFC ,
-
View: PER_RECRUITMENT_ACTIVITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_RECRUITMENT_ACTIVITIES_V, object_name:PER_RECRUITMENT_ACTIVITIES_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_RECRUITMENT_ACTIVITIES_V ,
-
Table: IRC_POSTING_CONTENTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.IRC_POSTING_CONTENTS, object_name:IRC_POSTING_CONTENTS, status:VALID, product: PER - Human Resources , description: Stores the actual content of a posting in a table where it can be reused. , implementation_dba_data: HR.IRC_POSTING_CONTENTS ,
-
Table: IRC_POSTING_CONTENTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.IRC_POSTING_CONTENTS, object_name:IRC_POSTING_CONTENTS, status:VALID, product: PER - Human Resources , description: Stores the actual content of a posting in a table where it can be reused. , implementation_dba_data: HR.IRC_POSTING_CONTENTS ,
-
Table: IRC_ALL_RECRUITING_SITES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.IRC_ALL_RECRUITING_SITES, object_name:IRC_ALL_RECRUITING_SITES, status:VALID, product: PER - Human Resources , description: This table currently stores a list of all of the third parties which you have agreements with to send adverts to. In future it may be expanded for other uses too. , implementation_dba_data: HR.IRC_ALL_RECRUITING_SITES ,
-
Table: IRC_ALL_RECRUITING_SITES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.IRC_ALL_RECRUITING_SITES, object_name:IRC_ALL_RECRUITING_SITES, status:VALID, product: PER - Human Resources , description: This table currently stores a list of all of the third parties which you have agreements with to send adverts to. In future it may be expanded for other uses too. , implementation_dba_data: HR.IRC_ALL_RECRUITING_SITES ,
-
View: HRFV_REC_ACT_BY_VACANCIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_REC_ACT_BY_VACANCIES, object_name:HRFV_REC_ACT_BY_VACANCIES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_REC_ACT_BY_VACANCIES ,
-
View: HRFV_REC_ACT_BY_VACANCIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_REC_ACT_BY_VACANCIES, object_name:HRFV_REC_ACT_BY_VACANCIES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_REC_ACT_BY_VACANCIES ,
-
Table: PER_ALL_ASSIGNMENTS_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ALL_ASSIGNMENTS_F, object_name:PER_ALL_ASSIGNMENTS_F, status:VALID, product: PER - Human Resources , description: Employee and applicant assignment details. , implementation_dba_data: HR.PER_ALL_ASSIGNMENTS_F ,
-
Table: PER_ALL_ASSIGNMENTS_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ALL_ASSIGNMENTS_F, object_name:PER_ALL_ASSIGNMENTS_F, status:VALID, product: PER - Human Resources , description: Employee and applicant assignment details. , implementation_dba_data: HR.PER_ALL_ASSIGNMENTS_F ,
-
View: HRFV_RECRUITMENT_ACTIVITIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_RECRUITMENT_ACTIVITIES, object_name:HRFV_RECRUITMENT_ACTIVITIES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_RECRUITMENT_ACTIVITIES ,
-
View: HRFV_RECRUITMENT_ACTIVITIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_RECRUITMENT_ACTIVITIES, object_name:HRFV_RECRUITMENT_ACTIVITIES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_RECRUITMENT_ACTIVITIES ,
-
View: PER_ALL_ASSIGNMENTS_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ALL_ASSIGNMENTS_D, object_name:PER_ALL_ASSIGNMENTS_D, status:VALID, product: PER - Human Resources , description: Used by Datetrack History , implementation_dba_data: APPS.PER_ALL_ASSIGNMENTS_D ,
-
View: PER_ALL_ASSIGNMENTS_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ALL_ASSIGNMENTS_D, object_name:PER_ALL_ASSIGNMENTS_D, status:VALID, product: PER - Human Resources , description: Used by Datetrack History , implementation_dba_data: APPS.PER_ALL_ASSIGNMENTS_D ,
-
View: HRFV_EMPLOYEE_ASSIGNMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_EMPLOYEE_ASSIGNMENTS, object_name:HRFV_EMPLOYEE_ASSIGNMENTS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_EMPLOYEE_ASSIGNMENTS ,
-
View: HRFV_EMPLOYEE_ASSIGNMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_EMPLOYEE_ASSIGNMENTS, object_name:HRFV_EMPLOYEE_ASSIGNMENTS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_EMPLOYEE_ASSIGNMENTS ,
-
View: HRFV_JOB_APPLICATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_JOB_APPLICATIONS, object_name:HRFV_JOB_APPLICATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_JOB_APPLICATIONS ,
-
View: PER_ASSIGNMENTS_V5
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ASSIGNMENTS_V5, object_name:PER_ASSIGNMENTS_V5, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_ASSIGNMENTS_V5 ,
-
View: HRFV_JOB_APPLICATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_JOB_APPLICATIONS, object_name:HRFV_JOB_APPLICATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_JOB_APPLICATIONS ,
-
View: PER_ASSIGNMENTS_V5
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ASSIGNMENTS_V5, object_name:PER_ASSIGNMENTS_V5, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_ASSIGNMENTS_V5 ,
-
Table: HR_ALL_ORGANIZATION_UNITS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,
-
Table: HR_ALL_ORGANIZATION_UNITS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,
-
View: HRFV_PERSON_ASSIGNMENT_HISTORY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_PERSON_ASSIGNMENT_HISTORY, object_name:HRFV_PERSON_ASSIGNMENT_HISTORY, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_PERSON_ASSIGNMENT_HISTORY ,
-
View: HRFV_PERSON_ASSIGNMENT_HISTORY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_PERSON_ASSIGNMENT_HISTORY, object_name:HRFV_PERSON_ASSIGNMENT_HISTORY, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_PERSON_ASSIGNMENT_HISTORY ,
-
View: PER_PEOPLE_V3
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PEOPLE_V3, object_name:PER_PEOPLE_V3, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_PEOPLE_V3 ,
-
View: PER_PEOPLE_V3
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PEOPLE_V3, object_name:PER_PEOPLE_V3, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_PEOPLE_V3 ,