Search Results igs_pe_country_cd_pk
Overview
The IGS_PE_COUNTRY_CD table is a foundational data entity within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 releases, specifically architected for the now-obsolete Student System (IGS). Its primary role is to serve as a master reference table for user-defined country codes. Unlike standardized country code systems, this table allows institutions to define and maintain their own country coding scheme, providing flexibility to align with internal data standards or legacy systems. It functions as a critical lookup table, ensuring data integrity and consistency for country-related information across numerous student and person-related entities. The provided metadata explicitly notes that this table was "Not implemented in this database," indicating it may have been a planned or legacy component not deployed in standard instances, yet its defined structure and relationships remain documented for reference.
Key Information Stored
The table's structure is centered on a primary key column that stores the user-defined country identifier. Based on the documented foreign key relationships, the core data element is the COUNTRY_CD column, which serves as the unique primary key (IGS_PE_COUNTRY_CD_PK). While the full column list is not detailed in the excerpt, the foreign key references imply the table likely contains descriptive attributes for each code, such as a country name or description. A notable related column is GOVT_COUNTRY_CD, referenced by the IGS_PE_GOV_COUNTRYCD table, suggesting a potential link between the institution's internal country codes and official government-standardized codes.
Common Use Cases and Queries
The primary use case for this table is as a validation and reporting source for country information across the student lifecycle. In operational scenarios, it would be referenced when entering or updating a student's personal, demographic, or academic history data that involves a country. Common reporting use cases include generating demographic summaries of student populations by birth country, home country, or study location. A typical query would join this table to student data tables to translate codes into meaningful descriptions for reports. For example, a SQL pattern to list students with their home country description might resemble: SELECT s.person_id, c.country_cd, [c.description] FROM igs_pe_statistics s JOIN igs_pe_country_cd c ON s.home_location_country = c.country_cd; The exact column names for descriptions are inferred based on standard design patterns.
Related Objects
The IGS_PE_COUNTRY_CD table is integrated into the obsolete Student System's data model through several documented foreign key relationships, acting as a parent table for country code attributes in child entities. The key related tables and their join columns are:
- IGS_PE_GOV_COUNTRYCD: Links via IGS_PE_COUNTRY_CD.GOVT_COUNTRY_CD.
- IGS_AD_INTL_VISA: Links via IGS_AD_INTL_VISA.PASSPORT_COUNTRY_CD.
- IGS_AD_OS_SEC_EDU_QF and IGS_AD_OS_SEC_EDU: Link via their respective COUNTRY_CD columns for overseas secondary education data.
- IGS_PE_STATISTICS: Has three distinct relationships for BIRTH_COUNTRY_CD, HOME_LOCATION_COUNTRY, and TERM_LOCATION_COUNTRY columns.
- IGS_AD_TER_EDU: Links via IGS_AD_TER_EDU.COUNTRY_CD for tertiary education history.
-
Table: IGS_PE_COUNTRY_CD
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the available list of user-defined country codes. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PE_COUNTRY_CD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_COUNTRY_CD, object_name:IGS_PE_COUNTRY_CD, status:VALID, product: IGS - Student System , description: This entity describes the available list of user-defined country codes. , implementation_dba_data: IGS.IGS_PE_COUNTRY_CD ,
-
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'. ,