Search Results igs_ad_location_rel
Overview
IGS_AD_LOCATION_REL is a table within the IGS (Student System) product family, which Oracle classifies as obsolete in Oracle E-Business Suite releases 12.1.1 and 12.2.2. Functionally, the table describes the relationship between locations for the purpose of determining geographical equivalence between them — that is, it records which sub-locations are treated as equivalent to, or associated with, a parent location for student-system processing purposes.
Under the ETRM metadata, the object is flagged as "Not implemented in this database," meaning the physical table is documented but absent from the delivered schema in the environments surveyed. Consequently, no application logic or seeded data references it in a standard 12.1.1 or 12.2.2 installation. It should be regarded as a legacy or design-stage artifact of the IGS data model.
From a data-modeling perspective, the heuristic Data Vault classification mined from the foreign-key structure is link. This is a modeling suggestion rather than a documented Oracle construct: the table's identity is defined entirely by two foreign keys to the same parent table, with no independent descriptive payload typical of a hub or satellite. It is best understood as an associative (many-to-many) entity resolving relationships between location records.
Key Information Stored
The documented physical schema for ETRM 12.1.1 carries eight columns under the IGS owner. The most significant are:
- LOCATION_CD — The primary location code. Part of the composite primary key and a foreign key to IGS_AD_LOCATION_ALL. Identifies the "from" or parent location in the equivalence relationship.
- SUB_LOCATION_CD — The related sub-location code. Also part of the composite primary key and a second foreign key to IGS_AD_LOCATION_ALL. Identifies the "to" or subordinate location.
- DFLT_IND — Default indicator. Flags whether the sub-location relationship is the default for the parent location, allowing consumers to select a preferred equivalent location when several exist.
- CREATED_BY — Standard WHO column capturing the user who created the row.
- CREATION_DATE — Standard WHO column recording row creation timestamp.
- LAST_UPDATED_BY — Standard WHO column capturing the most recent updater.
- LAST_UPDATE_DATE — Standard WHO column recording the most recent update timestamp.
- LAST_UPDATE_LOGIN — Standard WHO column identifying the login session of the last update.
The surrogate primary key is defined by the constraint IGS_AD_LOCATION_REL_PK over (LOCATION_CD, SUB_LOCATION_CD). The unique index IGS_AD_LOCATION_REL_U1 is defined on the same two columns, making them the business-key candidates. Because the primary key is composite and natural — built from the two code columns rather than a generated sequence — the surrogate and business keys coincide here. The five WHO columns supply the audit payload; DFLT_IND supplies the only non-key business attribute documented.
Common Use Cases and Queries
In installations where the IGS Student System was deployed, this table supported geographic equivalence resolution — for example, mapping a campus sub-location to its governing main location when validating student addresses, scheduling, or enrollment eligibility. Reporting scenarios would include listing all sub-locations for a given location and identifying the default equivalent:
- Resolving all equivalents of a location:
SELECT SUB_LOCATION_CD, DFLT_IND FROM IGS_AD_LOCATION_REL WHERE LOCATION_CD = :p_location - Finding the default equivalent:
SELECT SUB_LOCATION_CD FROM IGS_AD_LOCATION_REL WHERE LOCATION_CD = :p_location AND DFLT_IND = 'Y' - Validating orphaned mappings by outer-joining to IGS_AD_LOCATION_ALL on both LOCATION_CD and SUB_LOCATION_CD.
Because the object is not implemented and the product is obsolete, these patterns serve primarily data-migration, archival, or historical-audit purposes rather than live transactional processing. Any upgrade or consolidation effort should treat the table and its contents as candidates for retirement unless custom extensions depend on them.
Related Objects
- IGS_AD_LOCATION_ALL — The single parent object for both foreign keys. Join on
IGS_AD_LOCATION_REL.LOCATION_CD = IGS_AD_LOCATION_ALL.LOCATION_CDfor the parent location and onIGS_AD_LOCATION_REL.SUB_LOCATION_CD = IGS_AD_LOCATION_ALL.LOCATION_CDfor the equivalent sub-location. Both joins hit the same table, so aliasing (for example, LOC and SUBLOC) is required in queries. - IGS_AD_LOCATION_REL_PK — The primary-key constraint over LOCATION_CD and SUB_LOCATION_CD.
- IGS_AD_LOCATION_REL_U1 — The unique index reinforcing the composite business key.
Beyond these documented dependencies, related IGS address and location components — such as address, campus, and student-location entities within the same product family — would historically have consumed the equivalence mappings. These should be confirmed in the target database, since the ETRM metadata confirms only the two foreign keys above.
-
Table: IGS_AD_LOCATION_REL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes relationship between locations to determine geographical equivalence between locations , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_LOCATION_REL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_LOCATION_REL, object_name:IGS_AD_LOCATION_REL, status:VALID, product: IGS - Student System , description: Describes relationship between locations to determine geographical equivalence between locations , implementation_dba_data: IGS.IGS_AD_LOCATION_REL ,
-
APPS.IGS_AD_LOCATION_REL_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSBV_SUB_LOCATIONS
12.1.1
-
APPS.IGS_OR_VAL_LR SQL Statements
12.1.1
-
VIEW: APPS.IGSFV_SUB_LOCATIONS
12.1.1
-
Table: IGS_AD_LOCATION_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_LOCATION_ALL, object_name:IGS_AD_LOCATION_ALL, status:VALID, product: IGS - Student System , description: Describes available geographic locations at which programs and units may be offered or taught , implementation_dba_data: IGS.IGS_AD_LOCATION_ALL ,
-
SYNONYM: APPS.IGS_AD_LOCATION_REL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_LOCATION_REL, status:VALID,
-
Table: IGS_AD_LOCATION_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available geographic locations at which programs and units may be offered or taught , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_AD_LOCATION_REL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_LOCATION_REL, object_name:IGS_AD_LOCATION_REL, status:VALID,
-
PACKAGE: APPS.IGS_OR_VAL_LR
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_OR_VAL_LR, status:VALID,
-
PACKAGE BODY: APPS.IGS_OR_VAL_LR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_OR_VAL_LR, status:VALID,
-
View: IGSFV_SUB_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_SUB_LOCATIONS, object_name:IGSFV_SUB_LOCATIONS, status:VALID, product: IGS - Student System , description: This entity describes relationship between locations to determine geographical equivalence between locations. , implementation_dba_data: APPS.IGSFV_SUB_LOCATIONS ,
-
PACKAGE BODY: APPS.IGS_AD_LOCATION_REL_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_GR_PRC_GAC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_GR_PRC_GAC, status:VALID,
-
View: IGSFV_SUB_LOCATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes relationship between locations to determine geographical equivalence between locations. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AS_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GEN_002, status:VALID,
-
View: IGSBV_SUB_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_SUB_LOCATIONS, object_name:IGSBV_SUB_LOCATIONS, status:VALID, product: IGS - Student System , description: This entity describes relationship between locations to determine geographical equivalence between locations. , implementation_dba_data: APPS.IGSBV_SUB_LOCATIONS ,
-
View: IGSBV_SUB_LOCATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes relationship between locations to determine geographical equivalence between locations. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_LOCATION_REL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_LOCATION_REL_PKG, status:VALID,
-
APPS.IGS_AS_GEN_002 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_GEN_006
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GEN_006, status:VALID,
-
VIEW: APPS.IGSBV_SUB_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_SUB_LOCATIONS, object_name:IGSBV_SUB_LOCATIONS, status:VALID,
-
VIEW: APPS.IGSFV_SUB_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_SUB_LOCATIONS, object_name:IGSFV_SUB_LOCATIONS, status:VALID,
-
PACKAGE BODY: APPS.IGS_OR_VAL_LR
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_GEN_002
12.1.1
-
APPS.IGS_GR_PRC_GAC SQL Statements
12.1.1
-
APPS.IGS_GR_PRC_GAC dependencies on IGS_AD_LOCATION_REL
12.1.1
-
APPS.IGS_AS_GEN_002 dependencies on IGS_AD_LOCATION_REL
12.1.1
-
APPS.IGS_AD_LOCATION_REL_PKG dependencies on IGS_AD_LOCATION_REL
12.1.1
-
APPS.IGS_OR_VAL_LR dependencies on IGS_AD_LOCATION_REL
12.1.1
-
APPS.IGS_AS_GEN_006 dependencies on IGS_AD_LOCATION_REL
12.1.1
-
APPS.IGS_OR_VAL_LR dependencies on IGS_AD_LOCATION_REL
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_AS_GEN_006 SQL Statements
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_AS_GEN_002 dependencies on IGS_AD_LOCATION
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_AS_GEN_006 dependencies on IGS_AD_LOCATION
12.1.1
-
APPS.IGS_OR_VAL_LR dependencies on IGS_AD_LOCATION
12.1.1
-
APPS.IGS_GR_PRC_GAC dependencies on IGS_GR_VENUE
12.1.1
-
APPS.IGS_AS_GEN_006 dependencies on IGS_AD_LOCATION_TYPE
12.1.1
-
APPS.IGS_GR_PRC_GAC dependencies on IGS_CA_DA_INST_V
12.1.1
-
APPS.IGS_AD_LOCATION_REL_PKG dependencies on IGS_AD_LOCATION_REL_PKG
12.1.1
-
APPS.IGS_GR_PRC_GAC dependencies on IGS_GR_CRMN
12.1.1
-
APPS.IGS_GR_PRC_GAC dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
APPS.IGS_AS_GEN_002 dependencies on IGS_AD_LOCATION_TYPE
12.1.1
-
PACKAGE BODY: APPS.IGS_GR_PRC_GAC
12.1.1