Search Results igs_or_institution
Overview
The view IGS_OR_INSTITUTION belongs to the IGS (Student System) product family within Oracle E-Business Suite. Its purpose, as documented in the ETRM metadata, is to describe institution details — that is, it exposes a denormalized, report-ready representation of institutions registered against the Oracle Student System organization model. The view consolidates institution descriptors from the Higher Education (HZ) party model, the IGS organizational party extensions, institution type and control-type lookups, and preferred alternate identifier data.
The ETRM listing classifies the owning product as Obsolete. Under the 12.2.2 documented metadata, the view is reported as "Not implemented in this database," meaning it is not deployed in the reference instance from which the ETRM extract was taken. Consequently, reliance on this view in a 12.1.1 or 12.2.2 environment should be confirmed by querying ALL_VIEWS / DBA_VIEWS before any report or integration is built against it. Where the view does exist, it functions primarily as a reporting and integration abstraction rather than a transactional object; it carries no DML of its own and inherits all change history from the underlying tables.
Underlying Base Objects
The ETRM "referenced base objects" section documents no base objects for this view, which reflects the fact that the view was not implemented in the source database at extraction time. The view text preserved in the metadata, however, identifies the constituent objects explicitly. These are:
HZ_PARTIES— the TCA party master, aliasedHP, supplying party name, party number, audit columns, and the DFF attribute columns.IGS_PE_HZ_PARTIES— aliasedIHP, the IGS extension of the party record holding institution-specific attributes such as status, control type, institution type, and phone components.IGS_OR_ORG_INST_TYPE— aliasedOIT, providing the institution type description.IGS_LOOKUP_VALUES— joined twice, asOICT(lookup typeOR_INST_CTL_TYPE) andINP, for control-type and priority meanings.IGS_AD_CODE_CLASSES— aliasedINP1, supplying secondary school location name and description.- An inline subquery over
IGS_OR_ORG_ALT_IDSandIGS_OR_ORG_ALT_IDTYP— aliasedPID— which restricts to the preferred alternate ID type (PREF_INST_IND = 'Y') effective as ofSYSDATE.
The driving join is HP.PARTY_ID = IHP.PARTY_ID with the filter IHP.INST_ORG_IND = 'I', which restricts output to parties flagged as institutions. Institution type, control type, class-code, and lookup joins are largely outer joins, so the view tolerates partially populated institution records.
Key Columns
ROW_ID— theIGS_PE_HZ_PARTIESrowid, useful as a surrogate key in extracted data sets.PARTY_ID,TCA_PARTY_NUMBER,PARTY_NAME— TCA identity attributes for the institution.INSTITUTION_CD— fromOSS_ORG_UNIT_CD, the institution's organizational unit code.OI_INSTITUTION_STATUS,OI_LOCAL_INSTITUTION_IND,OI_OS_IND,OI_GOVT_INSTITUTION_CD— status and classification flags.OI_INSTITUTION_TYPE,DESCRIPTION— institution type code and its descriptive text.OI_INST_CONTROL_TYPE,CTRL_DESCRIPTION— control type and its lookup meaning.PREF_INST_ID_TYPE,PREF_INST_ALT_ID— the preferred alternate identifier type and value.INST_EPS_CODE,INST_PRIORITY_CD,INST_PHONE_COUNTRY_CODE,INST_PHONE_AREA_CODE,INST_PHONE_NUMBER— contact and prioritization attributes.ADV_STUDIES_CLASSES,HONORS_CLASSES,CLASS_SIZE,SEC_SCHOOL_LOCATION_ID,PERCENT_PLAN_HIGHER_EDU— secondary-school-oriented institutional descriptors.- Audit and descriptive flexfield columns (
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,ATTRIBUTE_CATEGORY,ATTRIBUTE1–ATTRIBUTE20).
Common Use Cases and Queries
Typical uses include institutional reporting (producing a catalog of institutions with type, control, and preferred identifier), student-system integration extracts feeding external bodies such as government reporting agencies, and validation queries in data-conversion projects populating IGS_PE_HZ_PARTIES. A representative query is:
SELECT institution_cd, party_name, description, ctrl_description, pref_inst_alt_id FROM igs_or_institution WHERE oi_institution_status = 'A' ORDER BY party_name;SELECT oi_institution_type, COUNT(*) FROM igs_or_institution GROUP BY oi_institution_type;SELECT party_id, party_name FROM igs_or_institution WHERE pref_inst_id_type IS NOT NULL;
Because the view is marked obsolete and unimplemented in 12.2.2, equivalents should be constructed directly against HZ_PARTIES, IGS_PE_HZ_PARTIES, and the associated IGS organization tables should the view be absent.
-
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: 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 ,
-
APPS.IGS_OR_INSTITUTION_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_AD_OTHER_INST_V
12.1.1
-
PACKAGE BODY: APPS.IGS_OR_INSTITUTION_PKG
12.1.1
-
VIEW: APPS.IGS_PS_FACLTY_DEGRS_V
12.1.1
-
VIEW: APPS.IGS_AD_RVGR_INC_EXC_ORG_V
12.1.1
-
VIEW: APPS.IGS_PR_ACAD_QUAL_CREDIT_V
12.1.1
-
VIEW: APPS.IGS_OR_INSTITUTION_V
12.1.1
-
PACKAGE BODY: APPS.IGS_AV_VAL_AS
12.1.1
-
VIEW: APPS.IGS_HE_POOUS_DTLS_V
12.1.1
-
APPS.IGS_EN_VAL_PIT SQL Statements
12.1.1
-
APPS.IGS_AD_VAL_TE SQL Statements
12.1.1
-
VIEW: APPS.IGS_HE_ST_PRG_DTLS_V
12.1.1
-
VIEW: APPS.IGS_AD_KEY_ACAD_IND_V
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_VAL_TE
12.1.1
-
View: IGS_PS_FACLTY_DEGRS_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_OR_INSTITUTION_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_OR_INSTITUTION_PKG, 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,
-
APPS.IGS_ST_VAL_SNAPSHOT SQL Statements
12.1.1
-
PACKAGE: APPS.IGS_AV_VAL_AS
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_VAL_SCHO
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_VAL_SCHO, status:VALID,
-
View: IGS_PS_FACLTY_DEGRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_FACLTY_DEGRS_V, object_name:IGS_PS_FACLTY_DEGRS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_FACLTY_DEGRS_V ,
-
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: IGS_HE_ST_PRG_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_ST_PRG_DTLS_V, object_name:IGS_HE_ST_PRG_DTLS_V, status:VALID, product: IGS - Student System , description: Stores HESA Program details , implementation_dba_data: APPS.IGS_HE_ST_PRG_DTLS_V ,
-
PACKAGE BODY: APPS.IGS_ST_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_ST_GEN_002, status:VALID,
-
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_AD_VAL_SAFT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_SAFT, status:VALID,
-
PACKAGE BODY: APPS.IGS_GE_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_GE_GEN_002, status:VALID,
-
PACKAGE BODY: APPS.IGS_AV_ADV_STANDING_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AV_ADV_STANDING_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_RE_VAL_RSUP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_RE_VAL_RSUP, status:VALID,
-
VIEW: APPS.IGS_HE_EN_SUSA_V
12.1.1
-
APPS.IGS_AD_VAL_SAFT SQL Statements
12.1.1
-
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,
-
PACKAGE BODY: APPS.IGS_AD_VAL_TE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_TE, status:VALID,
-
PACKAGE BODY: APPS.IGS_ST_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_ST_GEN_003, status:VALID,
-
View: IGS_HE_POOUS_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Program Offering Option Unit Set HESA Details , 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 ,
-
APPS.IGS_AV_VAL_AS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_OR_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_OR_GEN_001, status:VALID,
-
PACKAGE BODY: APPS.IGS_AV_VAL_ASU
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AV_VAL_ASU, status:VALID,
-
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 ,
-
SYNONYM: APPS.IGS_OR_ORG_ALT_IDTYP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_OR_ORG_ALT_IDTYP, status:VALID,
-
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 ,
-
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: IGS_HE_POOUS_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_POOUS_DTLS_V, object_name:IGS_HE_POOUS_DTLS_V, status:VALID, product: IGS - Student System , description: Program Offering Option Unit Set HESA Details , implementation_dba_data: APPS.IGS_HE_POOUS_DTLS_V ,
-
View: IGS_HE_ST_PRG_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Stores HESA Program details , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.IGS_HE_EXTRACT_FIELDS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_HE_EXTRACT_FIELDS_PKG, status:VALID,
-
PACKAGE: APPS.IGS_AD_VAL_TE
12.1.1