Search Results institution_code
Overview
The IGS.IGS_EN_SPLACEMENTS table is a core data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically in the Student Systems (SS) module, often part of the Oracle Campus Solutions or EBS for Education footprint. Its primary function is to store detailed placement information for student unit attempts. A placement typically refers to a practical, work-based learning component such as an internship, clinical rotation, practicum, or field study that is associated with a student's academic coursework. The table serves as the central repository for tracking the logistical and administrative details of these experiential learning activities, linking a specific student, their program, and their unit attempt to an external institution and role.
Key Information Stored
The table's columns capture the full lifecycle and context of a student placement. The primary identifier is the system-generated SPLACEMENT_ID. Key relational columns are PERSON_ID, COURSE_CD, and UOO_ID, which link the placement to the specific student, their program (course), and unit attempt, respectively. The INSTITUTION_CODE and TITLE columns, together with START_DATE, form a unique key (IGS_EN_SPLACEMENTS_U2), defining the specific role at an external organization. Other critical attributes include the placement's END_DATE, CATEGORY_CODE, PLACEMENT_TYPE_CODE, SPECIALTY_CODE, and operational details like COMPENSATION_FLAG, ATTENDANCE_TYPE, and LOCATION. Descriptive fields such as DESCRIPTION and NOTES allow for additional context. Standard "Who" columns (CREATED_BY, CREATION_DATE, etc.) audit all changes.
Common Use Cases and Queries
This table is central to managing and reporting on work-integrated learning. Common use cases include generating rosters of students at specific placement sites for an institution, tracking placement hours and duration for compliance, and reporting on placement types by academic program. A frequent query pattern involves joining to person and course tables to list active placements. For example, to find all current placements for a specific institution code, a query might be:
- SELECT p.person_id, s.title, s.start_date, s.end_date, s.location FROM igs_en_splacem ents s, igs_pe_person p WHERE s.person_id = p.person_id AND s.institution_code = :p_inst_code AND SYSDATE BETWEEN s.start_date AND NVL(s.end_date, SYSDATE);
Another common report aggregates placements by category or type for a given academic term, requiring joins to the unit attempt (UOO_ID) and term tables.
Related Objects
The IGS_EN_SPLACEMENTS table has defined relationships with several other key tables in the schema, as per the provided dependency information.
- Primary Key Reference: The table's primary key,
SPLACEMENT_ID(via index IGS_EN_SPLACEMENTS_PK), is referenced by foreign keys in child tables:IGS_EN_SPLACE_FACS.SPLACEMENT_ID→ Likely stores facilitating or assessing faculty for the placement.IGS_EN_SPLACE_SUPS.SPLACEMENT_ID→ Likely stores supervisor information for the placement.
- Foreign Key References (Outgoing): This table references other tables to enforce data integrity:
PERSON_ID→ ReferencesIGS_EN_SU_ATTEMPT_ALL, linking the placement to the student's specific unit attempt record.ATTENDANCE_TYPE→ ReferencesIGS_EN_ATD_TYPE_ALL, validating the attendance type code against a defined lookup.
-
TABLE: IGS.IGS_EN_SPLACEMENTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SPLACEMENTS, object_name:IGS_EN_SPLACEMENTS, status:VALID,
-
View: IGS_AD_OTHER_INST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_OTHER_INST_V, object_name:IGS_AD_OTHER_INST_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_OTHER_INST_V ,
-
VIEW: APPS.IGSFV_INST_STATISTICS
12.1.1
-
APPS.IGS_AD_IMP_013 dependencies on IGS_AD_ACAD_HISTORY_V
12.1.1
-
View: IGSFV_INST_STAT_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_INST_STAT_DETAILS, object_name:IGSFV_INST_STAT_DETAILS, status:VALID, product: IGS - Student System , description: This entity describes Institution Statistic Detail for the institution and statistics type combinations. , implementation_dba_data: APPS.IGSFV_INST_STAT_DETAILS ,
-
VIEW: APPS.IGSFV_INST_STAT_DETAILS
12.1.1
-
View: IGSFV_INST_STAT_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes Institution Statistic Detail for the institution and statistics type combinations. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_OTHER_INST_V
12.1.1
-
View: IGSBV_INSTITUTION_PARTY
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_PE_HZ_PARTIES describes the attribites of a person , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_INST_STATISTICS
12.1.1
-
View: IGSBV_INST_STATISTICS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_INST_STATISTICS, object_name:IGSBV_INST_STATISTICS, status:VALID, product: IGS - Student System , description: This entity describes Institution Statistic Types associated with the Institution. , implementation_dba_data: APPS.IGSBV_INST_STATISTICS ,
-
View: IGS_AD_RELACAD_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_RELACAD_INT, object_name:IGS_AD_RELACAD_INT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_RELACAD_INT ,
-
View: IGSBV_INST_STATISTICS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes Institution Statistic Types associated with the Institution. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_OR_INST_IMP_001 dependencies on IGS_OR_CWLK
12.1.1
-
View: IGSFV_INSTITUTION_PARTY
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_PE_HZ_PARTIES describes the attribites of a person , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_ORG_EXTENSIONS
12.2.2
product: IGS - Student System (Obsolete) , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_INST_STATISTICS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_INST_STATISTICS, object_name:IGSFV_INST_STATISTICS, status:VALID, product: IGS - Student System , description: This entity describes Institution Statistic Types associated with the Institution. , implementation_dba_data: APPS.IGSFV_INST_STATISTICS ,
-
View: IGS_AV_ACAD_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_ACAD_HISTORY_V, object_name:IGS_AV_ACAD_HISTORY_V, status:VALID, product: IGS - Student System , description: This view contains the Academic History of the student. , implementation_dba_data: APPS.IGS_AV_ACAD_HISTORY_V ,
-
View: IGSFV_INSTITUTION_PARTY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_INSTITUTION_PARTY, object_name:IGSFV_INSTITUTION_PARTY, status:VALID, product: IGS - Student System , description: IGS_PE_HZ_PARTIES describes the attribites of a person , implementation_dba_data: APPS.IGSFV_INSTITUTION_PARTY ,
-
VIEW: APPS.IGSBV_INST_STAT_DETAILS
12.1.1
-
View: IGSBV_INST_STAT_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_INST_STAT_DETAILS, object_name:IGSBV_INST_STAT_DETAILS, status:VALID, product: IGS - Student System , description: This entity describes Institution Statistic Detail for the institution and statistics type combinations. , implementation_dba_data: APPS.IGSBV_INST_STAT_DETAILS ,
-
View: IGSFV_INST_STATISTICS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes Institution Statistic Types associated with the Institution. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_OTHER_INST_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_INST_STAT_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes Institution Statistic Detail for the institution and statistics type combinations. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AV_ACAD_HISTORY_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the Academic History of the student. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.XLE_REG_INFO_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:XLE_REG_INFO_DFV, status:VALID,
-
TABLE: IGS.IGS_OR_CWLK
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_OR_CWLK, object_name:IGS_OR_CWLK, status:VALID,
-
APPS.IGS_EN_GEN_010 dependencies on IGS_EN_SPLACEMENTS
12.1.1
-
APPS.IGS_AD_TI_COMP dependencies on IGS_AD_ACAD_HISTORY_V
12.1.1
-
View: IGSBV_INSTITUTION_PARTY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_INSTITUTION_PARTY, object_name:IGSBV_INSTITUTION_PARTY, status:VALID, product: IGS - Student System , description: IGS_PE_HZ_PARTIES describes the attribites of a person , implementation_dba_data: APPS.IGSBV_INSTITUTION_PARTY ,
-
View: IGSFV_ORG_EXTENSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ORG_EXTENSIONS, object_name:IGSFV_ORG_EXTENSIONS, status:VALID, product: IGS - Student System , description: Obsolete , implementation_dba_data: APPS.IGSFV_ORG_EXTENSIONS ,
-
VIEW: APPS.IGSBV_INST_STATISTICS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_INST_STATISTICS, object_name:IGSBV_INST_STATISTICS, status:VALID,
-
View: IGSBV_ORG_EXTENSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ORG_EXTENSIONS, object_name:IGSBV_ORG_EXTENSIONS, status:VALID, product: IGS - Student System , description: Obsolete , implementation_dba_data: APPS.IGSBV_ORG_EXTENSIONS ,
-
VIEW: APPS.IGSBV_INSTITUTION_PARTY
12.1.1
-
View: IGS_AD_KEY_ACAD_IND_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_OTHER_INST_PKG dependencies on IGS_AD_OTHER_INST
12.1.1
-
View: IGS_AD_RELACAD_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_INST_STAT_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_INST_STAT_DETAILS, object_name:IGSBV_INST_STAT_DETAILS, status:VALID,
-
VIEW: APPS.IGS_AD_RELACAD_INT
12.1.1
-
VIEW: APPS.IGSBV_ORG_EXTENSIONS
12.1.1
-
VIEW: APPS.IGSFV_INSTITUTION_PARTY
12.1.1
-
VIEW: APPS.IGSFV_AD_OTHER_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_OTHER_INST, object_name:IGSFV_AD_OTHER_INST, status:VALID,
-
View: IGSFV_ORG_EXTENSIONS
12.2.2
product: IGS - Student System (Obsolete) , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AV_ACAD_HISTORY_V
12.1.1
-
VIEW: APPS.IGSBV_ORGANIZATION_UNIT_PARTY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ORGANIZATION_UNIT_PARTY, object_name:IGSBV_ORGANIZATION_UNIT_PARTY, status:VALID,
-
View: IGS_AD_KEY_ACAD_IND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_KEY_ACAD_IND_V, object_name:IGS_AD_KEY_ACAD_IND_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_KEY_ACAD_IND_V ,
-
VIEW: APPS.IGSFV_INST_STATISTICS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_INST_STATISTICS, object_name:IGSFV_INST_STATISTICS, status:VALID,
-
View: IGS_AD_ACADHIS_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ACADHIS_INT, object_name:IGS_AD_ACADHIS_INT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_ACADHIS_INT ,
-
VIEW: APPS.IGS_AD_RELACAD_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_RELACAD_INT, object_name:IGS_AD_RELACAD_INT, status:VALID,
-
View: IGS_AD_ACADHIS_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,