Search Results igs_pe_country_cd
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_STATISTICS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the statistical information collected about a person. eg. Aboriginal & Torres Strait Islander Indicator. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_OS_SEC_EDU
12.2.2
product: IGS - Student System (Obsolete) , description: Describes secondary education details that are required for assessment of an admissions application , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_OS_SEC_EDU_QF
12.2.2
product: IGS - Student System (Obsolete) , description: Describes secondary education qualifications , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PE_GOV_COUNTRYCD
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the DEET set of country codes e.g. 0011 Albania, 0208 Zambia. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_INTL_VISA
12.2.2
product: IGS - Student System (Obsolete) , description: Describes international student's details , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_TER_EDU
12.2.2
product: IGS - Student System (Obsolete) , description: Holds tertiary education details from other institutions , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_COUNTRY_LOCATION_CD_V
12.2.2
product: IGS - Student System (Obsolete) , description: Valid country code values for person_statistics term_location (DEET element 319) and home_location (DEET element 320). , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_COUNTRY_CD_V
12.2.2
product: IGS - Student System (Obsolete) , description: Valid values for person_statistics birth_country_cd (DEET element 346). , implementation_dba_data: Not implemented in this database ,