Search Results igs_ad_location_all
Overview
The IGS_AD_LOCATION_ALL table is a core data structure within the Oracle E-Business Suite Student System (IGS), now designated as obsolete. It functions as the master repository for defining all geographic locations where an educational institution offers or teaches its academic programs and course units. This table is fundamental for associating physical or logical venues with various academic, administrative, and financial processes. Its role is to provide a standardized reference for location data across the student lifecycle, from program offerings and admissions to fee assessment and facility management. The '_ALL' suffix indicates it is a multi-organization enabled table, designed to support data partitioning by operating unit in a multi-org architecture.
Key Information Stored
While the full column list is not provided in the excerpt, the documented primary and foreign keys reveal critical data points. The primary identifier is the LOCATION_CD column. Essential descriptive attributes would typically include the location name, address details, and active status. The table also stores classification and relational data, notably the LOCATION_TYPE, which links to the IGS_AD_LOCATION_TYPE_ALL table for categorization. It holds a reference to a coordinating person (COORD_PERSON_ID) linked to the HZ_PARTIES table in the Trading Community Architecture (TCA). For financial integration, it can be associated with a revenue account code (REV_ACCOUNT_CD) via a relationship with the IGS_FI_ACC_ALL table.
Common Use Cases and Queries
A primary use case is configuring and reporting on the available delivery locations for academic programs. Administrators use this data to define where specific program offerings or unit sections are taught. In financial modules, the location can determine applicable fee rates or revenue accounting. Common queries involve listing active locations for a given organization or joining to program offering tables. For example, to find all locations used for a specific program, one might query: SELECT DISTINCT loc.location_cd, loc.location_name FROM igs_ad_location_all loc JOIN igs_ps_ofr_opt_all ofr ON loc.location_cd = ofr.location_cd WHERE ofr.course_cd = 'PROG_CODE';. Reporting on location utilization for space planning or associating assessment items and exam supervisors with specific locations are other practical applications.
Related Objects
The table maintains extensive relationships across the Student System and into Financial Aid, as evidenced by its foreign keys. Key related objects include:
- IGS_AD_LOCATION_TYPE_ALL: Classifies the location via LOCATION_TYPE.
- HZ_PARTIES: Identifies the coordinating person via COORD_PERSON_ID.
- IGS_AD_BUILDING_ALL: Buildings are defined as sub-types of a location.
- IGS_PS_OFR_OPT_ALL: Links program offering options to a location.
- IGS_FI_FEE_AS_RT / IGS_FI_FEE_AS_RATE: Associates fee assessment rates with locations.
- IGS_AS_EXM_LOC_SPVSR: Assigns exam supervisors to a location (EXAM_LOCATION_CD).
- IGF_AP_FA_ANT_DATA & IGF_AW_COA_RATE_DET: Ties financial aid anticipated data and cost of attendance rates to a PROGRAM_LOCATION_CD.
- IGS_AD_PS_APPL_INST_ALL: Records an applicant's institution location preference.
-
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_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 ,
-
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 ,
-
Table: IGS_OR_ORG_NOTES
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains notes about institutions, organizational units or locations. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_OR_ORG_ALT_IDS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains alternate IDs for institutions or organizational units. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_EXM_LOC_SPVSR
12.2.2
product: IGS - Student System (Obsolete) , description: Describes examination location which the supervisor attends , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_SASSESS_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: Describes system-defined assessment types , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PE_ACT_SITE
12.2.2
product: IGS - Student System (Obsolete) , description: Exchange Visitor Site of Activity , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AZ_GROUPS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores advising group definition , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_ITEM_ASSESSOR
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes assessors applicable for assessment items , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_LOC_ACCTS_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Stores information of user defined account hierarchy , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_LOCATION
12.2.2
product: IGS - Student System (Obsolete) , description: Entity to capture the Unit Locations information , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_LOCATION_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes locations used by institution , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_OR_UNIT_LOC
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the intersection between organizational unit and location. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_US_UNSCHED_CL
12.2.2
product: IGS - Student System (Obsolete) , description: This table contains information about Unit Section Unscheduled Contact List. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_BUILDING_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Contains building information , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_PNMEMBR_DTLS
12.2.2
product: IGS - Student System (Obsolete) , description: The table that holds the information about the members assigned to a panel instance , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_OR_LOC_REGION
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the Region Information for a Location. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_GR_VENUE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the physical venue where an examination, graduation ceremony, etc can be accommodated. A venue can exist within a location (e.g. campus) or examination location (e.g. Town Hall). , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_SS_APP_PGM_STG
12.2.2
product: IGS - Student System (Obsolete) , description: Staging Table for Application Program Instance in SS , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_PAT_STUDY_UNT
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the units, which exist within a pattern of study period. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_OR_ORG_ACCR_DTLS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes accreditation details. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_LOCATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes available physical locations , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_STUDENT_UNIT_ATTEMPTS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a student's attempt at studying a particular unit offered by the university. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_FEE_AS_RT
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes special contract based fee assessment rates specific to a student for a fee type, that overrides the fee category fee liability fee assessment rates normally applied. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_PRD_PS_OF_OPT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the relationship among admission periods, admission process types, admission categories, and program offering options , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_ACT_SITE_V
12.2.2
product: IGS - Student System (Obsolete) , description: Exchange Visitor Site of Activity , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_PAT_OF_STUDY
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a pattern of study, which applies to a program offering. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_ORG_UNIT_LOCATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains the locations associated with the organizational unit , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_STUDENT_PROGRAM_ATTEMPTS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a student's attempt at studying a particular course offered by the university. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_ORG_STRUCTURE_NOTES
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains notes about institutions, organizational units or locations. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_BUILDINGS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains building information associated to a location , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_UNITASS_ITEM_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes assessment items allocated to unit version within nominated teaching calendar instance , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_PANEL_DTLS
12.2.2
product: IGS - Student System (Obsolete) , description: Table that holds the details about the application instances assigned to a panel , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_SBM_PS_FNTRGT
12.2.2
product: IGS - Student System (Obsolete) , description: Holds program version funding source and optional components that have one or more targets for a submission period , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_LOCATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes available physical locations , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_PECRS_OFOP_DT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes program offering option specified by the admission period program offering option , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_USEC_FINAL_EXAMS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view, which describes the relation between unit sections and assessments done in it. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AS_UNT_SECTION_AI_GROUPS
12.2.2
product: IGS - Student System (Obsolete) , description: New Unit Assessment Item Group , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_PS_APLINSTUNT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes admission program unit applications or admission non-award unit applications , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_FEE_TRG
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the program based fee triggers. It is used during fee assessment processing to indicate a program-based fee applies for a fee type. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_USEC_FINAL_EXAMS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view, which describes the relation between unit sections and assessments done in it. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UNIT_UK_STATISTICS
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for UK Statistics Unit Details , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PGM_OFR_ADM_PAT_RESTRCTN
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_FTCI_ACCTS
12.2.2
product: IGS - Student System (Obsolete) , description: For a Fee Type Calendar Instance, Revenue Account Code or the Natural Account Segment for the combination of attributes will be stored in this table. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_VENUES
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the physical venue where an examination or graduation ceremony can be accommodated. A venue can exist within a location (eg. campus) or examination location (eg. Town Hall). , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_UNIT_FEE_TRG
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the unit based fee triggers. It is used during fee assessment processing to indicate a unit based fee applies for a fee type. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PGM_OFR_PAT_ADM_PERD
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PGM_OFR_PAT_ADM_DT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_USEC_GRADE_ENTRY_V
12.2.2
product: IGS - Student System (Obsolete) , description: Unit sections for grade entry information , implementation_dba_data: Not implemented in this database ,