Search Results school_applying_to
Overview
The table IGS_AD_SCHL_APLY_TO is a data object within the Oracle E-Business Suite (EBS) Student System (IGS), specifically marked as obsolete in the context of releases 12.1.1 and 12.2.2. Its primary function is to store information about schools that an applicant has applied to, organized under different organizational units within the institution. This table served as a reference or lookup entity within the admissions process, enabling the system to manage and track the specific educational institutions associated with application records. The metadata explicitly states it is "Not implemented in this database," indicating that while the table structure exists in the data dictionary, it may not be populated or actively used in a standard deployment, a common scenario for legacy or decommissioned features.
Key Information Stored
Based on the provided ETRM documentation, the table's structure centers on a unique identifier and organizational context. The most critical column is SCH_APL_TO_ID, which serves as the primary key (IGS_AD_SCHL_APLY_TO_PK) to uniquely identify each record. The table also enforces a unique key constraint (IGS_AD_SCHL_APLY_TO_UK) on the combination of SCHOOL_APPLYING_TO and ORG_UNIT_CD. This design ensures that within a given organizational unit code, each school applied to is recorded only once. The SCHOOL_APPLYING_TO column likely holds a code or identifier for the secondary school or previous institution, while ORG_UNIT_CD associates that record with a specific academic organizational unit (e.g., a college or faculty) within the university.
Common Use Cases and Queries
In an active implementation, this table would be referenced to validate and report on the educational backgrounds of applicants. A typical use case would involve generating a list of all distinct schools that applicants have attended for a specific organizational unit, which could be used for recruitment analysis or accreditation reporting. A common query would join this table to application staging data. For example, to retrieve application details with the associated school information, a SQL pattern might be: SELECT stg.*, sch.school_applying_to FROM igs_ss_app_pgm_stg stg, igs_ad_schl_aply_to sch WHERE stg.sch_apl_to_id = sch.sch_apl_to_id; Given the "obsolete" and "not implemented" status, direct operational use in EBS 12.1.1/12.2.2 is unlikely, but such queries would be relevant for historical data migration or analysis if legacy data is present.
Related Objects
The documented relationship data shows a clear foreign key dependency from the application processing tables. The primary related object is:
- Table: IGS_SS_APP_PGM_STG - This table references IGS_AD_SCHL_APLY_TO via the foreign key column SCH_APL_TO_ID. This relationship links application program staging records directly to a specific "school applied to" entry, indicating that the IGS_AD_SCHL_APLY_TO table was intended as a master reference table for school data used during the application intake process.
-
Table: IGS_AD_SCHL_APLY_TO
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SCHL_APLY_TO, object_name:IGS_AD_SCHL_APLY_TO, status:VALID, product: IGS - Student System , description: Stores information of school applied under different organization , implementation_dba_data: IGS.IGS_AD_SCHL_APLY_TO ,
-
View: IGS_AD_SCHL_APLY_TO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SCHL_APLY_TO_V, object_name:IGS_AD_SCHL_APLY_TO_V, status:VALID, product: IGS - Student System , description: This view is a base view to display all records from IGS_AD_SCHOOL_APPLY_TO table , implementation_dba_data: APPS.IGS_AD_SCHL_APLY_TO_V ,
-
View: IGR_I_APPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_APPL_V, object_name:IGR_I_APPL_V, status:VALID, product: IGS - Student System , description: This view will be based on OMO public view AS_SALES_LEADS_V and IGR_I_APPL_ALL junction table. , implementation_dba_data: APPS.IGR_I_APPL_V ,
-
View: IGS_IN_ENQUIRY_APPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_IN_ENQUIRY_APPL_V, object_name:IGS_IN_ENQUIRY_APPL_V, status:VALID, product: IGS - Student System , description: Obsolete , implementation_dba_data: APPS.IGS_IN_ENQUIRY_APPL_V ,
-
View: IGS_RC_I_APPL_V
12.1.1
product: IGS - Student System , description: This view will be based on OMO public view AS_SALES_LEADS_V and IGS_RC_I_APPL_ALL junction table. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AD_ADM_PS_APPL_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_PS_APPL_INST, object_name:IGSFV_AD_ADM_PS_APPL_INST, status:VALID, product: IGS - Student System , description: Describes the request for program Entry for an Admission period , implementation_dba_data: APPS.IGSFV_AD_ADM_PS_APPL_INST ,
-
View: IGS_AD_PS_APPL_INST_APLINST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_APLINST_V, object_name:IGS_AD_PS_APPL_INST_APLINST_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_PS_APPL_INST. Incorporates alternate codes and calendar instance start and end dates for both the Admission and Deferred Admission calendars. Also incorporates Admission Course Application details. , implementation_dba_data: APPS.IGS_AD_PS_APPL_INST_APLINST_V ,