Search Results igs_or_org_alt_ids_v
Overview
The view APPS.IGS_OR_ORG_ALT_IDS_V is a reporting and inquiry object within the Oracle E-Business Suite Student System (IGS) product family. It presents alternate identification data assigned to organizations and organizational structures, joining each identifier to its controlling identifier type so that a human-readable description is returned alongside the stored code. Organizations in the Student System frequently require multiple concurrent identifiers — statutory registration numbers, external agency codes, legacy migration keys, accreditation references, and similar values — and this view provides a single denormalized access point for that information without requiring the caller to resolve the type lookup explicitly.
The object is owned by the APPS schema and carries a status of VALID in both Oracle EBS 12.1.1 and 12.2.2. Because it is a view rather than a table, it stores no data of its own; it is a read-only projection intended for queries, reports, and integration extracts. The legal notice accompanying the definition confirms that the underlying structures are Oracle proprietary and confidential.
Underlying Base Objects
The view is defined over two IGS base tables:
IGS_OR_ORG_ALT_IDS(aliasedOLI) — the transaction table holding the actual alternate identifier values for each organizational structure record, including validity dates and standard WHO audit columns.IGS_OR_ORG_ALT_IDTYP(aliasedOLT) — the identifier type reference table, supplying the descriptive text for each alternate ID type.
The two tables are equijoined on ORG_ALTERNATE_ID_TYPE. This is an inner join, so an alternate ID row is returned only when a matching identifier type exists in the reference table. The view selects OLI.ROWID as ROW_ID, which preserves a row-level handle to the underlying IGS_OR_ORG_ALT_IDS record — useful where a tool or concurrent program requires an addressable row reference. Because the ETRM metadata documents no separate base objects beyond these two tables, the view is a straightforward two-table join with no aggregation or derived logic.
Key Columns
ROW_ID— the ROWID of the source row inIGS_OR_ORG_ALT_IDS.ORG_STRUCTURE_ID— identifier of the organization or organizational structure to which the alternate ID applies.ORG_STRUCTURE_TYPE— discriminator indicating the type of organizational structure record.ORG_ALTERNATE_ID_TYPE— the code for the category of alternate identifier.ID_TYPE_DESCRIPTION— the descriptive name of the alternate ID type, sourced fromIGS_OR_ORG_ALT_IDTYP.ORG_ALTERNATE_ID— the actual alternate identifier value.START_DATE/END_DATE— the effective date range during which the alternate ID is valid.CREATION_DATE,CREATED_BY,LAST_UPDATE_DATE,LAST_UPDATED_BY,LAST_UPDATE_LOGIN— standard audit columns for change tracking and reconciliation.
Common Use Cases and Queries
Typical uses include institutional reporting on external registration identifiers, data migration reconciliation, and integration extracts that must publish alternate organization codes with their descriptive type labels. Effective-dating filters using START_DATE and END_DATE allow point-in-time reporting.
Retrieve all alternate IDs for a given organization:
SELECT org_structure_id, org_alternate_id_type, id_type_description,
org_alternate_id, start_date, end_date
FROM apps.igs_or_org_alt_ids_v
WHERE org_structure_id = :p_org_structure_id
ORDER BY org_alternate_id_type;
Identify currently active identifiers only:
SELECT org_structure_id, id_type_description, org_alternate_id FROM apps.igs_or_org_alt_ids_v WHERE TRUNC(SYSDATE) BETWEEN start_date AND NVL(end_date, TRUNC(SYSDATE));
Audit recently modified records:
SELECT org_structure_id, org_alternate_id, last_update_date, last_updated_by FROM apps.igs_or_org_alt_ids_v WHERE last_update_date >= TRUNC(SYSDATE) - 30;
-
View: IGS_OR_ORG_ALT_IDS_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_OR_ORG_ALT_IDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_ORG_ALT_IDS_V, object_name:IGS_OR_ORG_ALT_IDS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_OR_ORG_ALT_IDS_V ,
-
VIEW: APPS.IGS_EN_NSC_BRANCH_V
12.1.1
-
View: IGS_EN_NSC_BRANCH_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view picks up the branch code for National Student Clearing House creation process. This is used in the value set of concurrent process. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_NSC_BRANCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_NSC_BRANCH_V, object_name:IGS_EN_NSC_BRANCH_V, status:VALID, product: IGS - Student System , description: This view picks up the branch code for National Student Clearing House creation process. This is used in the value set of concurrent process. , implementation_dba_data: APPS.IGS_EN_NSC_BRANCH_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: APPS.IGS_OR_ORG_ALT_IDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_ORG_ALT_IDS_V, object_name:IGS_OR_ORG_ALT_IDS_V, 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,
-
VIEW: APPS.IGS_EN_NSC_BRANCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_NSC_BRANCH_V, object_name:IGS_EN_NSC_BRANCH_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,
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_OR_ORG_ALT_IDS_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
-
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'. ,