Search Results language_cd
Overview
The IGS_PE_LANGUAGE_CD table is a core reference data table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Institutional Global Systems (IGS) module. It serves as a master repository for institution-defined language codes used primarily for student demographic and statistical reporting. Its critical role is to maintain a controlled mapping between an institution's internal language codes and standardized government-defined language codes, ensuring data collected for entities like students can be accurately reported to external regulatory bodies, such as the Department of Education, Training and Youth Affairs (DETYA) in the context of higher education data collections.
Key Information Stored
The table stores the definition and administrative state of each language code. Key columns include:
- LANGUAGE_CD (VARCHAR2(10), Primary Key): The unique, institution-defined identifier for a language.
- GOVT_LANGUAGE_CD (NUMBER): The foreign key linking to the government-standardized language code, enabling regulatory reporting compliance.
- DESCRIPTION (VARCHAR2(60)): A descriptive name for the institution-defined language code.
- CLOSED_IND (VARCHAR2(1)): A flag indicating whether the code is active ('N') or closed ('Y'), preventing its future use in new person statistics records.
- NOTES (VARCHAR2(2000)): A free-text field for supplementary information.
- Standard WHO Columns (CREATED_BY, CREATION_DATE, etc.): Audit columns tracking the record's creation and last update details.
Common Use Cases and Queries
This table is central to maintaining and validating language data for student profiles and compliance reporting. Common operational and reporting queries involve joining to related transactional tables or validating active codes. A fundamental query to retrieve all active, mapped language codes is:
SELECT ilc.language_cd, ilc.description, ilc.govt_language_cd, glc.govt_description
FROM igs.igs_pe_language_cd ilc,
igs.igs_pe_gov_lang_cd glc
WHERE ilc.govt_language_cd = glc.govt_language_cd
AND NVL(ilc.closed_ind, 'N') = 'N'
ORDER BY ilc.language_cd;
Another critical use case is data validation during student data entry or batch loading, ensuring that a provided HOME_LANGUAGE_CD exists and is active in IGS_PE_LANGUAGE_CD. Reporting use cases typically involve aggregating student statistics by language for internal dashboards or preparing submissions for government bodies by utilizing the mapped GOVT_LANGUAGE_CD.
Related Objects
The IGS_PE_LANGUAGE_CD table maintains defined relationships with several other key tables in the IGS schema, primarily through foreign key constraints:
- Referenced By (Parent):
IGS.IGS_PE_GOV_LANG_CDvia theGOVT_LANGUAGE_CDcolumn. This enforces that every institution code must map to a valid government standard code. - Referenced From (Child):
IGS_PE_STATISTICS.HOME_LANGUAGE_CD→ Links language codes to individual student statistical records.IGS_AD_TER_EDU.LANGUAGE_COMPONENT→ Associates language codes with tertiary education admission terms.IGS_AD_TER_EDU.LANGUAGE_OF_TUITION→ Associates language codes with the language of instruction for admission terms.
These relationships underscore the table's role as a central reference point for language data across student demographics, statistics, and admissions processes within the EBS system.
-
APPS.IGS_AD_PRC_TAC_OFFER dependencies on IGS_PE_LANGUAGE_CD
12.1.1
-
APPS.IMC_CSV_LOAD dependencies on FND_LANGUAGES
12.1.1
-
APPS.IMC_CSV_LOAD dependencies on FND_LANGUAGES
12.2.2
-
APPS.IMC_CSV_LOAD dependencies on FND_TERRITORIES
12.2.2
-
APPS.IMC_CSV_LOAD dependencies on HZ_CLASS_CATEGORIES
12.2.2
-
APPS.IMC_CSV_LOAD dependencies on HZ_CLASS_CATEGORIES
12.1.1
-
APPS.IMC_CSV_LOAD dependencies on FND_TERRITORIES
12.1.1
-
APPS.IGS_PE_LANGUAGE_CD_PKG dependencies on IGS_PE_LANGUAGE_CD
12.1.1
-
TABLE: IGS.IGS_PE_LANGUAGE_CD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_LANGUAGE_CD, object_name:IGS_PE_LANGUAGE_CD, status:VALID,
-
APPS.IGS_PE_LANGUAGE_CD_PKG SQL Statements
12.1.1
-
Table: IGS_PE_LANGUAGE_CD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_LANGUAGE_CD, object_name:IGS_PE_LANGUAGE_CD, status:VALID, product: IGS - Student System , description: This entity describes the available list of user-defined language codes. , implementation_dba_data: IGS.IGS_PE_LANGUAGE_CD ,
-
APPS.IGS_AD_PRC_TAC_OFFER dependencies on IGS_PS_FLD_OF_STUDY
12.1.1
-
Table: IGS_PE_LANGUAGE_CD
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the available list of user-defined language codes. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PE_LANGUAGE_CD_PKG
12.1.1
-
APPS.IGS_PE_LANGUAGE_CD_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_AD_PRC_TAC_OFFER SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IMC_CSV_LOAD
12.1.1
-
PACKAGE BODY: APPS.IMC_CSV_LOAD
12.2.2
-
APPS.IMC_CSV_LOAD SQL Statements
12.2.2
-
APPS.IMC_CSV_LOAD SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_PRC_TAC_OFFER
12.1.1
-
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'. ,