Search Results session_name
Overview
The IGS_AS_SUA_SES_ATTS table is a core transactional data object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Oracle Student Management (OSM) product. Owned by the IGS schema, its primary function is to store granular student attendance records. It captures attendance for a specific student unit attempt against a defined academic session, forming a critical link between a student's enrollment in a unit section and their participation in scheduled instructional events. This table supports attendance tracking, compliance reporting, and academic performance monitoring within the institution.
Key Information Stored
The table's structure is designed to uniquely identify a student's attendance event and record its status. Key columns include the composite foreign key from the Student Unit Attempt (SUA) table—PERSON_ID, COURSE_CD, and UOO_ID—which identifies the specific enrollment. The SESSION_NAME column (VARCHAR2(90)) is a mandatory field that identifies the particular academic session, lecture, or tutorial for which attendance is being recorded. The ATTENDANCE_FLAG holds the attendance status with valid values of 'Y' (Yes/Attended), 'N' (No/Not Attended), and 'O' (Other/Excused). Standard EBS "Who" columns (CREATED_BY, CREATION_DATE, etc.) are also present for audit purposes.
Common Use Cases and Queries
A primary use case is generating attendance reports for a specific session or unit. Administrators can query this table to identify students who did not attend a mandatory session or to calculate aggregate attendance percentages. The table's indexes, particularly IGS_AS_SUA_SES_ATTS_N1 on (PERSON_ID, SESSION_NAME) and IGS_AS_SUA_SES_ATTS_N3 on (SESSION_NAME, UOO_ID), are optimized for such lookups. Common SQL patterns include retrieving attendance for a given session or summarizing attendance by student.
- Attendance for a Specific Session: SELECT PERSON_ID, ATTENDANCE_FLAG FROM IGS.IGS_AS_SUA_SES_ATTS WHERE SESSION_NAME = '&SESSION_NAME';
- Student's Attendance Across Sessions in a Unit: SELECT SESSION_NAME, ATTENDANCE_FLAG FROM IGS.IGS_AS_SUA_SES_ATTS WHERE PERSON_ID = &STUDENT_ID AND UOO_ID = &UOO_ID ORDER BY SESSION_NAME;
- Count of Attendees per Session: SELECT SESSION_NAME, COUNT(*) ATTENDEE_COUNT FROM IGS.IGS_AS_SUA_SES_ATTS WHERE ATTENDANCE_FLAG = 'Y' GROUP BY SESSION_NAME;
Related Objects
As indicated by its foreign key columns, this table has a fundamental dependency on the Student Unit Attempt (SUA) table, which is not explicitly named in the provided metadata but is central to OSM. The table is referenced by the APPS synonym IGS_AS_SUA_SES_ATTS, which is the standard access point for all application code and reports. While the dependency list states it does not reference other objects, it is logically a child table of the SUA entity. Its data is likely accessed and maintained through dedicated OSM application forms and APIs for managing class attendance.
-
TABLE: IGS.IGS_AS_SUA_SES_ATTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SUA_SES_ATTS, object_name:IGS_AS_SUA_SES_ATTS, status:VALID,
-
APPS.AP_LOGGING_PKG dependencies on DBMS_PIPE
12.1.1
-
APPS.AP_LOGGING_PKG dependencies on DBMS_PIPE
12.2.2
-
TABLE: SYSTEM.LOGMNR_SESSION$
12.2.2
owner:SYSTEM, object_type:TABLE, object_name:LOGMNR_SESSION$, status:VALID,
-
TABLE: SYSTEM.LOGMNR_SESSION$
12.1.1
owner:SYSTEM, object_type:TABLE, object_name:LOGMNR_SESSION$, status:VALID,
-
VIEW: SYS.V_$LOGMNR_SESSION
12.2.2
-
VIEW: SYS.V_$LOGMNR_SESSION
12.2.2
owner:SYS, object_type:VIEW, object_name:V_$LOGMNR_SESSION, status:VALID,
-
VIEW: SYS.V_$LOGMNR_SESSION
12.1.1
-
VIEW: SYS.GV_$LOGMNR_SESSION
12.1.1
-
VIEW: SYS.GV_$LOGMNR_SESSION
12.2.2
-
APPS.AP_LOGGING_PKG dependencies on AP_LOGGING_PKG
12.1.1
-
APPS.AP_LOGGING_PKG dependencies on AP_LOGGING_PKG
12.2.2
-
TABLE: IGS.IGS_AS_USEC_SESSNS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_USEC_SESSNS, object_name:IGS_AS_USEC_SESSNS, status:VALID,
-
View: OTFV_TRAINING_EVENT_SESSIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_TRAINING_EVENT_SESSIONS, object_name:OTFV_TRAINING_EVENT_SESSIONS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_TRAINING_EVENT_SESSIONS ,
-
View: IGS_AS_SUA_SES_ATTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUA_SES_ATTS_V, object_name:IGS_AS_SUA_SES_ATTS_V, status:VALID, product: IGS - Student System , description: This view defines the student's attendance for a placement session. , implementation_dba_data: APPS.IGS_AS_SUA_SES_ATTS_V ,
-
View: IGS_AS_SUA_SES_ATTS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view defines the student's attendance for a placement session. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_USEC_SESSNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_USEC_SESSNS_V, object_name:IGS_AS_USEC_SESSNS_V, status:VALID,
-
VIEW: APPS.IGS_AS_SUA_SES_ATTS_V
12.1.1
-
VIEW: SYS.GV_$LOGMNR_SESSION
12.1.1
owner:SYS, object_type:VIEW, object_name:GV_$LOGMNR_SESSION, status:VALID,
-
APPS.IGS_AS_SUA_SES_ATTS_PKG dependencies on IGS_AS_SUA_SES_ATTS
12.1.1
-
VIEW: SYS.V_$LOGMNR_SESSION
12.1.1
owner:SYS, object_type:VIEW, object_name:V_$LOGMNR_SESSION, status:VALID,
-
View: OTFV_TRAINING_EVENT_SESSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_TRAINING_EVENT_SESSIONS, object_name:OTFV_TRAINING_EVENT_SESSIONS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_TRAINING_EVENT_SESSIONS ,
-
VIEW: SYS.GV_$LOGMNR_SESSION
12.2.2
owner:SYS, object_type:VIEW, object_name:GV_$LOGMNR_SESSION, status:VALID,
-
Table: IGS_AS_USEC_SESSNS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_USEC_SESSNS, object_name:IGS_AS_USEC_SESSNS, status:VALID, product: IGS - Student System , description: New table to store Unit Section Session details , implementation_dba_data: IGS.IGS_AS_USEC_SESSNS ,
-
VIEW: APPS.OTFV_TRAINING_EVENT_SESSIONS
12.2.2
-
Table: IGS_AS_SUA_SES_ATTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SUA_SES_ATTS, object_name:IGS_AS_SUA_SES_ATTS, status:VALID, product: IGS - Student System , description: Stores the attendance for the student's unit attempt against the session. , implementation_dba_data: IGS.IGS_AS_SUA_SES_ATTS ,
-
VIEW: APPS.OTFV_TRAINING_EVENT_SESSIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_TRAINING_EVENT_SESSIONS, object_name:OTFV_TRAINING_EVENT_SESSIONS, status:VALID,
-
VIEW: APPS.OTFV_TRAINING_EVENT_SESSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_TRAINING_EVENT_SESSIONS, object_name:OTFV_TRAINING_EVENT_SESSIONS, status:VALID,
-
Table: IGS_AS_USEC_SESSNS
12.2.2
product: IGS - Student System (Obsolete) , description: New table to store Unit Section Session details , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_SUA_SES_ATTS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the attendance for the student's unit attempt against the session. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OTFV_TRAINING_EVENT_SESSIONS
12.1.1
-
PACKAGE BODY: APPS.AP_LOGGING_PKG
12.1.1
-
APPS.IGS_AS_USEC_SESSNS_PKG dependencies on IGS_AS_SUA_SES_ATTS
12.1.1
-
View: JTF_MON_SSTAT
12.1.1
product: JTF - CRM Foundation , implementation_dba_data: Not implemented in this database ,
-
View: JTF_MON_SSTAT
12.2.2
product: JTF - CRM Foundation , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_SUA_SES_ATTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUA_SES_ATTS_V, object_name:IGS_AS_SUA_SES_ATTS_V, status:VALID,
-
APPS.IGS_AS_USEC_SESSNS_PKG dependencies on IGS_AS_USEC_SESSNS
12.1.1
-
View: IGS_AS_USEC_SESSNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_USEC_SESSNS_V, object_name:IGS_AS_USEC_SESSNS_V, status:VALID, product: IGS - Student System , description: This view defines the details of the placement sessions. , implementation_dba_data: APPS.IGS_AS_USEC_SESSNS_V ,
-
View: IGS_AS_USEC_SESSNS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view defines the details of the placement sessions. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_SUA_SES_ATTS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AP_LOGGING_PKG
12.2.2
-
APPS.IGS_AS_USEC_SESSNS_PKG SQL Statements
12.1.1
-
PACKAGE: SYS.DBMS_LOGMNR_SESSION
12.2.2
-
PACKAGE: SYS.DBMS_LOGMNR_SESSION
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_SUA_SES_ATTS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_USEC_SESSNS_PKG
12.1.1
-
APPS.IGS_AS_USEC_SESSNS_PKG dependencies on FND_MSG_PUB
12.1.1
-
APPS.IGS_AS_SUA_SES_ATTS_PKG dependencies on FND_MSG_PUB
12.1.1
-
eTRM - OTA Tables and Views
12.1.1
description: Currently not used ,
-
eTRM - OTA Tables and Views
12.2.2
description: Currently not used ,