Search Results aborig_torres_cd
Overview
The IGS_PE_ABORG_TORESCD table is a core reference data table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the IGS (Oracle's Higher Education product) module. It functions as a user-defined lookup table that standardizes and stores codes for identifying individuals of Australian Aboriginal or Torres Strait Islander descent. Its primary role is to provide a validated list of codes for consistent data entry and reporting, directly supporting compliance with governmental reporting requirements, such as those mandated by DETYA (Department of Education, Training and Youth Affairs) element 316. The table's status as VALID and its storage in the APPS_TS_SEED tablespace confirm its active role in the application's data architecture.
Key Information Stored
The table's structure is designed to manage both the code values and their associated metadata. The most critical columns include:
- ABORIG_TORRES_CD (VARCHAR2(10), Primary Key): The unique user-defined identifier for a specific classification.
- GOVT_ABORIG_TORRES_CD (NUMBER): A numeric mapping to a standardized government code (e.g., 1 for descent, 2 for not of descent, 9 for no information), enforced via a foreign key to the IGS_PE_GOV_ABRGRESCD table.
- DESCRIPTION (VARCHAR2(60)): A clear explanation of the code's meaning.
- CLOSED_IND (VARCHAR2(1)): A flag indicating whether the code is active or has been disabled for future selection.
- NOTES (VARCHAR2(2000)): A free-text field for administrative notes.
- Standard WHO Columns (CREATED_BY, CREATION_DATE, etc.): Audit columns tracking record creation and modification.
Common Use Cases and Queries
This table is central to student demographic data management and statutory reporting. A primary use case is populating dropdown lists in application forms where a user must select a student's indigenous status. For reporting, it is joined to student data tables to generate demographic summaries for internal analysis or government compliance. Common SQL patterns include querying active codes for a lookup or joining to student statistics.
Sample Query: Retrieve all active codes with their government mapping:
SELECT atc.aborig_torres_cd, atc.govt_aborig_torres_cd, atc.description FROM igs.igs_pe_aborg_torescd atc WHERE atc.closed_ind IS NULL OR atc.closed_ind != 'Y' ORDER BY atc.aborig_torres_cd;
Sample Query: Join to student data for a report:
SELECT s.student_id, atc.description FROM igs.igs_pe_statistics s JOIN igs.igs_pe_aborg_torescd atc ON s.aborig_torres_cd = atc.aborig_torres_cd WHERE atc.closed_ind IS NULL;
Related Objects
The table's integrity is maintained through defined key relationships within the IGS schema. The documented dependencies are:
- Primary Key: IGS_PE_ABORG_TORESCD_PK on the ABORIG_TORRES_CD column.
- Referenced Foreign Key: The GOVT_ABORIG_TORRES_CD column references the IGS_PE_GOV_ABRGRESCD table, ensuring code mappings align with a master government standard list.
- Referencing Foreign Key: The ABORIG_TORRES_CD column is referenced by the IGS_PE_STATISTICS table. This is the most critical relationship, as it links the code definition to the actual student demographic data stored in the statistics table.
-
TABLE: IGS.IGS_PE_ABORG_TORESCD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_ABORG_TORESCD, object_name:IGS_PE_ABORG_TORESCD, status:VALID,
-
APPS.IGS_PE_ABORG_TORESCD_PKG dependencies on IGS_PE_ABORG_TORESCD
12.1.1
-
Table: IGS_PE_ABORG_TORESCD
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the available user-defined list of aboriginal and torres strait islander codes. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PE_ABORG_TORESCD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_ABORG_TORESCD, object_name:IGS_PE_ABORG_TORESCD, status:VALID, product: IGS - Student System , description: This entity describes the available user-defined list of aboriginal and torres strait islander codes. , implementation_dba_data: IGS.IGS_PE_ABORG_TORESCD ,
-
APPS.IGS_PE_ABORG_TORESCD_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_ABORG_TORESCD_PKG
12.1.1
-
TABLE: IGS.IGS_PE_STATISTICS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_STATISTICS, object_name:IGS_PE_STATISTICS, status:VALID,
-
APPS.IGS_PE_ABORG_TORESCD_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
TABLE: IGS.IGS_ST_GOVT_STDNT_EN
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_ST_GOVT_STDNT_EN, object_name:IGS_ST_GOVT_STDNT_EN, status:VALID,
-
APPS.IGS_ST_GOVT_STDNT_EN_PKG SQL Statements
12.1.1
-
APPS.IGS_PE_ABORG_TORESCD_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_ST_GOVT_STDNT_EN_PKG dependencies on IGS_ST_GOVT_STDNT_EN
12.1.1
-
PACKAGE BODY: APPS.IGS_ST_GOVT_STDNT_EN_PKG
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'. ,