Search Results igs_or_inst_stat
Overview
The IGS_OR_INST_STAT table is a reference (lookup) entity within the Oracle E-Business Suite Student System (IGS) product family. It stores user-defined institution statuses — the institution-specific codes that describe the operational or lifecycle state of an academic institution record. Its defining purpose is mapping: each user-defined status is tied back to a system institution status (S_INSTITUTION_STATUS), which allows institutions to define a large, granular set of their own statuses while preserving alignment with the seeded system functionality that drives processing logic. This decoupling is characteristic of the IGS data model, where extensible "OR" (Oracle-derived, user-maintainable) reference tables shadow core system reference tables.
From a Data Vault modeling perspective, the documented heuristic classification for this object is standalone. No foreign keys are mined from the schema, so the table is not modeled as a dependent link or satellite to another hub. In practice it is best treated as a descriptive reference hub (or a small reference dimension) keyed on the institution status code, since it is a master list of valid codes rather than a transactional or historical record. The absence of an effective-dating or history column set reinforces that this is a static lookup rather than a changing satellite.
Key Information Stored
The documented physical schema contains nine columns. The most significant are:
INSTITUTION_STATUS— the primary key column and the business key of the table. It carries the user-defined institution status code. It is also the sole documented unique index (IGS_OR_INST_STAT_U1), confirming it as the single business-key candidate and preventing duplicate status codes.S_INSTITUTION_STATUS— the mapping column. It holds the system institution status to which the user-defined status resolves, providing functional "tie-back" to seeded processing behavior. This is the semantic core of the table.DESCRIPTION— the descriptive label presented to end users in forms, lists of values, and reports.CLOSED_IND— a flag indicating whether the status represents a closed or inactive state, supporting filtering of institution records deemed closed.CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN— the standard Oracle EBS "WHO" audit columns tracking insert and update attribution and timestamps.
The primary key constraint is IGS_OR_INST_STAT_PK, defined on INSTITUTION_STATUS; the unique index IGS_OR_INST_STAT_U1 is the corresponding business-key candidate.
Common Use Cases and Queries
Primary use cases centre on validating and decoding institution status values during lookups, reporting, and inbound interfaces. Extracting the user-defined-to-system mapping is the most frequent query pattern:
- Lookup resolution:
SELECT INSTITUTION_STATUS, DESCRIPTION FROM IGS.IGS_OR_INST_STAT WHERE CLOSED_IND = 'N'to drive a status list of values. - Mapping report:
SELECT INSTITUTION_STATUS, S_INSTITUTION_STATUS, DESCRIPTION FROM IGS.IGS_OR_INST_STAT ORDER BY INSTITUTION_STATUSto audit custom statuses against system statuses. - Audit interrogation: filtering on
LAST_UPDATE_DATEorLAST_UPDATED_BYto trace configuration changes. - Join pattern: institution records referencing their status via
INSTITUTION_STATUS, withS_INSTITUTION_STATUSused downstream to drive system logic.
Related Objects
Because the metadata reports no foreign keys (standalone classification), relationships are semantic rather than enforced. Significant related objects include:
- The IGS institution table(s) that reference
IGS_OR_INST_STAT.INSTITUTION_STATUSto classify an institution's operational state. - The seeded system institution status table that
S_INSTITUTION_STATUSmaps back to. - IGS setup/validation APIs and concurrent programs that resolve status codes during data load.
- IGS reporting views and the institution-status list of values that consume these codes.
Consult the IGS product schema documentation to confirm the exact referencing column names before writing joins, since FK enforcement is not present in the documented metadata.
-
Table: IGS_OR_INST_STAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_OR_INST_STAT, object_name:IGS_OR_INST_STAT, status:VALID, product: IGS - Student System , description: This entity describes the user-defined institution statuses. These map back onto the system institution statuses, to provide the system with the ability to have a large number of statuses which tie back to the system functionality. , implementation_dba_data: IGS.IGS_OR_INST_STAT ,
-
Table: IGS_OR_INST_STAT
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the user-defined institution statuses. These map back onto the system institution statuses, to provide the system with the ability to have a large number of statuses which tie back to the system functionality. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_OR_INST_STAT_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_OR_INST_STAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_OR_INST_STAT, status:VALID,
-
VIEW: APPS.IGS_AD_RVGR_INC_EXC_ORG_V
12.1.1
-
VIEW: APPS.IGSFV_INSTITUTION_PARTY
12.1.1
-
TABLE: IGS.IGS_OR_INST_STAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_OR_INST_STAT, object_name:IGS_OR_INST_STAT, status:VALID,
-
VIEW: APPS.IGS_OR_INST_HIST_V
12.1.1
-
VIEW: APPS.IGS_PE_PERSON_ID_TYP_V
12.1.1
-
PACKAGE BODY: APPS.IGS_OR_INST_STAT_PKG
12.1.1
-
VIEW: APPS.IGSFV_ORG_EXTENSIONS
12.1.1
-
APPS.IGS_EN_VAL_PIT SQL Statements
12.1.1
-
View: IGS_OR_INST_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INST_HIST_V, object_name:IGS_OR_INST_HIST_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_OR_INST_HIST_V ,
-
APPS.IGS_ST_VAL_SNAPSHOT SQL Statements
12.1.1
-
View: IGS_OR_INST_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_ST_VAL_SNAPSHOT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_ST_VAL_SNAPSHOT, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_VAL_PIT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_VAL_PIT, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_VAL_SAFT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_SAFT, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_VAL_SCHO
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_VAL_SCHO, status:VALID,
-
APPS.IGS_AD_VAL_SAFT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_OR_INST_STAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_OR_INST_STAT_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_OR_VAL_OU
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_OR_VAL_OU, status:VALID,
-
PACKAGE BODY: APPS.IGS_OR_VAL_INS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_OR_VAL_INS, status:VALID,
-
View: IGS_PE_PERSON_ID_TYP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_ID_TYP_V, object_name:IGS_PE_PERSON_ID_TYP_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_PERSON_ID_TYP_V ,
-
PACKAGE BODY: APPS.IGS_UC_QUAL_DETS_IMP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_QUAL_DETS_IMP_PKG, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.IGS_AD_ACT_ASSESSMENTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_ACT_ASSESSMENTS_PKG, status:VALID,
-
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: IGS_AD_RVGR_INC_EXC_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_RVGR_INC_EXC_ORG_V, object_name:IGS_AD_RVGR_INC_EXC_ORG_V, status:VALID, product: IGS - Student System , description: View where all Application Review Group Include Exclude related information will be recorded for Organization review profile group. , implementation_dba_data: APPS.IGS_AD_RVGR_INC_EXC_ORG_V ,
-
View: IGS_AD_RVGR_INC_EXC_ORG_V
12.2.2
product: IGS - Student System (Obsolete) , description: View where all Application Review Group Include Exclude related information will be recorded for Organization review profile group. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_PERSON_ID_TYP_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_IMP_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_003, status:VALID,
-
APPS.IGS_OR_VAL_INS SQL Statements
12.1.1
-
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 ,
-
PACKAGE BODY: APPS.IGS_OR_INST_IMP_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_OR_INST_IMP_001, status:VALID,
-
View: IGSFV_ORG_EXTENSIONS
12.2.2
product: IGS - Student System (Obsolete) , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_OR_VAL_OU SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_ST_VAL_SNAPSHOT
12.1.1
-
VIEW: APPS.IGS_PE_PERSON_ID_TYP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_ID_TYP_V, object_name:IGS_PE_PERSON_ID_TYP_V, status:VALID,
-
VIEW: APPS.IGS_AD_RVGR_INC_EXC_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_RVGR_INC_EXC_ORG_V, object_name:IGS_AD_RVGR_INC_EXC_ORG_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_HE_EXTRACT_FIELDS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_EXTRACT_FIELDS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_VAL_PIT
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_008
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_008, status:VALID,
-
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.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,
-
APPS.IGS_EN_VAL_SCHO SQL Statements
12.1.1
-
VIEW: APPS.IGS_OR_INST_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INST_HIST_V, object_name:IGS_OR_INST_HIST_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_VAL_SAFT
12.1.1
-
APPS.IGS_UC_QUAL_DETS_IMP_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_OR_VAL_INS
12.1.1