Search Results irc_template_associations
Overview
The IRC_TEMPLATE_ASSOCIATIONS table is a core data object within the Oracle E-Business Suite (EBS) Human Resources (HR) module, specifically under the product family PER. Its primary function is to manage the association between offer templates and specific job roles within the organization. This table is integral to the iRecruitment functionality, enabling the automated generation of formal offer letters by linking predefined XML Publisher (XDO) templates to job definitions. By storing these associations, the system ensures that when a job offer is extended for a particular position, the correct, company-approved document template is utilized, standardizing the offer communication process.
Key Information Stored
The table's structure is designed to establish and maintain the template-to-job relationship. The primary key, TEMPLATE_ASSOCIATION_ID, uniquely identifies each association record. The two critical foreign key columns define the relationship: TEMPLATE_ID references the XDO_TEMPLATES_B table to point to a specific XML Publisher template, and JOB_ID references the PER_JOBS table to specify the job for which the template is designated. This simple but effective structure allows administrators to configure which offer letter template applies to each job, position, or job family, supporting granular control over the recruitment output.
Common Use Cases and Queries
The primary use case is the dynamic selection of an offer letter template during the job offer generation workflow within iRecruitment. A common reporting need is to audit or list all configured template associations. A typical SQL query would join this table with the related job and template master tables:
- SELECT irc.template_association_id, job.job_name, xdo.template_name FROM irc_template_associations irc, per_jobs job, xdo_templates_b xdo WHERE irc.job_id = job.job_id AND irc.template_id = xdo.template_id;
Another frequent operational query is to find the template assigned to a specific job ID for validation or debugging purposes. System administrators may also query this table to identify unused templates or jobs missing an associated template.
Related Objects
The IRC_TEMPLATE_ASSOCIATIONS table has defined dependencies on two key master tables, as indicated by its foreign keys. The XDO_TEMPLATES_B table, part of the XML Publisher (XDO) subsystem, stores the definition and source of the document templates themselves. The PER_JOBS table, a fundamental HRMS object, contains all defined jobs and positions within the enterprise. The table's primary key constraint, IRC_TEMPLATE_ASSOCIATION_PK, enforces uniqueness on the TEMPLATE_ASSOCIATION_ID column. This table is central to the offer generation process and is therefore referenced by the underlying PL/SQL logic and public APIs within the iRecruitment module.
-
Table: IRC_TEMPLATE_ASSOCIATIONS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.IRC_TEMPLATE_ASSOCIATIONS, object_name:IRC_TEMPLATE_ASSOCIATIONS, status:VALID, product: PER - Human Resources , description: Offer Template Association table , implementation_dba_data: HR.IRC_TEMPLATE_ASSOCIATIONS ,
-
Table: IRC_TEMPLATE_ASSOCIATIONS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.IRC_TEMPLATE_ASSOCIATIONS, object_name:IRC_TEMPLATE_ASSOCIATIONS, status:VALID, product: PER - Human Resources , description: Offer Template Association table , implementation_dba_data: HR.IRC_TEMPLATE_ASSOCIATIONS ,
-
APPS.IRC_IOF_BUS dependencies on IRC_TEMPLATE_ASSOCIATIONS
12.2.2
-
APPS.IRC_ITA_DEL dependencies on IRC_TEMPLATE_ASSOCIATIONS
12.2.2
-
APPS.IRC_IOF_BUS dependencies on IRC_TEMPLATE_ASSOCIATIONS
12.1.1
-
APPS.IRC_ITA_SHD dependencies on IRC_TEMPLATE_ASSOCIATIONS
12.1.1
-
APPS.IRC_ITA_INS dependencies on IRC_TEMPLATE_ASSOCIATIONS
12.1.1
-
APPS.IRC_ITA_DEL dependencies on IRC_TEMPLATE_ASSOCIATIONS
12.1.1
-
APPS.IRC_ITA_BUS dependencies on IRC_TEMPLATE_ASSOCIATIONS
12.1.1
-
APPS.IRC_ITA_INS dependencies on IRC_TEMPLATE_ASSOCIATIONS
12.2.2
-
APPS.IRC_ITA_UPD dependencies on IRC_TEMPLATE_ASSOCIATIONS
12.1.1
-
APPS.IRC_ITA_SHD dependencies on IRC_TEMPLATE_ASSOCIATIONS
12.2.2
-
APPS.IRC_ITA_UPD dependencies on IRC_TEMPLATE_ASSOCIATIONS
12.2.2
-
APPS.IRC_ITA_BUS dependencies on IRC_TEMPLATE_ASSOCIATIONS
12.2.2
-
APPS.IRC_ITA_BUS dependencies on PER_BUSINESS_GROUPS_PERF
12.2.2
-
APPS.IRC_ITA_INS dependencies on FND_MESSAGE
12.1.1
-
APPS.IRC_ITA_INS dependencies on FND_MESSAGE
12.2.2
-
APPS.IRC_ITA_BUS dependencies on PER_BUSINESS_GROUPS_PERF
12.1.1
-
APPS.IRC_ITA_BUS SQL Statements
12.1.1
-
APPS.IRC_ITA_BUS SQL Statements
12.2.2
-
VIEW: HR.IRC_TEMPLATE_ASSOCIATIONS#
12.2.2
owner:HR, object_type:VIEW, object_name:IRC_TEMPLATE_ASSOCIATIONS#, status:VALID,
-
APPS.IRC_ITA_SHD SQL Statements
12.2.2
-
APPS.IRC_ITA_SHD SQL Statements
12.1.1
-
SYNONYM: APPS.IRC_TEMPLATE_ASSOCIATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IRC_TEMPLATE_ASSOCIATIONS, status:VALID,
-
SYNONYM: APPS.IRC_TEMPLATE_ASSOCIATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IRC_TEMPLATE_ASSOCIATIONS, status:VALID,
-
APPS.IRC_IOF_BUS dependencies on PER_ALL_ASSIGNMENTS_F
12.2.2
-
VIEW: HR.IRC_TEMPLATE_ASSOCIATIONS#
12.2.2
-
APPS.IRC_ITA_DEL dependencies on HR_API
12.2.2
-
APPS.IRC_IOF_BUS dependencies on PER_ALL_ASSIGNMENTS_F
12.1.1
-
APPS.IRC_ITA_DEL dependencies on HR_API
12.1.1
-
APPS.IRC_ITA_INS SQL Statements
12.2.2
-
APPS.IRC_ITA_INS SQL Statements
12.1.1
-
TABLE: HR.IRC_TEMPLATE_ASSOCIATIONS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.IRC_TEMPLATE_ASSOCIATIONS, object_name:IRC_TEMPLATE_ASSOCIATIONS, status:VALID,
-
TABLE: HR.IRC_TEMPLATE_ASSOCIATIONS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.IRC_TEMPLATE_ASSOCIATIONS, object_name:IRC_TEMPLATE_ASSOCIATIONS, status:VALID,
-
APPS.IRC_ITA_INS dependencies on HR_API
12.2.2
-
APPS.IRC_ITA_INS dependencies on IRC_TEMPLATE_ASSOCIATIONS_S
12.1.1
-
APPS.IRC_ITA_INS dependencies on DUAL
12.2.2
-
APPS.IRC_ITA_INS dependencies on IRC_TEMPLATE_ASSOCIATIONS_S
12.2.2
-
APPS.IRC_ITA_INS dependencies on DUAL
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IRC_ITA_INS dependencies on HR_API
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
TRIGGER: APPS.IRC_TEMPLATE_ASSOCIATIONS_WHO
12.1.1
owner:APPS, object_type:TRIGGER, object_name:IRC_TEMPLATE_ASSOCIATIONS_WHO, status:VALID,
-
TRIGGER: APPS.IRC_TEMPLATE_ASSOCIATIONS_WHO
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IRC_TEMPLATE_ASSOCIATIONS_WHO, status:VALID,
-
Table: XDO_TEMPLATES_B
12.1.1
owner:XDO, object_type:TABLE, fnd_design_data:XDO.XDO_TEMPLATES_B, object_name:XDO_TEMPLATES_B, status:VALID, product: XDO - XML Publisher , description: XDO_TEMPLATES_B is a table for template information. Each template has a corresponding data source definition stored in the XDO_DS_DEFINITIONS_B. Each translation of a certain template, not each template, has a correspoinding physical templ , implementation_dba_data: XDO.XDO_TEMPLATES_B ,
-
Table: XDO_TEMPLATES_B
12.2.2
owner:XDO, object_type:TABLE, fnd_design_data:XDO.XDO_TEMPLATES_B, object_name:XDO_TEMPLATES_B, status:VALID, product: XDO - XML Publisher , description: XDO_TEMPLATES_B is a table for template information. Each template has a corresponding data source definition stored in the XDO_DS_DEFINITIONS_B. Each translation of a certain template, not each template, has a correspoinding physical templ , implementation_dba_data: XDO.XDO_TEMPLATES_B ,
-
PACKAGE BODY: APPS.IRC_ITA_BUS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_ITA_BUS, status:VALID,
-
PACKAGE BODY: APPS.IRC_ITA_DEL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_ITA_DEL, status:VALID,
-
PACKAGE BODY: APPS.IRC_ITA_SHD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IRC_ITA_SHD, status:VALID,