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.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 ,
-
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 ,
-
Table: IGS_OR_ORG_ALT_IDS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_OR_ORG_ALT_IDS, object_name:IGS_OR_ORG_ALT_IDS, status:VALID, product: IGS - Student System , description: This entity contains alternate IDs for institutions or organizational units. , implementation_dba_data: IGS.IGS_OR_ORG_ALT_IDS ,
-
Table: IGS_OR_ORG_NOTES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_OR_ORG_NOTES, object_name:IGS_OR_ORG_NOTES, status:VALID, product: IGS - Student System , description: This entity contains notes about institutions, organizational units or locations. , implementation_dba_data: IGS.IGS_OR_ORG_NOTES ,
-
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 ,
-
Table: IGS_OR_UNIT_LOC
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_OR_UNIT_LOC, object_name:IGS_OR_UNIT_LOC, status:VALID, product: IGS - Student System , description: This entity describes the intersection between organizational unit and location. , implementation_dba_data: IGS.IGS_OR_UNIT_LOC ,
-
Table: IGS_AD_LOCATION_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_LOCATION_TYPE_ALL, object_name:IGS_AD_LOCATION_TYPE_ALL, status:VALID, product: IGS - Student System , description: Describes locations used by institution , implementation_dba_data: IGS.IGS_AD_LOCATION_TYPE_ALL ,
-
Table: IGS_AZ_GROUPS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AZ_GROUPS, object_name:IGS_AZ_GROUPS, status:VALID, product: IGS - Student System , description: Stores advising group definition , implementation_dba_data: IGS.IGS_AZ_GROUPS ,
-
Table: IGS_AD_LOC_ACCTS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_LOC_ACCTS_ALL, object_name:IGS_AD_LOC_ACCTS_ALL, status:VALID, product: IGS - Student System , description: Stores information of user defined account hierarchy , implementation_dba_data: IGS.IGS_AD_LOC_ACCTS_ALL ,
-
Table: IGS_OR_LOC_REGION
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_OR_LOC_REGION, object_name:IGS_OR_LOC_REGION, status:VALID, product: IGS - Student System , description: Stores the Region Information for a Location. , implementation_dba_data: IGS.IGS_OR_LOC_REGION ,
-
Table: IGS_PE_ACT_SITE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_ACT_SITE, object_name:IGS_PE_ACT_SITE, status:VALID, product: IGS - Student System , description: Exchange Visitor Site of Activity , implementation_dba_data: IGS.IGS_PE_ACT_SITE ,
-
Table: IGS_AS_EXM_LOC_SPVSR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_EXM_LOC_SPVSR, object_name:IGS_AS_EXM_LOC_SPVSR, status:VALID, product: IGS - Student System , description: Describes examination location which the supervisor attends , implementation_dba_data: IGS.IGS_AS_EXM_LOC_SPVSR ,
-
Table: IGS_AS_SASSESS_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SASSESS_TYPE, object_name:IGS_AS_SASSESS_TYPE, status:VALID, product: IGS - Student System , description: Describes system-defined assessment types , implementation_dba_data: IGS.IGS_AS_SASSESS_TYPE ,
-
Table: IGS_PS_UNIT_LOCATION
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_LOCATION, object_name:IGS_PS_UNIT_LOCATION, status:VALID, product: IGS - Student System , description: Entity to capture the Unit Locations information , implementation_dba_data: IGS.IGS_PS_UNIT_LOCATION ,
-
Table: IGS_AD_PNMEMBR_DTLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PNMEMBR_DTLS, object_name:IGS_AD_PNMEMBR_DTLS, status:VALID, product: IGS - Student System , description: The table that holds the information about the members assigned to a panel instance , implementation_dba_data: IGS.IGS_AD_PNMEMBR_DTLS ,
-
Table: IGS_PS_PAT_STUDY_UNT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_PAT_STUDY_UNT, object_name:IGS_PS_PAT_STUDY_UNT, status:VALID, product: IGS - Student System , description: This entity describes the units, which exist within a pattern of study period. , implementation_dba_data: IGS.IGS_PS_PAT_STUDY_UNT ,
-
Table: IGS_OR_ORG_ACCR_DTLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_OR_ORG_ACCR_DTLS, object_name:IGS_OR_ORG_ACCR_DTLS, status:VALID, product: IGS - Student System , description: This entity describes accreditation details. , implementation_dba_data: IGS.IGS_OR_ORG_ACCR_DTLS ,
-
View: IGSFV_BUILDINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_BUILDINGS, object_name:IGSFV_BUILDINGS, status:VALID, product: IGS - Student System , description: This entity contains building information associated to a location , implementation_dba_data: APPS.IGSFV_BUILDINGS ,
-
Table: IGS_AD_BUILDING_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_BUILDING_ALL, object_name:IGS_AD_BUILDING_ALL, status:VALID, product: IGS - Student System , description: Contains building information , implementation_dba_data: IGS.IGS_AD_BUILDING_ALL ,
-
View: IGSBV_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_LOCATIONS, object_name:IGSBV_LOCATIONS, status:VALID, product: IGS - Student System , description: This entity describes available physical locations , implementation_dba_data: APPS.IGSBV_LOCATIONS ,
-
Table: IGS_AS_ITEM_ASSESSOR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_ITEM_ASSESSOR, object_name:IGS_AS_ITEM_ASSESSOR, status:VALID, product: IGS - Student System , description: This table describes assessors applicable for assessment items , implementation_dba_data: IGS.IGS_AS_ITEM_ASSESSOR ,
-
Table: IGS_AD_PANEL_DTLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PANEL_DTLS, object_name:IGS_AD_PANEL_DTLS, status:VALID, product: IGS - Student System , description: Table that holds the details about the application instances assigned to a panel , implementation_dba_data: IGS.IGS_AD_PANEL_DTLS ,
-
Table: IGS_PS_US_UNSCHED_CL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_US_UNSCHED_CL, object_name:IGS_PS_US_UNSCHED_CL, status:VALID, product: IGS - Student System , description: This table contains information about Unit Section Unscheduled Contact List. , implementation_dba_data: IGS.IGS_PS_US_UNSCHED_CL ,
-
Table: IGS_AD_PRD_PS_OF_OPT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PRD_PS_OF_OPT, object_name:IGS_AD_PRD_PS_OF_OPT, status:VALID, product: IGS - Student System , description: Describes the relationship among admission periods, admission process types, admission categories, and program offering options , implementation_dba_data: IGS.IGS_AD_PRD_PS_OF_OPT ,
-
View: IGSFV_STUDENT_UNIT_ATTEMPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_UNIT_ATTEMPTS, object_name:IGSFV_STUDENT_UNIT_ATTEMPTS, status:VALID, product: IGS - Student System , description: This entity describes a student's attempt at studying a particular unit offered by the university. , implementation_dba_data: APPS.IGSFV_STUDENT_UNIT_ATTEMPTS ,
-
View: IGSFV_STUDENT_PROGRAM_ATTEMPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_PROGRAM_ATTEMPTS, object_name:IGSFV_STUDENT_PROGRAM_ATTEMPTS, status:VALID, product: IGS - Student System , description: This entity describes a student's attempt at studying a particular course offered by the university. , implementation_dba_data: APPS.IGSFV_STUDENT_PROGRAM_ATTEMPTS ,
-
Table: IGS_PS_PAT_OF_STUDY
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_PAT_OF_STUDY, object_name:IGS_PS_PAT_OF_STUDY, status:VALID, product: IGS - Student System , description: This entity describes a pattern of study, which applies to a program offering. , implementation_dba_data: IGS.IGS_PS_PAT_OF_STUDY ,
-
Table: IGS_GR_VENUE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_GR_VENUE_ALL, object_name:IGS_GR_VENUE_ALL, status:VALID, product: IGS - Student System , 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: IGS.IGS_GR_VENUE_ALL ,
-
Table: IGS_AD_PECRS_OFOP_DT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PECRS_OFOP_DT, object_name:IGS_AD_PECRS_OFOP_DT, status:VALID, product: IGS - Student System , description: Describes program offering option specified by the admission period program offering option , implementation_dba_data: IGS.IGS_AD_PECRS_OFOP_DT ,
-
Table: IGS_AS_UNITASS_ITEM_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_UNITASS_ITEM_ALL, object_name:IGS_AS_UNITASS_ITEM_ALL, status:VALID, product: IGS - Student System , description: Describes assessment items allocated to unit version within nominated teaching calendar instance , implementation_dba_data: IGS.IGS_AS_UNITASS_ITEM_ALL ,
-
Table: IGS_AD_PS_APLINSTUNT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APLINSTUNT_ALL, object_name:IGS_AD_PS_APLINSTUNT_ALL, status:VALID, product: IGS - Student System , description: Describes admission program unit applications or admission non-award unit applications , implementation_dba_data: IGS.IGS_AD_PS_APLINSTUNT_ALL ,
-
View: IGSFV_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_LOCATIONS, object_name:IGSFV_LOCATIONS, status:VALID, product: IGS - Student System , description: This entity describes available physical locations , implementation_dba_data: APPS.IGSFV_LOCATIONS ,
-
Table: IGS_SS_APP_PGM_STG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_APP_PGM_STG, object_name:IGS_SS_APP_PGM_STG, status:VALID, product: IGS - Student System , description: Staging Table for Application Program Instance in SS , implementation_dba_data: IGS.IGS_SS_APP_PGM_STG ,
-
View: IGS_PE_ACT_SITE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_ACT_SITE_V, object_name:IGS_PE_ACT_SITE_V, status:VALID, product: IGS - Student System , description: Exchange Visitor Site of Activity , implementation_dba_data: APPS.IGS_PE_ACT_SITE_V ,
-
View: IGSFV_ORG_UNIT_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ORG_UNIT_LOCATIONS, object_name:IGSFV_ORG_UNIT_LOCATIONS, status:VALID, product: IGS - Student System , description: This entity contains the locations associated with the organizational unit , implementation_dba_data: APPS.IGSFV_ORG_UNIT_LOCATIONS ,
-
Table: IGS_FI_FEE_AS_RT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_AS_RT, object_name:IGS_FI_FEE_AS_RT, status:VALID, product: IGS - Student System , 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: IGS.IGS_FI_FEE_AS_RT ,
-
Table: IGS_PS_FEE_TRG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_FEE_TRG, object_name:IGS_PS_FEE_TRG, status:VALID, product: IGS - Student System , 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: IGS.IGS_PS_FEE_TRG ,
-
Table: IGS_AD_SBM_PS_FNTRGT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SBM_PS_FNTRGT, object_name:IGS_AD_SBM_PS_FNTRGT, status:VALID, product: IGS - Student System , description: Holds program version funding source and optional components that have one or more targets for a submission period , implementation_dba_data: IGS.IGS_AD_SBM_PS_FNTRGT ,
-
View: IGSFV_PGM_OFR_ADM_PAT_RESTRCTN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PGM_OFR_ADM_PAT_RESTRCTN, object_name:IGSFV_PGM_OFR_ADM_PAT_RESTRCTN, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_PGM_OFR_ADM_PAT_RESTRCTN ,
-
Table: IGS_FI_UNIT_FEE_TRG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_UNIT_FEE_TRG, object_name:IGS_FI_UNIT_FEE_TRG, status:VALID, product: IGS - Student System , 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: IGS.IGS_FI_UNIT_FEE_TRG ,
-
View: IGSFV_AS_UNT_SECTION_AI_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_UNT_SECTION_AI_GROUPS, object_name:IGSFV_AS_UNT_SECTION_AI_GROUPS, status:VALID, product: IGS - Student System , description: New Unit Assessment Item Group , implementation_dba_data: APPS.IGSFV_AS_UNT_SECTION_AI_GROUPS ,
-
Table: IGS_FI_FTCI_ACCTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FTCI_ACCTS, object_name:IGS_FI_FTCI_ACCTS, status:VALID, product: IGS - Student System , 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: IGS.IGS_FI_FTCI_ACCTS ,
-
View: IGSFV_ORG_STRUCTURE_NOTES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ORG_STRUCTURE_NOTES, object_name:IGSFV_ORG_STRUCTURE_NOTES, status:VALID, product: IGS - Student System , description: This entity contains notes about institutions, organizational units or locations. , implementation_dba_data: APPS.IGSFV_ORG_STRUCTURE_NOTES ,
-
View: IGSFV_PGM_OFR_PAT_ADM_PERD
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PGM_OFR_PAT_ADM_PERD, object_name:IGSFV_PGM_OFR_PAT_ADM_PERD, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_PGM_OFR_PAT_ADM_PERD ,
-
View: IGSFV_USEC_FINAL_EXAMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_USEC_FINAL_EXAMS, object_name:IGSFV_USEC_FINAL_EXAMS, status:VALID, product: IGS - Student System , description: This is the full view, which describes the relation between unit sections and assessments done in it. , implementation_dba_data: APPS.IGSFV_USEC_FINAL_EXAMS ,
-
View: IGSBV_USEC_FINAL_EXAMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_USEC_FINAL_EXAMS, object_name:IGSBV_USEC_FINAL_EXAMS, status:VALID, product: IGS - Student System , description: This is the base view, which describes the relation between unit sections and assessments done in it. , implementation_dba_data: APPS.IGSBV_USEC_FINAL_EXAMS ,
-
View: IGSFV_VENUES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_VENUES, object_name:IGSFV_VENUES, status:VALID, product: IGS - Student System , 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: APPS.IGSFV_VENUES ,
-
View: IGSFV_UNIT_UK_STATISTICS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_UK_STATISTICS, object_name:IGSFV_UNIT_UK_STATISTICS, status:VALID, product: IGS - Student System , description: Full View for UK Statistics Unit Details , implementation_dba_data: APPS.IGSFV_UNIT_UK_STATISTICS ,
-
View: IGSBV_AS_ANONYMOUS_ID_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_ANONYMOUS_ID_UNITS, object_name:IGSBV_AS_ANONYMOUS_ID_UNITS, status:VALID, product: IGS - Student System , description: Holds the person with the assigned Anonymous Id for the method SECTION , implementation_dba_data: APPS.IGSBV_AS_ANONYMOUS_ID_UNITS ,
-
View: IGSFV_PGM_OFR_PAT_ADM_DT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PGM_OFR_PAT_ADM_DT, object_name:IGSFV_PGM_OFR_PAT_ADM_DT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_PGM_OFR_PAT_ADM_DT ,