Search Results irc_posting_contents
Overview
IRC_POSTING_CONTENTS is a Human Resources (PER) module table that stores the actual content of a recruitment posting in a reusable form. Rather than duplicating posting text, branding, recruiter and manager contact information, and descriptive attributes across every activity or assignment that references a posting, Oracle iRecruitment centralizes that content in this single table and allows other objects to point to it by POSTING_CONTENT_ID. The table resides in the HR schema and is classified as VALID within the E-Business Suite 12.1.1 / 12.2.2 data model.
The documented physical schema contains 78 columns, with a single unique index, IRC_POSTING_CONTENTS_PK, defined on POSTING_CONTENT_ID. The heuristic Data Vault classification mined from the foreign key structure is hub-leaning, meaning the table functions primarily as a durable, referenced entity keyed by a surrogate identifier, with descriptive payload attached. As a modeling suggestion, it may be best treated as a hub with associated descriptive attributes rather than as a pure transactional link.
Key Information Stored
The surrogate primary key is POSTING_CONTENT_ID, uniquely enforced by IRC_POSTING_CONTENTS_PK; no separate natural business key is documented, so the surrogate key is the reliable join anchor.
POSTING_CONTENT_ID— surrogate primary key and the foreign-key target for all dependent tables.RECRUITER_FULL_NAME,RECRUITER_EMAIL,RECRUITER_WORK_TELEPHONE— contact details for the responsible recruiter.MANAGER_FULL_NAME,MANAGER_EMAIL,MANAGER_WORK_TELEPHONE— contact details for the hiring manager.DISPLAY_RECRUITER_INFO,DISPLAY_MANAGER_INFO— flags governing whether the respective contact blocks are exposed on the posting.DATE_APPROVED— approval date of the posting content.IPC_INFORMATION_CATEGORYandIPC_INFORMATION1throughIPC_INFORMATION30— a descriptive flexfield (DFF) structure for capturing posting-specific content.ATTRIBUTE_CATEGORYandATTRIBUTE1throughATTRIBUTE30— the standard Oracle descriptive attribute set for extension and localization.OBJECT_VERSION_NUMBER— optimistic locking to prevent concurrent update conflicts.CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN— standard WHO audit columns.
Common Use Cases and Queries
Typical reporting retrieves the contact block and DFF content for a set of posting content records, or resolves which assignments and recruitment activities share a given content record.
- Listing postings with their recruiter and manager contacts:
SELECT posting_content_id, recruiter_full_name, recruiter_email, recruiter_work_telephone, manager_full_name, manager_email, manager_work_telephone, date_approved FROM irc_posting_contents WHERE display_recruiter_info = 'Y'; - Identifying assignments linked to a specific content record:
SELECT a.assignment_id, a.posting_content_id FROM per_all_assignments_f a WHERE a.posting_content_id = :posting_content_id;
- Auditing recently approved posting content using
DATE_APPROVEDand the WHO columns. - Reading flexfield content via
IPC_INFORMATION_CATEGORY/IPC_INFORMATIONnfor downstream integration or BI extracts.
Related Objects
The documented foreign-key relationships show that this table is a referenced parent (hub) for several recruitment objects.
PER_ALL_ASSIGNMENTS_F— referencesIRC_POSTING_CONTENTSviaPOSTING_CONTENT_ID; links assignment records to reusable posting content.PER_RECRUITMENT_ACTIVITIES— referencesIRC_POSTING_CONTENTSviaPOSTING_CONTENT_ID; ties recruitment activities to the posting content they publish.IRC_PENDING_DATA— referencesIRC_POSTING_CONTENTSviaPOSTING_CONTENT_ID; holds staged or pending content changes prior to approval.IRC_POSTING_CONTENTS_PK— the unique index that enforces the primary key and defines the join anchor for all dependents.
Together these objects form the core of iRecruitment posting content management: content is authored and stored once in IRC_POSTING_CONTENTS, approved, and then consumed by activities, assignments, and pending-data staging records through POSTING_CONTENT_ID.
-
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 ,
-
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
-
SYNONYM: APPS.IRC_POSTING_CONTENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IRC_POSTING_CONTENTS, status:VALID,
-
SYNONYM: APPS.IRC_POSTING_CONTENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IRC_POSTING_CONTENTS, status:VALID,
-
VIEW: APPS.IRCBV_POSTING_CONTENTS_V
12.1.1
-
VIEW: APPS.IRCBV_POSTING_CONTENTS_V
12.2.2
-
VIEW: APPS.IRCFV_JOB_POSTING_CONTENTS
12.2.2
-
VIEW: APPS.IRCFV_JOB_POSTING_CONTENTS
12.1.1
-
PACKAGE: APPS.IRC_MRS_UPGRADE
12.1.1
-
PACKAGE: APPS.IRC_MRS_UPGRADE
12.2.2
-
APPS.IRC_IPC_SHD SQL Statements
12.1.1
-
APPS.IRC_IPC_SHD SQL Statements
12.2.2
-
VIEW: APPS.IRC_POSTING_CONTENTS_VL
12.1.1
-
VIEW: HR.IRC_POSTING_CONTENTS#
12.2.2
owner:HR, object_type:VIEW, object_name:IRC_POSTING_CONTENTS#, status:VALID,
-
VIEW: APPS.IRC_POSTING_CONTENTS_VL
12.2.2
-
VIEW: APPS.IRCBV_POSTING_CONTENTS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IRCBV_POSTING_CONTENTS_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.IRC_SEEKER_VAC_MATCHING_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IRC_SEEKER_VAC_MATCHING_PKG, status:VALID,
-
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 ,
-
PACKAGE: APPS.IRC_SEEKER_VAC_MATCHING_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IRC_SEEKER_VAC_MATCHING_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
TRIGGER: APPS.IRC_POSTING_CONTENTS_WHO
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IRC_POSTING_CONTENTS_WHO, status:VALID,
-
PACKAGE BODY: APPS.IRC_IPC_SHD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_IPC_SHD, status:VALID,
-
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 ,
-
VIEW: APPS.IRC_POSTING_CONTENTS1_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:IRC_POSTING_CONTENTS1_DFV, status:VALID,
-
PACKAGE BODY: APPS.IRC_IPC_DEL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_IPC_DEL, status:VALID,
-
VIEW: APPS.IRCBV_POSTING_CONTENTS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IRCBV_POSTING_CONTENTS_V, status:VALID,
-
PACKAGE BODY: APPS.IRC_IPT_SHD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_IPT_SHD, status:VALID,
-
VIEW: APPS.IRC_POSTING_CONTENTS1_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:IRC_POSTING_CONTENTS1_DFV, status:VALID,
-
PACKAGE BODY: APPS.IRC_IPC_UPD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_IPC_UPD, status:VALID,
-
TRIGGER: APPS.IRC_POSTING_CONTENTS_WHO
12.1.1
owner:APPS, object_type:TRIGGER, object_name:IRC_POSTING_CONTENTS_WHO, status:VALID,
-
PACKAGE BODY: APPS.IRC_IPC_SHD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_IPC_SHD, status:VALID,
-
VIEW: HR.IRC_POSTING_CONTENTS#
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IRC_IPC_DEL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_IPC_DEL, status:VALID,
-
PACKAGE BODY: APPS.IRC_IPC_INS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_IPC_INS, status:VALID,
-
PACKAGE BODY: APPS.IRC_IPC_INS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_IPC_INS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.IRC_POSTING_CONTENTS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:IRC_POSTING_CONTENTS_DFV, status:VALID,
-
PACKAGE BODY: APPS.IRC_IPC_UPD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_IPC_UPD, status:VALID,
-
PACKAGE BODY: APPS.IRC_IPT_SHD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_IPT_SHD, status:VALID,
-
VIEW: APPS.IRC_POSTING_CONTENTS_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:IRC_POSTING_CONTENTS_DFV, status:VALID,
-
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 ,
-
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 ,
-
PACKAGE BODY: APPS.IRC_MRS_UPGRADE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_MRS_UPGRADE, status:VALID,