Search Results igs_or_unit_v
Overview
IGS_OR_UNIT_V is a seeded database view owned by the APPS schema in Oracle E-Business Suite Release 12.1.1 and 12.2.2. It is delivered as part of the IGS (Student System) product family, specifically the Oracle Student System organizational unit model. The view presents a consolidated, denormalized picture of organizational units (ORG_UNIT) used within an institution's organizational hierarchy — typically academic departments, faculties, schools, or administrative divisions — joined to their underlying TCA (Trading Community Architecture) party records.
In EBS reporting and integration contexts, IGS_OR_UNIT_V serves as the standard descriptive view over organizational unit data. Rather than requiring report authors or integration developers to manually join HZ_PARTIES, IGS_PE_HZ_PARTIES, status and lookup tables, the view exposes the party identity, unit code, effective dates, status, type, member type, institution code, and preferred alternate identifier in a single row. This makes it well-suited for concurrent program extracts, OBIEE/BIP data models, and inbound/outbound interface logic in Student System implementations.
Underlying Base Objects
Although the ETRM 12.2.2 metadata records no referenced base objects explicitly, the view text documents the following dependencies:
HZ_PARTIES(alias HP) — supplies the TCA party identity, party name (exposed as DESCRIPTION), party number, audit columns, and DFF attributes.IGS_PE_HZ_PARTIES(alias IHP) — the IGS extension of the party record, providingOSS_ORG_UNIT_CD, start/end dates, org status, org type, member type, and institution code.IGS_OR_STATUS(alias OS) — provides the status description forOU_ORG_STATUS.IGS_LOOKUP_VALUES(aliases OT and MT) — supplies the meanings forOR_ORG_TYPEandOR_MEMBER_TYPElookups respectively.- An inline subquery (alias PID) over
IGS_OR_ORG_ALT_IDSandIGS_OR_ORG_ALT_IDTYP— retrieves the preferred alternate unit identifier wherePREF_UNIT_IND = 'Y'and the current date falls between the start and end dates.
The join enforces INST_ORG_IND = 'O', limiting results to organizational unit records rather than individuals, and applies outer joins for the status, type, member, and alternate ID lookups so units without these attributes are still returned.
Key Columns
ROW_ID— the ROWID of the underlyingHZ_PARTIESrow, useful for direct DML.PARTY_ID/TCA_PARTY_NUMBER— the TCA party identifier and number.ORG_UNIT_CD— the organizational unit code (OSS_ORG_UNIT_CD), the natural key for the unit.START_DT/END_DT— effective date range for the unit record.DESCRIPTION— the party name, i.e., the display name of the unit.ORG_STATUS/STATUS_DESC— status code and its description.ORG_TYPE/TYPE_DESC— org type code and lookup meaning.MEMBER_TYPE/MEMBER_DESC— member type code and lookup meaning.INSTITUTION_CD— owning institution.PREF_UNIT_ID_TYPE/PREF_UNIT_ALT_ID— preferred alternate identifier type and value.- Standard audit columns (
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN) and DFF attributes 1–20.
Common Use Cases and Queries
Typical usages include LOV queries, validation in forms, BIP data models for organizational unit listings, and integration extracts to external student systems. Sample queries:
- List all active organizational units for an institution:
SELECT org_unit_cd, description, status_desc, type_desc FROM igs_or_unit_v WHERE institution_cd = :p_inst AND NVL(end_dt, SYSDATE) >= SYSDATE ORDER BY org_unit_cd; - Retrieve a unit's preferred alternate identifier:
SELECT org_unit_cd, pref_unit_id_type, pref_unit_alt_id FROM igs_or_unit_v WHERE org_unit_cd = :p_unit_cd; - Drive an extract of units by type and member classification:
SELECT party_number, org_unit_cd, member_desc, institution_cd FROM igs_or_unit_v WHERE org_type = 'DEPARTMENT' AND member_type = 'MEMBER';
Because the view joins TCA and IGS tables, queries should filter by institution and effective dates to avoid performance degradation on large implementations.
-
View: IGS_OR_UNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_UNIT_V, object_name:IGS_OR_UNIT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_OR_UNIT_V ,
-
View: IGS_OR_UNIT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_ENT_ORG_UNITS_V
12.1.1
-
View: IGS_AD_ENT_ORG_UNITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ENT_ORG_UNITS_V, object_name:IGS_AD_ENT_ORG_UNITS_V, status:VALID, product: IGS - Student System , description: This view is created using a join between IGS_OR_UNIT_V and IGS_AD_ENT_ORG_UNITS - Obsolete , implementation_dba_data: APPS.IGS_AD_ENT_ORG_UNITS_V ,
-
View: IGS_AD_ENT_ORG_UNITS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is created using a join between IGS_OR_UNIT_V and IGS_AD_ENT_ORG_UNITS - Obsolete , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGR_I_E_ORGUNITS_V
12.1.1
-
View: IGR_I_E_ORGUNITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_E_ORGUNITS_V, object_name:IGR_I_E_ORGUNITS_V, status:VALID, product: IGS - Student System , description: Entry status Organization units view , implementation_dba_data: APPS.IGR_I_E_ORGUNITS_V ,
-
View: IGS_RC_I_E_ORGUNITS_V
12.1.1
product: IGS - Student System , description: Entry status Organization units view , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_E_ORGUNITS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Entry status Organization units view , implementation_dba_data: Not implemented in this database ,
-
View: IGR_I_E_ORGUNITS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Entry status Organization units view , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_OR_ORG_ALT_IDTYP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_OR_ORG_ALT_IDTYP, status:VALID,
-
SYNONYM: APPS.IGS_OR_STATUS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_OR_STATUS, status:VALID,
-
SYNONYM: APPS.IGS_OR_ORG_ALT_IDS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_OR_ORG_ALT_IDS, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_NSC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_NSC_PKG, status:VALID,
-
VIEW: APPS.IGS_AD_ENT_ORG_UNITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ENT_ORG_UNITS_V, object_name:IGS_AD_ENT_ORG_UNITS_V, status:VALID,
-
VIEW: APPS.IGR_I_E_ORGUNITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_E_ORGUNITS_V, object_name:IGR_I_E_ORGUNITS_V, status:VALID,
-
VIEW: APPS.IGS_OR_UNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_UNIT_V, object_name:IGS_OR_UNIT_V, status:VALID,
-
SYNONYM: APPS.IGS_PE_HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_HZ_PARTIES, status:VALID,
-
VIEW: APPS.IGS_LOOKUP_VALUES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_LOOKUP_VALUES, object_name:IGS_LOOKUP_VALUES, status:VALID,
-
APPS.IGS_EN_NSC_PKG dependencies on IGS_OR_UNIT_V
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,