Search Results institution_location_id
Overview
IGS.IGS_AD_RECRUITMENTS is a transactional table in the Oracle EBS Student Systems (IGS) product family that stores recruitment detail records for prospective students tracked through the admissions recruiting process. Each row captures a single recruitment record for a person of interest, expressed through a rich set of attribute codes describing the prospect's academic intent, institution preferences, background characteristics, and enrollment probability. In Oracle EBS 12.1.1 and 12.2.2, the table is owned by the IGS schema, is registered in FND Design Data as IGS.IGS_AD_RECRUITMENTS, and resides in the APPS_TS_TX_DATA tablespace with a PCT Free of 10. All supporting indexes are held in APPS_TS_TX_IDX.
From a Data Vault modeling perspective, the mined foreign-key structure classifies this object as a link. This is a suggested classification: the table connects a party (person) to a large set of coded reference attributes—institution setting, control, location, size, degree goal, program interest, housing, employment, and religion—each modeled as a foreign-key relationship rather than a self-contained descriptive entity. In 12.1.1 the documented physical schema consists of 30 columns.
Key Information Stored
The surrogate primary key is RECRUITMENT_ID (NUMBER(15)), enforced by the unique index IGS_AD_RECRUITMENTS_PK (documented as NONUNIQUE in the ETRM index extract, though it functions as the primary key constraint). It is the unique identifier of the recruitment detail record and the principal join key to dependent objects.
The most significant columns are:
- PERSON_ID — foreign key to HZ_PARTIES, identifying the recruited person; a sequence-generated value indexed by IGS_AD_RECRUITMENTS_N13.
- INSTITUTION_SETTING_ID — the user's search term; a coded reference to IGS_AD_CODE_CLASSES describing the institution setting, indexed by IGS_AD_RECRUITMENTS_N7.
- INSTITUTION_CONTROL_ID, INSTITUTION_LOCATION_ID, INSTITUTION_SIZE_ID — coded descriptors of the prospect's preferred institution attributes.
- PROGRAM_INTEREST_ID, DEGREE_GOAL_ID — academic program and degree objective codes.
- SPECIAL_INTEREST_ID, SPECIAL_SERVICES_ID — prospect interest and service-need codes.
- HOUSING_ID, EMPLOYMENT_ID — housing and employment attribute codes.
- RELIGION_ID and RELIGION_CD — religious affiliation references; RELIGION_ID joins to IGS_PE_CODE_CLASSES.
- PRIORITY, PROBABILITY, VIP, DEACTIVATE_RECRUIT_STATUS — recruiting workflow attributes including priority, enrollment probability, VIP flag, and deactivation status.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard EBS audit columns.
The remaining coded columns (CERTAINTY_OF_CHOICE_ID, UNIT_SET_ID, SEC_SCHOOL_LOCATION_ID, ADV_STUDIES_CLASSES, HONORS_CLASSES, CLASS_SIZE, PERCENT_PLAN_HIGHER_EDU) are also foreign keys or descriptive flags, but are secondary to the attributes above.
Common Use Cases and Queries
Recruitment reporting is the dominant use case. A frequent pattern joins recruits to person data and decodes institution-setting codes:
- Prospect roster by institution setting: SELECT r.RECRUITMENT_ID, r.PERSON_ID, r.PROBABILITY, r.PRIORITY FROM IGS.IGS_AD_RECRUITMENTS r WHERE r.INSTITUTION_SETTING_ID = :setting_id.
- VIP/high-probability pipeline: filter on VIP and PROBABILITY to prioritize outreach.
- Active recruiting counts: exclude records where DEACTIVATE_RECRUIT_STATUS indicates a closed recruit.
- Code resolution: join INSTITUTION_SETTING_ID, DEGREE_GOAL_ID, and PROGRAM_INTEREST_ID to IGS.IGS_AD_CODE_CLASSES to translate identifiers into display meaning.
- Trend and funnel analysis: aggregate by PRIORITY or DEGREE_GOAL_ID across terms.
Related Objects
- HZ_PARTIES — joined via PERSON_ID to obtain prospect identity and contact details.
- IGS_AD_CODE_CLASSES — the shared lookup table behind CERTAINTY_OF_CHOICE_ID, DEGREE_GOAL_ID, HOUSING_ID, INSTITUTION_CONTROL_ID, INSTITUTION_SETTING_ID, INSTITUTION_LOCATION_ID, INSTITUTION_SIZE_ID, PROGRAM_INTEREST_ID, SPECIAL_INTEREST_ID, SPECIAL_SERVICES_ID, EMPLOYMENT_ID, UNIT_SET_ID, and SEC_SCHOOL_LOCATION_ID.
- IGS_PE_CODE_CLASSES — provides religious-affiliation decoding for RELIGION_ID.
- IGS_AD_RECRUITMENTS_PK — the primary key index on RECRUITMENT_ID that anchors dependent child tables.
- IGS_AD_RECRUITMENTS_N13 — the PERSON_ID index supporting person-centric lookups across admissions objects.
Together these relationships position IGS_AD_RECRUITMENTS as the central recruiting link between prospective persons and the coded attribute universe of the IGS admissions domain.
-
TABLE: IGS.IGS_AD_RECRUITMENTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_RECRUITMENTS, object_name:IGS_AD_RECRUITMENTS, status:VALID,
-
TABLE: IGS.IGS_AD_RECRUIT_INT_OLD
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_AD_RECRUIT_INT_OLD, status:VALID,
-
VIEW: APPS.IGS_AD_RECRUITMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_RECRUITMENT_V, object_name:IGS_AD_RECRUITMENT_V, status:VALID,
-
VIEW: APPS.IGSBV_STDNT_RECRUITMENT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STDNT_RECRUITMENT, object_name:IGSBV_STDNT_RECRUITMENT, status:VALID,
-
View: IGS_AD_RECRUITMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_RECRUITMENT_V, object_name:IGS_AD_RECRUITMENT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_RECRUITMENT_V ,
-
View: IGS_AD_RECRUITMENT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_STDNT_RECRUITMENT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_STDNT_RECRUITMENT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STDNT_RECRUITMENT, object_name:IGSBV_STDNT_RECRUITMENT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSBV_STDNT_RECRUITMENT ,
-
VIEW: APPS.IGSFV_STDNT_RECRUITMENT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STDNT_RECRUITMENT, object_name:IGSFV_STDNT_RECRUITMENT, status:VALID,
-
APPS.IGS_AD_RECRUITMENTS_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_AD_RECRUIT_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_RECRUIT_INT, object_name:IGS_AD_RECRUIT_INT, status:VALID,
-
VIEW: APPS.IGS_AD_RECRUITMENT_V
12.1.1
-
View: IGSFV_STDNT_RECRUITMENT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_STDNT_RECRUITMENT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STDNT_RECRUITMENT, object_name:IGSFV_STDNT_RECRUITMENT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_STDNT_RECRUITMENT ,
-
PACKAGE BODY: APPS.IGS_AD_RECRUITMENTS_PKG
12.1.1
-
APPS.IGS_AD_RECRUITMENTS_PKG dependencies on IGS_AD_RECRUITMENTS
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,