Search Results igs_en_atd_mode_all
Overview
The table IGS_EN_ATD_MODE_ALL is a core reference table within the Oracle E-Business Suite Student System (IGS) module. It functions as a master repository for defining and maintaining the various modes of attendance available for academic programs offered by an institution. An attendance mode describes the pattern of a student's participation in a course of study, such as full-time, part-time, distance learning, or online. This table is critical for configuring program offerings, processing student applications, managing student enrollments, and calculating associated fees and financial aid, as these processes often have logic dependent on the defined attendance mode. Its multi-org structure, indicated by the '_ALL' suffix, allows it to store data for multiple operating units within a single installation.
Key Information Stored
While the provided metadata does not list specific columns, the table's primary key is documented as ATTENDANCE_MODE. This column is the unique identifier for each valid attendance mode, such as 'FULL_TIME' or 'PART_TIME'. Based on its role as a reference table, it typically contains descriptive columns like a meaning or description field (e.g., ATTENDANCE_MODE_DESC) to provide a clear label for each code. It may also include standard Oracle EBS columns for controlling data lifecycle, such as CREATION_DATE, LAST_UPDATE_DATE, CREATED_BY, LAST_UPDATED_BY, and ORG_ID for multi-org support. The table's integrity is enforced by the primary key constraint IGS_EN_ATD_MODE_ALL_PK.
Common Use Cases and Queries
This table is primarily used in lookup and validation scenarios across the Student System. A common use case is to populate list of values (LOVs) in forms where users must select a valid attendance mode, such as when defining a new program offering or option. In reporting, it is frequently joined to transactional tables to translate code values into human-readable descriptions. For instance, a report on student enrollments would join this table to IGS_EN_STDNT_PS_ATT_ALL to display the derived attendance mode description. A typical query to retrieve all active attendance modes would be: SELECT attendance_mode, description FROM igs_en_atd_mode_all WHERE SYSDATE BETWEEN start_date AND NVL(end_date, SYSDATE) ORDER BY attendance_mode;. Administrators may also query it to audit which attendance modes are referenced in other system configurations.
Related Objects
The IGS_EN_ATD_MODE_ALL table is a central reference point, as evidenced by its numerous foreign key relationships. Key related transactional tables that reference its ATTENDANCE_MODE column include:
- IGS_PS_OFR_OPT_ALL: Defines the attendance mode for a specific program offering option.
- IGS_EN_STDNT_PS_ATT_ALL: Stores a student's derived attendance mode for a program attempt.
- IGS_AD_PS_APPL_INST_ALL & IGS_IN_APPL_COURSE: Record the requested attendance mode on student applications.
- IGS_FI_FEE_AS_RT & IGS_FI_FEE_AS_RATE: Link fee assessment rates to specific attendance modes.
- IGF_AP_FA_ANT_DATA & IGF_AW_COA_RATE_DET: Associate financial aid anticipated data and cost of attendance rates with attendance modes.
- IGS_PS_PAT_OF_STUDY: Defines patterns of study linked to an attendance mode.
-
Table: IGS_EN_ATD_MODE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available university program attendance modes , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_ATD_MODE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_ATD_MODE_ALL, object_name:IGS_EN_ATD_MODE_ALL, status:VALID, product: IGS - Student System , description: Describes available university program attendance modes , implementation_dba_data: IGS.IGS_EN_ATD_MODE_ALL ,
-
APPS.IGS_FI_PRC_ACCT_PKG dependencies on IGS_EN_ATD_MODE_ALL
12.1.1
-
APPS.IGS_GE_VAL_PARAM dependencies on IGS_EN_ATD_MODE_ALL
12.1.1
-
APPS.IGS_FI_VAL_CFAR dependencies on IGS_EN_ATD_MODE_ALL
12.1.1
-
APPS.IGS_FI_VAL_CFAR dependencies on IGS_EN_ATD_MODE_ALL
12.1.1
-
APPS.IGS_EN_ATD_MODE_PKG dependencies on IGS_EN_ATD_MODE_ALL
12.1.1
-
APPS.IGS_FI_GEN_002 dependencies on IGS_EN_ATD_MODE_ALL
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_EN_ATD_MODE_ALL
12.1.1
-
APPS.IGS_GE_VAL_PARAM dependencies on IGS_EN_ATD_MODE_ALL
12.1.1
-
APPS.IGS_FI_GEN_002 dependencies on IGS_EN_ATD_MODE_ALL
12.1.1
-
APPS.IGS_EN_ATD_MODE_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSBV_PROGRAM_ATTENDANCE_MODES
12.1.1
-
VIEW: APPS.IGSFV_PROGRAM_ATTENDANCE_MODES
12.1.1
-
SYNONYM: APPS.IGS_EN_ATD_MODE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_ATD_MODE_ALL, status:VALID,
-
VIEW: APPS.IGSFV_STUDENT_PROGRAM_ATTEMPTS
12.1.1
-
VIEW: APPS.IGS_EN_ATD_MODE
12.1.1
-
TABLE: IGS.IGS_EN_ATD_MODE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_ATD_MODE_ALL, object_name:IGS_EN_ATD_MODE_ALL, status:VALID,
-
VIEW: APPS.IGSBV_PROG_CAL_OFFERINGS
12.1.1
-
VIEW: APPS.IGSFV_PGM_OFR_ADM_PAT_RESTRCTN
12.1.1
-
VIEW: APPS.IGSFV_PGM_OFR_PAT_ADM_PERD
12.1.1
-
VIEW: APPS.IGSFV_PROG_CAL_OFFERINGS
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_ATD_MODE_PKG
12.1.1
-
VIEW: APPS.IGSFV_PGM_OFR_PAT_ADM_DT
12.1.1
-
VIEW: APPS.IGSBV_PROG_OFFERING_PATTERNS
12.1.1
-
VIEW: APPS.IGSFV_STUDENT_PROGRAM_TERMS
12.1.1
-
VIEW: APPS.IGSFV_PRG_OFR_OPT_COST_CENTRES
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_EN_SPA_TERMS
12.1.1
-
View: IGSBV_PROGRAM_ATTENDANCE_MODES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PROGRAM_ATTENDANCE_MODES, object_name:IGSBV_PROGRAM_ATTENDANCE_MODES, status:VALID, product: IGS - Student System , description: This is a base view, which describes available university program attendance modes. , implementation_dba_data: APPS.IGSBV_PROGRAM_ATTENDANCE_MODES ,
-
View: IGSFV_PROGRAM_ATTENDANCE_MODES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PROGRAM_ATTENDANCE_MODES, object_name:IGSFV_PROGRAM_ATTENDANCE_MODES, status:VALID, product: IGS - Student System , description: This is a full view, which describes available university program attendance modes. , implementation_dba_data: APPS.IGSFV_PROGRAM_ATTENDANCE_MODES ,
-
VIEW: APPS.IGSFV_UK_PRG_OFR_OPT_ORG_UNITS
12.1.1
-
View: IGSFV_STUDENT_PROGRAM_ATTEMPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_PROGRAM_ATTEMPTS, object_name:IGSFV_STUDENT_PROGRAM_ATTEMPTS, status:VALID, product: IGS - Student System , description: This entity describes a student's attempt at studying a particular course offered by the university. , implementation_dba_data: APPS.IGSFV_STUDENT_PROGRAM_ATTEMPTS ,
-
VIEW: APPS.IGSFV_PGM_OFR_PATTERN_ADM_PERD
12.1.1
-
Table: IGF_AP_FA_ANT_DATA
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Financial Aid Base Record Anticipated Data , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_UC_COURSE_DETAILS
12.1.1
-
PACKAGE: APPS.IGS_GE_VAL_PARAM
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_GE_VAL_PARAM, status:VALID,
-
Table: IGS_AD_SBMAO_FN_AMTT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SBMAO_FN_AMTT, object_name:IGS_AD_SBMAO_FN_AMTT, status:VALID, product: IGS - Student System , description: Describes submission period academic organizational unit targets , implementation_dba_data: IGS.IGS_AD_SBMAO_FN_AMTT ,
-
Table: IGS_IN_APPL_COURSE
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the courses of interest to an enquiry application - Obsolete , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.IGS_FI_VAL_CFAR
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_VAL_CFAR, status:VALID,
-
Table: IGS_AD_SBMAO_FN_AMTT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes submission period academic organizational unit targets , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_PROGRAM_ATTENDANCE_MODES
12.2.2
product: IGS - Student System (Obsolete) , description: This is a base view, which describes available university program attendance modes. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_SS_APP_PGM_STG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_APP_PGM_STG, object_name:IGS_SS_APP_PGM_STG, status:VALID, product: IGS - Student System , description: Staging Table for Application Program Instance in SS , implementation_dba_data: IGS.IGS_SS_APP_PGM_STG ,
-
Table: IGS_AD_PRD_PS_OF_OPT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the relationship among admission periods, admission process types, admission categories, and program offering options , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_IN_APPL_COURSE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_IN_APPL_COURSE, object_name:IGS_IN_APPL_COURSE, status:VALID, product: IGS - Student System , description: This entity describes the courses of interest to an enquiry application - Obsolete , implementation_dba_data: IGS.IGS_IN_APPL_COURSE ,
-
APPS.IGS_EN_ATD_MODE_PKG dependencies on IGS_EN_ATD_MODE_PKG
12.1.1
-
Table: IGS_AD_PECRS_OFOP_DT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PECRS_OFOP_DT, object_name:IGS_AD_PECRS_OFOP_DT, status:VALID, product: IGS - Student System , description: Describes program offering option specified by the admission period program offering option , implementation_dba_data: IGS.IGS_AD_PECRS_OFOP_DT ,
-
VIEW: APPS.IGSFV_PROG_OFFERING_PATTERNS
12.1.1
-
Table: IGS_PS_PAT_OF_STUDY
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a pattern of study, which applies to a program offering. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_FEE_AS_RT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_AS_RT, object_name:IGS_FI_FEE_AS_RT, status:VALID, product: IGS - Student System , description: This entity describes special contract based fee assessment rates specific to a student for a fee type, that overrides the fee category fee liability fee assessment rates normally applied. , implementation_dba_data: IGS.IGS_FI_FEE_AS_RT ,
-
Table: IGS_AD_PRD_PS_OF_OPT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PRD_PS_OF_OPT, object_name:IGS_AD_PRD_PS_OF_OPT, status:VALID, product: IGS - Student System , description: Describes the relationship among admission periods, admission process types, admission categories, and program offering options , implementation_dba_data: IGS.IGS_AD_PRD_PS_OF_OPT ,