Search Results igs_pe_res_dtls_all
Overview
The IGS_PE_RES_DTLS_ALL table is a core data object within the Oracle E-Business Suite (EBS) Student System (IGS) module. It serves as the central repository for storing and managing detailed residency information for students. Residency data is critical for determining tuition fee calculations, eligibility for state or federal financial aid, reporting requirements, and compliance with institutional policies. As an "ALL" table, it is designed to support the multi-organization architecture of EBS, meaning it can store data partitioned by the operating unit, allowing a single installation to manage data for multiple institutions or legal entities. Its role is to maintain a historical and current record of a student's residency classification and status over time, often linked to specific academic calendar periods.
Key Information Stored
The table's structure is designed to uniquely identify a student's residency record for a given period. The primary identifier is the system-generated RESIDENT_DETAILS_ID. The table's unique key, however, is a composite of business-oriented columns: PERSON_ID (linking to the student), RESIDENCY_CLASS_CD (a classification code), CAL_TYPE (calendar type), and SEQUENCE_NUMBER (calendar sequence). This design enforces that a student has only one residency record per classification per academic calendar instance. Other crucial columns include RESIDENCY_STATUS_ID and RESIDENCY_CLASS_ID, which are foreign keys to code lookup tables defining the specific statuses and classes of residency (e.g., "In-State," "Out-of-State," "International").
Common Use Cases and Queries
A primary use case is generating reports for tuition billing and financial aid office reviews to verify student residency eligibility. Another is during the admissions process, where residency data is captured and validated. Common queries involve joining with person and calendar tables to produce student lists. For example, to find all students with a specific residency class for the current academic term, a query might join IGS_PE_RES_DTLS_ALL with HZ_PARTIES and IGS_CA_INST_ALL. Auditing changes is also a key function, facilitated by the related history table (IGS_PE_RES_DTLS_H). A typical pattern is to retrieve the most current residency record for active students, which often requires filtering on calendar dates or the latest sequence number per person.
Related Objects
The table is integral to the Student System's data model, with several documented foreign key relationships:
- HZ_PARTIES: The PERSON_ID column links to this Trading Community Architecture (TCA) table to retrieve the student's core person/party information.
- IGS_CA_INST_ALL: The columns CAL_TYPE and SEQUENCE_NUMBER link to this table to associate the residency detail with a specific academic calendar instance (e.g., "SEMESTER 2024").
- IGS_PE_CODE_CLASSES: This lookup table is referenced twice: via RESIDENCY_STATUS_ID and RESIDENCY_CLASS_ID, providing the valid values and descriptions for residency codes.
- IGS_PE_RES_DTLS_H: This history table tracks changes to records in IGS_PE_RES_DTLS_ALL, using the composite key of PERSON_ID and RESIDENCY_CLASS_CD to maintain an audit trail.
-
Table: IGS_PE_RES_DTLS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_RES_DTLS_ALL, object_name:IGS_PE_RES_DTLS_ALL, status:VALID, product: IGS - Student System , description: This table holds the details about the students residency details. , implementation_dba_data: IGS.IGS_PE_RES_DTLS_ALL ,
-
Table: IGS_PE_RES_DTLS_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table holds the details about the students residency details. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_PE_RES_DTLS_ALL
12.1.1
-
APPS.IGS_PE_GEN_001 dependencies on IGS_PE_RES_DTLS_ALL
12.1.1
-
APPS.IGS_PE_GEN_003 dependencies on IGS_PE_RES_DTLS_ALL
12.1.1
-
APPS.IGS_CO_GEN_003 dependencies on IGS_PE_RES_DTLS_ALL
12.1.1
-
APPS.IGS_AD_IMP_011 dependencies on IGS_PE_RES_DTLS_ALL
12.1.1
-
APPS.IGS_PE_WF_GEN dependencies on IGS_PE_RES_DTLS_ALL
12.1.1
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_PE_RES_DTLS_ALL
12.1.1
-
APPS.IGS_PE_GEN_001 dependencies on IGS_PE_RES_DTLS_ALL
12.1.1
-
APPS.IGS_PE_GEN_003 dependencies on IGS_PE_RES_DTLS_ALL
12.1.1
-
APPS.IGS_PE_RES_DTLS_PKG dependencies on IGS_PE_RES_DTLS_ALL
12.1.1
-
APPS.IGS_PE_GEN_003 dependencies on IGS_PE_RES_DTLS
12.1.1
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_LOOKUP_VALUES
12.1.1
-
APPS.IGS_PE_GEN_001 dependencies on IGS_CA_INST_ALL
12.1.1
-
SYNONYM: APPS.IGS_PE_RES_DTLS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_RES_DTLS_ALL, status:VALID,
-
VIEW: APPS.IGSBV_RESIDENCY_STATUSES
12.1.1
-
Table: IGS_PE_CODE_CLASSES
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the various code classes. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PE_RES_DTLS_ALL_DFV
12.1.1
-
Table: IGS_PE_CODE_CLASSES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_CODE_CLASSES, object_name:IGS_PE_CODE_CLASSES, status:VALID, product: IGS - Student System , description: This entity describes the various code classes. , implementation_dba_data: IGS.IGS_PE_CODE_CLASSES ,
-
APPS.IGS_PE_GEN_001 dependencies on IGS_CA_INST
12.1.1
-
VIEW: APPS.IGSFV_RESIDENCY_STATUSES
12.1.1
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_CA_INST_ALL
12.1.1
-
VIEW: APPS.IGS_PE_RES_DTLS
12.1.1
-
APPS.IGS_PE_RES_DTLS_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
Table: IGS_PE_RES_DTLS_H
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_RES_DTLS_H, object_name:IGS_PE_RES_DTLS_H, status:VALID, product: IGS - Student System , description: No longer used , implementation_dba_data: IGS.IGS_PE_RES_DTLS_H ,
-
APPS.IGS_PE_RES_DTLS_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_PE_RES_DTLS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_RES_DTLS_ALL, object_name:IGS_PE_RES_DTLS_ALL, status:VALID,
-
Table: IGS_PE_RES_DTLS_H
12.2.2
product: IGS - Student System (Obsolete) , description: No longer used , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_IMP_011 dependencies on IGS_AD_INTERFACE_ALL
12.1.1
-
PACKAGE: APPS.IGS_PE_GEN_003
12.1.1
-
APPS.IGS_PE_GEN_001 SQL Statements
12.1.1
-
PACKAGE: APPS.IGS_PE_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PE_GEN_001, status:VALID,
-
View: IGSBV_RESIDENCY_STATUSES
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains information about the person's residency details. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_PE_RES_DTLS_V
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_GEN_001, status:VALID,
-
View: IGSFV_RESIDENCY_STATUSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_RESIDENCY_STATUSES, object_name:IGSFV_RESIDENCY_STATUSES, status:VALID, product: IGS - Student System , description: This entity contains information about the person's residency details. , implementation_dba_data: APPS.IGSFV_RESIDENCY_STATUSES ,
-
PACKAGE BODY: APPS.IGS_CO_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_GEN_003, status:VALID,
-
View: IGSBV_RESIDENCY_STATUSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_RESIDENCY_STATUSES, object_name:IGSBV_RESIDENCY_STATUSES, status:VALID, product: IGS - Student System , description: This entity contains information about the person's residency details. , implementation_dba_data: APPS.IGSBV_RESIDENCY_STATUSES ,
-
VIEW: APPS.IGS_PE_RES_DTLS_ALL_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:IGS_PE_RES_DTLS_ALL_DFV, status:VALID,
-
PACKAGE BODY: APPS.IGS_PE_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_GEN_003, status:VALID,
-
PACKAGE: APPS.IGS_PE_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PE_GEN_003, status:VALID,
-
View: IGSFV_RESIDENCY_STATUSES
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains information about the person's residency details. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PE_GEN_003 dependencies on IGS_PE_TEACH_PERIODS_ALL
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_WF_GEN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_WF_GEN, status:VALID,
-
View: IGS_PE_RES_DTLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_RES_DTLS, object_name:IGS_PE_RES_DTLS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_RES_DTLS ,
-
PACKAGE BODY: APPS.IGS_PE_RES_DTLS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_RES_DTLS_PKG, status:VALID,
-
APPS.IGS_AD_IMP_011 dependencies on IGS_AD_INTERFACE
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_011
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_011, status:VALID,
-
View: IGS_PE_RES_DTLS
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,