Search Results irc_posting_contents
Overview
The IRC_POSTING_CONTENTS table is a core data object within the Oracle E-Business Suite Human Resources (PER) module, specifically supporting the iRecruitment functionality. Its primary role is to serve as a centralized repository for storing the textual and descriptive content of job postings. By decoupling the posting content from transactional tables, Oracle enables content reuse, ensuring consistency and reducing data redundancy. This design allows a single, standardized job description or posting template to be efficiently linked to multiple recruitment activities or assignments, streamlining the hiring and internal mobility processes within the application.
Key Information Stored
While the provided ETRM excerpt does not list individual columns, the structure and relationships define its key data. The table's primary key, POSTING_CONTENT_ID, uniquely identifies each stored content record. The table's description indicates it holds the "actual content of a posting," which typically includes fields for job titles, detailed descriptions, responsibilities, qualifications, and other narrative sections that comprise a formal job advertisement. The existence of foreign key relationships confirms that this content is referenced by other major HR entities, making POSTING_CONTENT_ID the critical linking column.
Common Use Cases and Queries
This table is central to operations involving the creation, management, and reporting of job postings. A common use case is generating a report of all active job requisitions and their associated posting text. Another is auditing content reuse across the organization. A typical query would join IRC_POSTING_CONTENTS to related transactional tables to retrieve full posting details.
- Sample Query: Retrieving posting content for specific recruitment activities.
SELECT rta.NAME, ipc.*
FROM per_recruitment_activities rta, irc_posting_contents ipc
WHERE rta.posting_content_id = ipc.posting_content_id
AND rta.status = 'ACTIVE'; - Data Maintenance: Administrators may run queries to identify and update obsolete posting content or to standardize descriptions across multiple open positions.
Related Objects
The IRC_POSTING_CONTENTS table has defined integration points with two primary HR tables, as per the foreign key metadata.
- PER_ALL_ASSIGNMENTS_F: This assignment history table references posting content via its POSTING_CONTENT_ID column. This links job description content to an employee's specific assignment, often used for internal role changes or promotions.
- PER_RECRUITMENT_ACTIVITIES: This is the primary transactional table for recruitment requisitions and activities. The foreign key relationship allows a recruitment activity (like a job requisition) to use standardized, reusable content stored in IRC_POSTING_CONTENTS for its public-facing job posting.
The table's primary key constraint, IRC_POSTING_CONTENTS_PK, ensures data integrity for these relationships. Understanding these links is crucial for any data extraction or customization involving iRecruitment job descriptions.
-
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 ,
-
APPS.IRC_SEEKER_VAC_MATCHING_PKG dependencies on IRC_POSTING_CONTENTS
12.1.1
-
APPS.IRC_IPC_UPD dependencies on IRC_POSTING_CONTENTS
12.1.1
-
APPS.IRC_IPC_BUS dependencies on IRC_POSTING_CONTENTS
12.2.2
-
APPS.PER_VAC_BUS dependencies on IRC_POSTING_CONTENTS
12.1.1
-
APPS.IRC_IPC_UPD dependencies on IRC_POSTING_CONTENTS
12.2.2
-
APPS.IRC_IPC_INS dependencies on IRC_POSTING_CONTENTS
12.1.1
-
APPS.IRC_IPC_SHD dependencies on IRC_POSTING_CONTENTS
12.1.1
-
APPS.IRC_IPC_BUS dependencies on IRC_POSTING_CONTENTS
12.1.1
-
APPS.IRC_SEEKER_VAC_MATCHING_PKG dependencies on IRC_POSTING_CONTENTS
12.2.2
-
APPS.IRC_IPC_INS dependencies on IRC_POSTING_CONTENTS
12.2.2
-
APPS.IRC_POSTING_CONTENT_API dependencies on IRC_POSTING_CONTENTS
12.2.2
-
APPS.PER_RAA_BUS dependencies on IRC_POSTING_CONTENTS
12.2.2
-
APPS.PER_ASG_BUS2 dependencies on IRC_POSTING_CONTENTS
12.2.2
-
APPS.IRC_MRS_UPGRADE dependencies on IRC_POSTING_CONTENTS
12.2.2
-
APPS.IRC_IPC_DEL dependencies on IRC_POSTING_CONTENTS
12.1.1
-
APPS.IRC_MRS_UPGRADE dependencies on IRC_POSTING_CONTENTS
12.1.1
-
APPS.IRC_IPT_SHD dependencies on IRC_POSTING_CONTENTS
12.1.1
-
APPS.PER_RAA_BUS dependencies on IRC_POSTING_CONTENTS
12.1.1
-
APPS.IRC_VACANCY_COMMIT dependencies on IRC_POSTING_CONTENTS
12.1.1
-
APPS.IRC_POSTING_CONTENT_API dependencies on IRC_POSTING_CONTENTS
12.1.1
-
APPS.PER_ASG_BUS2 dependencies on IRC_POSTING_CONTENTS
12.1.1
-
APPS.IRC_IPT_SHD dependencies on IRC_POSTING_CONTENTS
12.2.2
-
APPS.IRC_IPC_DEL dependencies on IRC_POSTING_CONTENTS
12.2.2
-
APPS.IRC_VACANCY_COMMIT dependencies on IRC_POSTING_CONTENTS
12.2.2
-
APPS.PER_VAC_BUS dependencies on IRC_POSTING_CONTENTS
12.2.2
-
APPS.IRC_IPC_SHD dependencies on IRC_POSTING_CONTENTS
12.2.2
-
APPS.IRC_IPC_INS dependencies on FND_MESSAGE
12.2.2
-
APPS.IRC_IPC_INS dependencies on FND_MESSAGE
12.1.1
-
VIEW: APPS.IRC_POSTING_CONTENTS1_DFV
12.1.1
-
VIEW: APPS.IRC_POSTING_CONTENTS_DFV
12.1.1
-
VIEW: APPS.IRC_POSTING_CONTENTS1_DFV
12.2.2
-
VIEW: APPS.IRC_POSTING_CONTENTS_DFV
12.2.2
-
APPS.IRC_POSTING_CONTENT_API dependencies on PER_RECRUITMENT_ACTIVITIES
12.2.2
-
APPS.IRC_POSTING_CONTENT_API dependencies on PER_RECRUITMENT_ACTIVITY_FOR
12.1.1
-
APPS.IRC_POSTING_CONTENT_API dependencies on PER_RECRUITMENT_ACTIVITY_FOR
12.2.2
-
APPS.IRC_POSTING_CONTENT_API dependencies on PER_RECRUITMENT_ACTIVITIES
12.1.1
-
APPS.IRC_POSTING_CONTENT_API dependencies on PER_PHONES
12.1.1
-
APPS.IRC_POSTING_CONTENT_API dependencies on PER_PHONES
12.2.2
-
APPS.IRC_POSTING_CONTENT_API dependencies on PER_ALL_VACANCIES
12.1.1
-
APPS.IRC_POSTING_CONTENT_API dependencies on PER_ALL_VACANCIES
12.2.2
-
APPS.IRC_POSTING_CONTENT_API dependencies on IRC_ALL_RECRUITING_SITES
12.1.1
-
APPS.IRC_POSTING_CONTENT_API dependencies on IRC_ALL_RECRUITING_SITES
12.2.2
-
SYNONYM: APPS.IRC_POSTING_CONTENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IRC_POSTING_CONTENTS, status:VALID,
-
APPS.IRC_IPC_DEL dependencies on HR_API
12.1.1
-
SYNONYM: APPS.IRC_POSTING_CONTENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IRC_POSTING_CONTENTS, status:VALID,
-
APPS.IRC_IPC_DEL dependencies on HR_API
12.2.2
-
VIEW: APPS.IRCFV_JOB_POSTING_CONTENTS
12.1.1
-
VIEW: APPS.IRCBV_POSTING_CONTENTS_V
12.1.1