Search Results irc_default_postings
Overview
The IRC_DEFAULT_POSTINGS table is a core data repository within the Oracle E-Business Suite Human Resources (PER) module, specifically supporting the iRecruitment functionality. It serves as a centralized library or template system for job requisition postings. Its primary role is to store predefined posting configurations that can be mapped to a specific position, a job classification, or an organizational unit. This enables HR administrators to standardize and expedite the creation of new recruitment requisitions by leveraging pre-approved templates, ensuring consistency in job descriptions, requirements, and other posting attributes across the enterprise.
Key Information Stored
The table's structure is designed to link a posting template to a single primary entity within the HRMS structure. The most critical columns include the unique identifier, DEFAULT_POSTING_ID, which serves as the primary key. The mapping is established through foreign key columns: JOB_ID, which references the PER_JOBS table to associate the template with a specific job; ORGANIZATION_ID, which references HR_ALL_ORGANIZATION_UNITS to associate it with a specific department or business group; and a POSITION_ID (implied by the description, though not explicitly listed in the provided foreign keys) for position-based templates. Each record represents a distinct template containing the full complement of data necessary to generate a complete job posting.
Common Use Cases and Queries
A primary use case is the rapid generation of a new job requisition. When a recruiter initiates a req for a specific job in a department, the application can query this table to suggest or automatically apply a matching default posting template. Common reporting and administrative queries include listing all available templates or identifying gaps in coverage. A sample SQL pattern to retrieve all templates for a specific job family would involve joining with PER_JOBS.
SELECT idp.default_posting_id, idp.name, pj.job_name FROM irc_default_postings idp JOIN per_jobs pj ON idp.job_id = pj.job_id WHERE pj.job_function = 'IT' AND idp.organization_id IS NULL;
This query finds IT job templates not restricted to a single organization.
Related Objects
The IRC_DEFAULT_POSTINGS table is integral to the iRecruitment data model, with defined relationships to fundamental HRMS tables. As per the documented foreign keys:
- PER_JOBS: Joined via the JOB_ID column. This links a posting template to a defined job, such as "Senior Accountant."
- HR_ALL_ORGANIZATION_UNITS: Joined via the ORGANIZATION_ID column. This links a template to a specific organizational unit, allowing for department-specific posting variants.
The table is also referenced by other iRecruitment objects (like IRC_POSTINGS_ALL, which likely holds instances of actual live postings created from these defaults) and is accessed through standard Oracle HRMS APIs for data integrity and security.
-
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: 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 ,
-
APPS.IRC_IDP_DEL dependencies on IRC_DEFAULT_POSTINGS
12.2.2
-
APPS.IRC_IDP_SHD dependencies on IRC_DEFAULT_POSTINGS
12.2.2
-
APPS.IRC_IDT_SHD dependencies on IRC_DEFAULT_POSTINGS
12.1.1
-
APPS.IRC_IDP_SHD dependencies on IRC_DEFAULT_POSTINGS
12.1.1
-
APPS.IRC_IDT_SHD dependencies on IRC_DEFAULT_POSTINGS
12.2.2
-
APPS.IRC_IDP_INS dependencies on IRC_DEFAULT_POSTINGS
12.1.1
-
APPS.IRC_IDP_DEL dependencies on IRC_DEFAULT_POSTINGS
12.1.1
-
APPS.IRC_IDP_INS dependencies on IRC_DEFAULT_POSTINGS
12.2.2
-
APPS.IRC_IDP_BUS dependencies on IRC_DEFAULT_POSTINGS
12.1.1
-
APPS.IRC_IDP_UPD dependencies on IRC_DEFAULT_POSTINGS
12.1.1
-
APPS.IRC_IDP_BUS dependencies on IRC_DEFAULT_POSTINGS
12.2.2
-
APPS.IRC_IDP_UPD dependencies on IRC_DEFAULT_POSTINGS
12.2.2
-
VIEW: APPS.IRC_DEFAULT_POSTINGS_DFV
12.2.2
-
APPS.IRC_IDP_INS dependencies on FND_MESSAGE
12.1.1
-
APPS.IRC_IDP_INS dependencies on FND_MESSAGE
12.2.2
-
VIEW: APPS.IRC_DEFAULT_POSTINGS_DFV
12.1.1
-
VIEW: APPS.IRC_DEFAULT_POSTINGS_VL
12.2.2
-
VIEW: APPS.IRCBV_DEFAULT_POSTINGS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IRCBV_DEFAULT_POSTINGS_V, status:VALID,
-
VIEW: APPS.IRCBV_DEFAULT_POSTINGS_V
12.1.1
-
APPS.IRC_IDP_SHD SQL Statements
12.2.2
-
SYNONYM: APPS.IRC_DEFAULT_POSTINGS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IRC_DEFAULT_POSTINGS, status:VALID,
-
SYNONYM: APPS.IRC_DEFAULT_POSTINGS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IRC_DEFAULT_POSTINGS, status:VALID,
-
VIEW: APPS.IRCBV_DEFAULT_POSTINGS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IRCBV_DEFAULT_POSTINGS_V, status:VALID,
-
VIEW: APPS.IRCBV_DEFAULT_POSTINGS_V
12.2.2
-
VIEW: HR.IRC_DEFAULT_POSTINGS#
12.2.2
owner:HR, object_type:VIEW, object_name:IRC_DEFAULT_POSTINGS#, status:VALID,
-
APPS.IRC_IDP_SHD SQL Statements
12.1.1
-
APPS.IRC_IDP_DEL dependencies on HR_API
12.2.2
-
APPS.IRC_IDP_DEL dependencies on HR_API
12.1.1
-
VIEW: APPS.IRC_DEFAULT_POSTINGS_VL
12.1.1
-
APPS.IRC_IDP_INS dependencies on HR_API
12.1.1
-
TRIGGER: APPS.IRC_DEFAULT_POSTINGS_WHO
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IRC_DEFAULT_POSTINGS_WHO, status:VALID,
-
VIEW: HR.IRC_DEFAULT_POSTINGS#
12.2.2
-
APPS.IRC_IDP_INS dependencies on DUAL
12.2.2
-
APPS.IRC_IDP_INS dependencies on DUAL
12.1.1
-
APPS.IRC_IDP_BUS dependencies on HR_DFLEX_UTILITY
12.1.1
-
APPS.IRC_IDP_INS dependencies on IRC_DEFAULT_POSTINGS_S
12.2.2
-
PACKAGE BODY: APPS.IRC_IDP_BUS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_IDP_BUS, status:VALID,
-
APPS.IRC_IDP_INS SQL Statements
12.1.1
-
APPS.IRC_IDP_INS SQL Statements
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IRC_IDP_INS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_IDP_INS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.IRC_IDP_INS dependencies on HR_API
12.2.2
-
APPS.IRC_IDP_INS dependencies on IRC_DEFAULT_POSTINGS_S
12.1.1
-
PACKAGE BODY: APPS.IRC_IDP_SHD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_IDP_SHD, status:VALID,
-
PACKAGE BODY: APPS.IRC_IDP_SHD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_IDP_SHD, status:VALID,
-
APPS.IRC_IDP_BUS dependencies on HR_DFLEX_UTILITY
12.2.2