Search Results race_cd
Overview
The IGS_PE_RACE table is a core data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Oracle Student Management (formerly Oracle Campus Solutions) product family under the IGS (iGrants) schema. Its primary function is to store the race or ethnic classification information associated with a person, such as a student, faculty member, or staff. This table supports critical compliance reporting, demographic analysis, and diversity tracking mandated by educational and governmental institutions. It operates as a child table, linking race data to a specific person identifier, thereby enabling a person to have multiple race records if applicable.
Key Information Stored
The table's structure is concise, focusing on the essential link between a person and their race classification, along with standard audit columns. The key columns are:
- PERSON_ID (NUMBER): The mandatory foreign key that uniquely identifies the individual in the person master table (e.g., IGS_PE_PERSON). This is part of the table's primary key.
- RACE_CD (VARCHAR2(30)): The mandatory code representing the specific race or ethnic classification. This column is the other component of the primary key, allowing multiple race codes per person. Its values are typically validated by a lookup or value set within the application.
- Standard WHO Columns: CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN. These columns are ubiquitous in EBS and provide crucial audit trails for data creation and modification.
Common Use Cases and Queries
This table is central to generating demographic reports and ensuring regulatory compliance. A common operational use case is assigning or updating a person's race information via the application's person management interface, which performs underlying INSERT or UPDATE operations on this table. For reporting, analysts frequently join this table with the core person table and other demographic tables.
A fundamental query to retrieve all race information for a specific person would be:
SELECT race_cd, creation_date FROM igs.igs_pe_race WHERE person_id = :person_id ORDER BY race_cd;
For comprehensive demographic analysis, a join with the person base table is typical:
SELECT p.last_name, p.first_name, r.race_cd FROM igs.igs_pe_person p, igs.igs_pe_race r WHERE p.person_id = r.person_id;
Related Objects
Based on the provided metadata, the IGS_PE_RACE table has a defined dependency relationship. The table itself does not reference other objects, but it is referenced by an object in the APPS schema named IGS_PE_RACE. This APPS schema object is likely a public synonym or a view that provides a global access point to the underlying IGS table, a standard EBS architecture practice for encapsulation and security. The table's primary key index, IGS_PE_RACE_PK on (PERSON_ID, RACE_CD), enforces data integrity. The most significant related object, implied by the PERSON_ID foreign key, is the core person master table, IGS_PE_PERSON, which stores the primary biographical details for each PERSON_ID.
-
TABLE: IGS.IGS_PE_RACE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_RACE, object_name:IGS_PE_RACE, status:VALID,
-
APPS.IGR_IMP_001 dependencies on IGR_IS_RACE
12.1.1
-
APPS.IGR_IMP_001 dependencies on IGS_PE_RACE_INT
12.1.1
-
TABLE: IGS.IGR_IS_RACE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_IS_RACE, object_name:IGR_IS_RACE, status:VALID,
-
TABLE: IGS.IGS_PE_RACE_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_RACE_INT, object_name:IGS_PE_RACE_INT, status:VALID,
-
View: IGS_PE_RACE_V
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the Race information of a person , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PE_RACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_RACE_V, object_name:IGS_PE_RACE_V, status:VALID,
-
Table: IGS_PE_RACE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_RACE, object_name:IGS_PE_RACE, status:VALID, product: IGS - Student System , description: Stores the Race information of a person , implementation_dba_data: IGS.IGS_PE_RACE ,
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_PE_RACE
12.1.1
-
Table: IGS_PE_RACE
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the Race information of a person , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_RACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_RACE_V, object_name:IGS_PE_RACE_V, status:VALID, product: IGS - Student System , description: Stores the Race information of a person , implementation_dba_data: APPS.IGS_PE_RACE_V ,
-
APPS.IGS_PE_RACE_PKG dependencies on IGS_PE_RACE
12.1.1
-
APPS.IGS_PE_RACE_PKG SQL Statements
12.1.1
-
APPS.IGS_PE_RACE_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
APPS.IGR_IMP_001 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_RACE_PKG
12.1.1
-
PACKAGE BODY: APPS.IGR_IMP_001
12.1.1
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_EXTRACT_FIELDS_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'. ,