Search Results igs_az_students
Overview
The IGS_AZ_STUDENTS table is a core data object within the Oracle E-Business Suite (EBS) Student System (IGS). It functions as the central repository for managing the association between students and academic advising groups. Its primary role is to store and maintain the specific details that link a student to an advising group, which is a fundamental construct for organizing academic advising, tracking student progress, and managing advising-related holds within the institution. This table is essential for operational processes in student advising and support services.
Key Information Stored
The table's structure is designed to capture the relationship between a student and an advising entity, along with any associated conditions. While the full column list is not detailed in the provided excerpt, the documented foreign keys and primary key reveal critical data points. The primary key, GROUP_STUDENT_ID, uniquely identifies each student-to-group association record. Crucially, the table stores the STUDENT_PERSON_ID, which links to the core person record in the system. It also holds data related to advising holds, specifically the ADVISING_HOLD_TYPE and the HOLD_START_DATE, indicating this table is instrumental in tracking and enforcing academic advising restrictions or requirements for students within specific groups.
Common Use Cases and Queries
This table is primarily accessed for reporting and operational queries related to student advising. Common use cases include generating rosters of students assigned to a particular advisor or advising group, identifying students with active advising holds, and analyzing advising group composition. A typical query might join IGS_AZ_STUDENTS to the person base table (IGS_PE_PERSON) to retrieve student names and details for a specific group. Another frequent pattern is to query for students with a specific hold type to facilitate outreach or compliance reporting.
- Sample Query (Students in a Group): SELECT s.STUDENT_PERSON_ID, p.LAST_NAME, p.FIRST_NAME FROM IGS_AZ_STUDENTS s, IGS_PE_PERSON p WHERE s.STUDENT_PERSON_ID = p.PERSON_ID AND s.GROUP_ID = :p_group_id;
- Sample Query (Active Holds): SELECT * FROM IGS_AZ_STUDENTS WHERE ADVISING_HOLD_TYPE IS NOT NULL AND HOLD_START_DATE > SYSDATE - 365;
Related Objects
The IGS_AZ_STUDENTS table has defined relationships with other key EBS tables, as indicated by its foreign keys. The most significant relationship is with the IGS_PE_PERS_ENCUMB (Person Encumbrance) table, linked via the columns STUDENT_PERSON_ID, ADVISING_HOLD_TYPE, and HOLD_START_DATE. This suggests that advising holds managed in IGS_AZ_STUDENTS are formally implemented as person encumbrances within the broader Student System. The table is also inherently related to the underlying advising group definition table (likely named IGS_AZ_GROUP or similar) via a foreign key for GROUP_ID, though this specific key was not listed in the excerpt. Any custom or standard reports on advising group membership will depend on this table.
-
Table: IGS_AZ_STUDENTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AZ_STUDENTS, object_name:IGS_AZ_STUDENTS, status:VALID, product: IGS - Student System , description: Student details associated with the various Advising Groups in the system , implementation_dba_data: IGS.IGS_AZ_STUDENTS ,
-
Table: IGS_AZ_STUDENTS
12.2.2
product: IGS - Student System (Obsolete) , description: Student details associated with the various Advising Groups in the system , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AZ_GEN_001 dependencies on IGS_AZ_STUDENTS
12.1.1
-
APPS.IGS_AZ_STUDENTS_PKG dependencies on IGS_AZ_STUDENTS
12.1.1
-
APPS.IGS_AZ_STUDENTS_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_AZ_STUDENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AZ_STUDENTS, status:VALID,
-
APPS.IGS_AZ_GEN_001 dependencies on HZ_PARTIES
12.1.1
-
VIEW: APPS.IGSFV_ADVISING_STUDENTS
12.1.1
-
VIEW: APPS.IGS_SC_ADVISOR_PERSON_SV
12.1.1
-
APPS.IGS_AZ_GEN_001 SQL Statements
12.1.1
-
VIEW: APPS.IGS_AZ_ADVISING_RELS_V
12.1.1
-
View: IGS_SC_ADVISOR_PERSON_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SC_ADVISOR_PERSON_SV, object_name:IGS_SC_ADVISOR_PERSON_SV, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_SC_ADVISOR_PERSON_SV ,
-
VIEW: APPS.IGSBV_ADVISING_STUDENTS
12.1.1
-
APPS.IGS_AZ_GEN_001 dependencies on IGS_AZ_ADVISORS
12.1.1
-
VIEW: APPS.IGSFV_ADVISING_RELATIONS
12.1.1
-
VIEW: APPS.IGS_AZ_STUDENTS_V
12.1.1
-
View: IGS_SC_ADVISOR_PERSON_SV
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_ADVISING_STUDENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ADVISING_STUDENTS, object_name:IGSBV_ADVISING_STUDENTS, status:VALID, product: IGS - Student System , description: Student details associated with the various Advising Groups in the system , implementation_dba_data: APPS.IGSBV_ADVISING_STUDENTS ,
-
APPS.IGS_AZ_GEN_001 dependencies on IGS_AZ_ADVISING_RELS
12.1.1
-
Table: IGS_PE_PERS_ENCUMB
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the encumbrances placed on an applicant/student e.g. overdue parking fines, unpaid fees, failure to return library books. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AZ_STUDENTS_PKG dependencies on IGS_AZ_STUDENTS_PKG
12.1.1
-
View: IGS_AZ_ADVISING_RELS_V
12.2.2
product: IGS - Student System (Obsolete) , description: View to display the advisor student relationship information for the advising functionality. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_ADVISING_STUDENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ADVISING_STUDENTS, object_name:IGSFV_ADVISING_STUDENTS, status:VALID, product: IGS - Student System , description: Student details associated with the various Advising Groups in the system , implementation_dba_data: APPS.IGSFV_ADVISING_STUDENTS ,
-
View: IGSBV_ADVISING_STUDENTS
12.2.2
product: IGS - Student System (Obsolete) , description: Student details associated with the various Advising Groups in the system , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_AZ_STUDENTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AZ_STUDENTS, object_name:IGS_AZ_STUDENTS, status:VALID,
-
View: IGSFV_ADVISING_RELATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: View to display the advisor student relationship information for the advising functionality. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PE_PERS_ENCUMB
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_PERS_ENCUMB, object_name:IGS_PE_PERS_ENCUMB, status:VALID, product: IGS - Student System , description: This entity describes the encumbrances placed on an applicant/student e.g. overdue parking fines, unpaid fees, failure to return library books. , implementation_dba_data: IGS.IGS_PE_PERS_ENCUMB ,
-
View: IGS_AZ_STUDENTS_V
12.2.2
product: IGS - Student System (Obsolete) , description: View to display the student information for advising on the SS page. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AZ_STUDENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AZ_STUDENTS_V, object_name:IGS_AZ_STUDENTS_V, status:VALID, product: IGS - Student System , description: View to display the student information for advising on the SS page. , implementation_dba_data: APPS.IGS_AZ_STUDENTS_V ,
-
PACKAGE BODY: APPS.IGS_AZ_STUDENTS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AZ_STUDENTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AZ_STUDENTS_PKG, status:VALID,
-
View: IGSFV_ADVISING_STUDENTS
12.2.2
product: IGS - Student System (Obsolete) , description: Student details associated with the various Advising Groups in the system , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_SC_ADVISOR_PERSON_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SC_ADVISOR_PERSON_SV, object_name:IGS_SC_ADVISOR_PERSON_SV, status:VALID,
-
View: IGSFV_ADVISING_RELATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ADVISING_RELATIONS, object_name:IGSFV_ADVISING_RELATIONS, status:VALID, product: IGS - Student System , description: View to display the advisor student relationship information for the advising functionality. , implementation_dba_data: APPS.IGSFV_ADVISING_RELATIONS ,
-
PACKAGE BODY: APPS.IGS_AZ_GEN_001
12.1.1
-
View: IGS_AZ_ADVISING_RELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AZ_ADVISING_RELS_V, object_name:IGS_AZ_ADVISING_RELS_V, status:VALID, product: IGS - Student System , description: View to display the advisor student relationship information for the advising functionality. , implementation_dba_data: APPS.IGS_AZ_ADVISING_RELS_V ,
-
PACKAGE BODY: APPS.IGS_AZ_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AZ_GEN_001, status:VALID,
-
VIEW: APPS.IGSFV_ADVISING_RELATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ADVISING_RELATIONS, object_name:IGSFV_ADVISING_RELATIONS, status:VALID,
-
APPS.IGS_AZ_GEN_001 dependencies on IGS_AZ_STUDENTS_PKG
12.1.1
-
APPS.IGS_AZ_GEN_001 dependencies on IGS_AZ_ADVISORS_PKG
12.1.1
-
VIEW: APPS.IGSBV_ADVISING_STUDENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ADVISING_STUDENTS, object_name:IGSBV_ADVISING_STUDENTS, status:VALID,
-
VIEW: APPS.IGS_AZ_STUDENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AZ_STUDENTS_V, object_name:IGS_AZ_STUDENTS_V, status:VALID,
-
VIEW: APPS.IGSFV_ADVISING_STUDENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ADVISING_STUDENTS, object_name:IGSFV_ADVISING_STUDENTS, status:VALID,
-
VIEW: APPS.IGS_AZ_ADVISING_RELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AZ_ADVISING_RELS_V, object_name:IGS_AZ_ADVISING_RELS_V, status:VALID,
-
APPS.IGS_AZ_GEN_001 dependencies on FND_MSG_PUB
12.1.1
-
APPS.IGS_AZ_GEN_001 dependencies on FND_FILE
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1