Search Results honors_classes
Overview
APPS.IGS_OR_INSTITUTION_V is a reporting and integration view in the Oracle E-Business Suite (EBS) 12.1.1 / 12.2.2 environment, owned by the APPS schema. It exposes institution-level records maintained within the Oracle Student System (formerly Oracle Student Systems / OSS, delivered under the IGS product family). The view presents a denormalized, read-only projection of the IGS_OR_INSTITUTION table and is intended for use by reports, concurrent programs, interfaces, and external integrations that require descriptive information about external institutions — such as secondary schools, colleges, and other organizations with which the enterprise interacts. Because the view is a simple single-table projection with no joins, it serves as a stable, presentation-oriented access layer that shields consumers from direct dependencies on the base table structure.
Underlying Base Objects
The view is defined over a single base table, as confirmed by its view text:
- IGS_OR_INSTITUTION — the sole referenced base object. The view performs a
SELECT ... FROM IGS_OR_INSTITUTIONwith no WHERE clause, joins, or aggregations, returning all columns in a fixed order.
No other base objects, synonyms, or auxiliary tables are documented as contributors to this view. Semantically, the view is a one-to-one passthrough: each row in IGS_OR_INSTITUTION corresponds to exactly one row in the view, and no row filtering or transformation logic is applied. This makes the view appropriate for queries where completeness of institution data is required, though consumers should apply their own predicates (for example, on INSTITUTION_STATUS or INSTITUTION_TYPE) to constrain the result set.
Key Columns
The view exposes the full column list of IGS_OR_INSTITUTION. The most significant columns, given the interests reflected in typical searches, include:
- ROW_ID — unique row identifier for the institution record.
- PARTY_ID — foreign key to the trading party (HZ_PARTIES) representing the institution.
- INSTITUTION_CD / NAME — the institution code and descriptive name.
- INSTITUTION_STATUS — active/inactive status of the institution record.
- LOCAL_INSTITUTION_IND / OS_IND / GOVT_INSTITUTION_CD — flags indicating whether the institution is local, overseas, or government-designated.
- INSTITUTION_TYPE / INST_CONTROL_TYPE / CTRL_DESCRIPTION — classification of the institution and its control type.
- PREF_INST_ID_TYPE / PREF_INST_ALT_ID — preferred identification type and alternate identifier.
- EPS_CODE / INSTITUTION_PRIORITY / PRIORITY_DESCRIPTION — priority and EPS-related attributes.
- ADV_STUDIES_CLASSES, HONORS_CLASSES, CLASS_SIZE — attributes describing the institution's academic offerings, including whether it offers honors classes and its class size. The HONORS_CLASSES column is directly relevant to searches for "honors_classes," indicating whether an institution provides honors-level coursework.
- SEC_SCHOOL_LOCATION_ID / SEC_SCHOOL_LOCATION_CODE / SEC_SCHOOL_LOCATION_DESC — secondary school location details.
- PERCENT_PLAN_HIGHER_EDU — percentage of students planning to pursue higher education.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE20 — the standard EBS descriptive flexfield columns.
- Audit columns — LAST_UPDATED_BY, LAST_UPDATE_DATE, CREATED_BY, CREATION_DATE, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical usage includes institution lookups for admissions and recruitment reporting, secondary school data validation, and integration extracts. A representative query returning honors-class institutions is:
SELECT institution_cd, name, honors_classes, class_size, percent_plan_higher_edu FROM apps.igs_or_institution_v WHERE honors_classes = 'Y' AND institution_status = 'A';
Other common patterns include joining to HZ_PARTIES on PARTY_ID for address and contact enrichment, filtering by INSTITUTION_TYPE for school-level reporting, and extracting SEC_SCHOOL_LOCATION_CODE for feeder-school analysis. Because the view has no built-in filtering, queries should always apply predicates to avoid full scans of the underlying table in high-volume reporting scenarios.
-
VIEW: APPS.IGS_OR_INSTITUTION_V
12.1.1
-
View: IGS_OR_INSTITUTION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INSTITUTION_V, object_name:IGS_OR_INSTITUTION_V, status:VALID, product: IGS - Student System , description: Describes the Institution Details , implementation_dba_data: APPS.IGS_OR_INSTITUTION_V ,
-
View: IGS_OR_INSTITUTION_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the Institution Details , implementation_dba_data: Not implemented in this database ,
-
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,
-
TABLE: IGS.IGS_AD_RECRUIT_INT_OLD
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_AD_RECRUIT_INT_OLD, status:VALID,
-
TABLE: IGS.IGS_PE_HZ_PARTIES_M1R
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_PE_HZ_PARTIES_M1R, 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 ,
-
TABLE: IGS.IGS_OR_INST_INT_OLD
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_OR_INST_INT_OLD, status:VALID,
-
VIEW: APPS.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,
-
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: IGS_AD_RECRUITMENT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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,
-
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.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,
-
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: 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: IGSBV_STDNT_RECRUITMENT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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: APPS.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,
-
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_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.IGS_OR_INST_OUTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INST_OUTER_V, object_name:IGS_OR_INST_OUTER_V, status:VALID,
-
View: IGS_PE_HZ_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_HZ_PARTIES_V, object_name:IGS_PE_HZ_PARTIES_V, status:VALID, product: IGS - Student System , description: View based on the person extension table , implementation_dba_data: APPS.IGS_PE_HZ_PARTIES_V ,
-
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,
-
VIEW: APPS.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,
-
View: IGSBV_ORG_EXTENSIONS
12.2.2
product: IGS - Student System (Obsolete) , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_HZ_PARTIES_V
12.2.2
product: IGS - Student System (Obsolete) , description: View based on the person extension table , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_HZ_PARTIES_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_HZ_PARTIES_SV, object_name:IGS_PE_HZ_PARTIES_SV, status:VALID, product: IGS - Student System , description: New View for securing select privileges on IGS_PE_HZ_PARTIES table. , implementation_dba_data: APPS.IGS_PE_HZ_PARTIES_SV ,
-
View: IGS_PE_HZ_PARTIES_SV
12.2.2
product: IGS - Student System (Obsolete) , description: New View for securing select privileges on IGS_PE_HZ_PARTIES table. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_RECRUITMENT_V
12.1.1
-
View: IGSFV_ORG_EXTENSIONS
12.2.2
product: IGS - Student System (Obsolete) , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
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_PE_HZ_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_HZ_PARTIES_V, object_name:IGS_PE_HZ_PARTIES_V, status:VALID,
-
View: IGS_OR_INSTITUTION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INSTITUTION, object_name:IGS_OR_INSTITUTION, status:VALID, product: IGS - Student System , description: Describes the institution Details , implementation_dba_data: APPS.IGS_OR_INSTITUTION ,
-
View: IGS_OR_INSTITUTION
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the institution Details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_OR_INSTITUTION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INSTITUTION_V, object_name:IGS_OR_INSTITUTION_V, status:VALID,
-
TABLE: IGS.IGS_PE_HZ_PARTIES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_HZ_PARTIES, object_name:IGS_PE_HZ_PARTIES, status:VALID,
-
TABLE: IGS.IGS_OR_INST_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_OR_INST_INT, object_name:IGS_OR_INST_INT, status:VALID,
-
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 ,
-
View: IGS_OR_INST_OUTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INST_OUTER_V, object_name:IGS_OR_INST_OUTER_V, status:VALID, product: IGS - Student System , description: The entity retrieves all the records that are Institutions that are either created in the OSS subsystem or from the Oracle Receivables system. , implementation_dba_data: APPS.IGS_OR_INST_OUTER_V ,
-
View: IGS_OR_INST_OUTER_V
12.2.2
product: IGS - Student System (Obsolete) , description: The entity retrieves all the records that are Institutions that are either created in the OSS subsystem or from the Oracle Receivables system. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PE_HZ_PARTIES_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_HZ_PARTIES_SV, object_name:IGS_PE_HZ_PARTIES_SV, status:VALID,
-
View: IGSFV_STDNT_RECRUITMENT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_RECRUITMENTS_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_OR_INSTITUTION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INSTITUTION, object_name:IGS_OR_INSTITUTION, status:VALID,
-
APPS.IGS_PE_HZ_PARTIES_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_RECRUITMENTS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_HZ_PARTIES_PKG
12.1.1
-
APPS.IGS_AD_RECRUITMENTS_PKG dependencies on IGS_GE_NUMBER
12.1.1