Search Results irc_all_recruiting_sites
Overview
HR.IRC_ALL_RECRUITING_SITES is a Human Resources (PER) module table in Oracle E-Business Suite 12.1.1 and 12.2.2 that maintains the master list of external recruiting sites and third-party advertising channels with which an enterprise holds agreements to post job advertisements. The ETRM documentation describes it as storing "a list of all of the third parties which you have agreements with to send adverts to," noting that its scope may be expanded for other uses in the future. Functionally, the table acts as the recruitment-channel registry consumed by the iRecruitment posting and sourcing process, and it is also a reference source for recruiting activities captured elsewhere in the HR schema.
From a Data Vault modeling perspective, the heuristic classification derived from the foreign-key structure is hub-leaning. This is consistent with the table's role: it defines a stable, uniquely identified business entity (a recruiting site), keyed by a single-column surrogate primary key, with descriptive attributes such as site configuration and cost parameters behaving as satellite-like detail. The table is owned by the HR schema, holds a VALID status in ETRM, and is documented with 55 physical columns in 12.2.2.
Key Information Stored
The surrogate primary key is RECRUITING_SITE_ID, enforced by IRC_ALL_RECRUITING_SITES_PK. The documented unique indexes, SYS_IL0000244039C00008$$ and SYS_IL0000244039C00009$$, are system-managed LOB indexes rather than business-key constraints, so no explicit natural unique key is published in the metadata. The most significant business columns include:
SITE_NAMEandINTERNAL_NAME— the display name and internal identifier of the recruiting site or third party.DATE_FROMandDATE_TO— the effective-dating range defining when the site agreement is active.INTERNAL,EXTERNAL, andTHIRD_PARTY— classification flags indicating whether the site supports internal candidates, external candidates, or operates as a third-party channel.REDIRECTION_URLandPOSTING_URL— the endpoints used to redirect applicants and to submit job postings.POSTING_USERNAMEandPOSTING_PASSWORD— credentials used for posting adverts to the site.POSTING_COST,POSTING_COST_PERIOD, andPOSTING_COST_CURRENCY— commercial cost attributes for advertising spend.STYLESHEET— the rendering stylesheet applied to the site's presentation.POSTING_IMPL_CLASS— the implementation class used for posting integration.- Standard EBS audit columns:
LAST_UPDATE_DATE,LAST_UPDATED_BY,LAST_UPDATE_LOGIN,CREATED_BY,CREATION_DATE, andOBJECT_VERSION_NUMBER.
Thirty attribute columns (ATTRIBUTE1 through ATTRIBUTE30) and ATTRIBUTE_CATEGORY provide the standard descriptive-flexfield extension area. ZD_EDITION_NAME is present as a 12.2.2 editioning artifact.
Common Use Cases and Queries
Typical reporting scenarios include validating which recruiting channels are currently active, auditing advertising costs by period and currency, and reconciling postings submitted to third parties. A representative query returning active external channels follows:
SELECT recruiting_site_id, site_name, posting_url, posting_cost, posting_cost_currency FROM hr.irc_all_recruiting_sites WHERE TRUNC(SYSDATE) BETWEEN date_from AND NVL(date_to, TRUNC(SYSDATE)) AND external = 'Y';- Count postings by channel: join to
PER_RECRUITMENT_ACTIVITIESonRECRUITING_SITE_IDand aggregate bySITE_NAME. - Cost analysis: sum
POSTING_COSTgrouped byPOSTING_COST_PERIODandPOSTING_COST_CURRENCY. - Credential audit: list sites with non-null
POSTING_USERNAMEorPOSTING_PASSWORDflagged asTHIRD_PARTY = 'Y'.
Security-sensitive columns such as POSTING_PASSWORD should be excluded from general extracts.
Related Objects
The documented foreign-key relationship identifies PER_RECRUITMENT_ACTIVITIES as the primary dependent table, joining on PER_RECRUITMENT_ACTIVITIES.RECRUITING_SITE_ID → IRC_ALL_RECRUITING_SITES.RECRUITING_SITE_ID. This link connects each recorded recruitment activity to the site against which it was performed. Related iRecruitment and HR objects commonly associated with this table include:
HR.PER_RECRUITMENT_ACTIVITIES— activity records referencing recruiting sites.IRC_ALL_RECRUITING_SITESbase table view forms used by the iRecruitment Administrative functions.- Recruitment posting and vacancy tables that consume site identifiers for advert placement.
- Standard HR lookup objects underlying
POSTING_COST_PERIODand related flags.
The table serves as the authoritative registry underpinning recruitment-channel configuration and reporting across the HR and iRecruitment product areas.
-
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 ,
-
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 ,
-
APPS.PER_RCF_BUS SQL Statements
12.1.1
-
APPS.PER_RCF_BUS SQL Statements
12.2.2
-
VIEW: APPS.IRC_ALL_RECRUITING_SITES_DFV
12.1.1
-
VIEW: APPS.IRC_ALL_RECRUITING_SITES_DFV
12.2.2
-
VIEW: HR.IRC_ALL_RECRUITING_SITES#
12.2.2
owner:HR, object_type:VIEW, object_name:IRC_ALL_RECRUITING_SITES#, status:VALID,
-
TRIGGER: APPS.IRC_ALL_RECRUITING_SITES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IRC_ALL_RECRUITING_SITES+, status:VALID,
-
APPS.IRC_RSE_SHD SQL Statements
12.2.2
-
APPS.IRC_IRT_BUS SQL Statements
12.1.1
-
VIEW: APPS.IRCBV_ALL_RECRUITING_SITES_V
12.2.2
-
TRIGGER: APPS.IRC_ALL_RECRUITING_SITES+
12.2.2
-
SYNONYM: APPS.IRC_ALL_RECRUITING_SITES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IRC_ALL_RECRUITING_SITES, status:VALID,
-
APPS.IRC_RSE_SHD SQL Statements
12.1.1
-
VIEW: APPS.IRCBV_ALL_RECRUITING_SITES_V
12.1.1
-
SYNONYM: APPS.IRC_ALL_RECRUITING_SITES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IRC_ALL_RECRUITING_SITES, status:VALID,
-
VIEW: APPS.IRCBV_ALL_RECRUITING_SITES_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IRCBV_ALL_RECRUITING_SITES_V, status:VALID,
-
VIEW: APPS.IRCBV_ALL_RECRUITING_SITES_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IRCBV_ALL_RECRUITING_SITES_V, status:VALID,
-
VIEW: APPS.IRC_ALL_RECRUITING_SITES_VL
12.1.1
-
APPS.IRC_MRS_UPGRADE SQL Statements
12.2.2
-
APPS.IRC_MRS_UPGRADE SQL Statements
12.1.1
-
APPS.IRC_IRT_BUS SQL Statements
12.2.2
-
VIEW: APPS.IRC_ALL_RECRUITING_SITES_VL
12.2.2
-
12.2.2 DBA Data
12.2.2
-
FUNCTION: APPS.IRC_ALL_RECRUITING_SITES=
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: HR.IRC_ALL_RECRUITING_SITES#
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IRC_RSE_SHD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_RSE_SHD, status:VALID,
-
FUNCTION: APPS.IRC_ALL_RECRUITING_SITES=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:IRC_ALL_RECRUITING_SITES=, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IRC_RSE_DEL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_RSE_DEL, status:VALID,
-
PACKAGE BODY: APPS.IRC_RSE_UPD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_RSE_UPD, 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 ,
-
PACKAGE BODY: APPS.PER_RCF_BUS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PER_RCF_BUS, status:VALID,
-
TRIGGER: APPS.IRC_ALL_RECRUITING_SITES_WHO
12.1.1
owner:APPS, object_type:TRIGGER, object_name:IRC_ALL_RECRUITING_SITES_WHO, status:VALID,
-
TRIGGER: APPS.IRC_ALL_RECRUITING_SITES_WHO
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IRC_ALL_RECRUITING_SITES_WHO, status:VALID,
-
APPS.IRC_RSE_INS SQL Statements
12.2.2
-
PACKAGE BODY: APPS.IRC_RSE_INS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_RSE_INS, status:VALID,
-
PACKAGE BODY: APPS.IRC_RSE_SHD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_RSE_SHD, status:VALID,
-
APPS.IRC_RSE_INS SQL Statements
12.1.1
-
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 BODY: APPS.IRC_RECRUITING_SITES_SWI
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_RECRUITING_SITES_SWI, status:VALID,
-
PACKAGE BODY: APPS.IRC_IRT_SHD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_IRT_SHD, status:VALID,
-
VIEW: APPS.IRC_ALL_RECRUITING_SITES_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:IRC_ALL_RECRUITING_SITES_DFV, status:VALID,
-
PACKAGE BODY: APPS.IRC_IRT_SHD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_IRT_SHD, status:VALID,
-
VIEW: APPS.IRC_ALL_RECRUITING_SITES_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:IRC_ALL_RECRUITING_SITES_DFV, status:VALID,
-
PACKAGE BODY: APPS.IRC_RSE_DEL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_RSE_DEL, status:VALID,
-
PACKAGE BODY: APPS.IRC_RECRUITING_SITES_SWI
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_RECRUITING_SITES_SWI, status:VALID,