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.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 ,
-
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 ,
-
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 ,
-
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 ,
-
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 ,
-
Table: IGS_PS_PAT_OF_STUDY
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_PAT_OF_STUDY, object_name:IGS_PS_PAT_OF_STUDY, status:VALID, product: IGS - Student System , description: This entity describes a pattern of study, which applies to a program offering. , implementation_dba_data: IGS.IGS_PS_PAT_OF_STUDY ,
-
Table: IGS_IN_ENQ_PKG_ITEM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_IN_ENQ_PKG_ITEM, object_name:IGS_IN_ENQ_PKG_ITEM, status:VALID, product: IGS - Student System , description: This entity describes correspondence, either system or non-system generated, which can be included in an enquiry package - Obsolete , implementation_dba_data: IGS.IGS_IN_ENQ_PKG_ITEM ,
-
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_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 ,
-
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_SBM_PS_FNTRGT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SBM_PS_FNTRGT, object_name:IGS_AD_SBM_PS_FNTRGT, status:VALID, product: IGS - Student System , description: Holds program version funding source and optional components that have one or more targets for a submission period , implementation_dba_data: IGS.IGS_AD_SBM_PS_FNTRGT ,
-
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 ,
-
Table: IGS_FI_FTCI_ACCTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FTCI_ACCTS, object_name:IGS_FI_FTCI_ACCTS, status:VALID, product: IGS - Student System , description: For a Fee Type Calendar Instance, Revenue Account Code or the Natural Account Segment for the combination of attributes will be stored in this table. , implementation_dba_data: IGS.IGS_FI_FTCI_ACCTS ,
-
View: IGSFV_PGM_OFR_PAT_ADM_PERD
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PGM_OFR_PAT_ADM_PERD, object_name:IGSFV_PGM_OFR_PAT_ADM_PERD, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_PGM_OFR_PAT_ADM_PERD ,
-
View: IGS_EN_ATD_MODE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ATD_MODE, object_name:IGS_EN_ATD_MODE, status:VALID, product: IGS - Student System , description: This view incorporates various university defined attendance modes like Internal, External and Multimodal. These modes are used for enrolment process. , implementation_dba_data: APPS.IGS_EN_ATD_MODE ,
-
View: IGSFV_PGM_OFR_ADM_PAT_RESTRCTN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PGM_OFR_ADM_PAT_RESTRCTN, object_name:IGSFV_PGM_OFR_ADM_PAT_RESTRCTN, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_PGM_OFR_ADM_PAT_RESTRCTN ,
-
View: IGSBV_PROG_CAL_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PROG_CAL_OFFERINGS, object_name:IGSBV_PROG_CAL_OFFERINGS, status:VALID, product: IGS - Student System , description: This entity describes the offerings for a program calendar containing details of Program Code, calendar instance details and minimum / guaranteed assessment score. , implementation_dba_data: APPS.IGSBV_PROG_CAL_OFFERINGS ,
-
View: IGSFV_PGM_OFR_PAT_ADM_DT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PGM_OFR_PAT_ADM_DT, object_name:IGSFV_PGM_OFR_PAT_ADM_DT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_PGM_OFR_PAT_ADM_DT ,
-
Table: IGS_PS_FEE_TRG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_FEE_TRG, object_name:IGS_PS_FEE_TRG, status:VALID, product: IGS - Student System , description: This entity describes the program based fee triggers. It is used during fee assessment processing to indicate a program-based fee applies for a fee type. , implementation_dba_data: IGS.IGS_PS_FEE_TRG ,
-
View: IGSFV_PROG_CAL_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PROG_CAL_OFFERINGS, object_name:IGSFV_PROG_CAL_OFFERINGS, status:VALID, product: IGS - Student System , description: This entity describes the offerings for a program calendar containing details of Program Code, calendar instance details and minimum / guaranteed assessment score. , implementation_dba_data: APPS.IGSFV_PROG_CAL_OFFERINGS ,
-
Table: IGS_FI_FEE_AS_RATE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_AS_RATE, object_name:IGS_FI_FEE_AS_RATE, status:VALID, product: IGS - Student System , description: This entity describes the method and parameters necessary for determining the amount to charge during fee assessment processing for a fee category fee liability. , implementation_dba_data: IGS.IGS_FI_FEE_AS_RATE ,
-
View: IGSFV_PGM_OFR_PATTERN_ADM_PERD
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PGM_OFR_PATTERN_ADM_PERD, object_name:IGSFV_PGM_OFR_PATTERN_ADM_PERD, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_PGM_OFR_PATTERN_ADM_PERD ,
-
View: IGSFV_PRG_OFR_OPT_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PRG_OFR_OPT_COST_CENTRES, object_name:IGSFV_PRG_OFR_OPT_COST_CENTRES, status:VALID, product: IGS - Student System , description: Full View for Program Offering Option Unit Set HESA Details - Cost Center Details , implementation_dba_data: APPS.IGSFV_PRG_OFR_OPT_COST_CENTRES ,
-
View: IGSFV_UK_PRG_OFR_OPT_ORG_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UK_PRG_OFR_OPT_ORG_UNITS, object_name:IGSFV_UK_PRG_OFR_OPT_ORG_UNITS, status:VALID, product: IGS - Student System , description: Full View for Program Offering Option Unit Set HESA Details - Organizations , implementation_dba_data: APPS.IGSFV_UK_PRG_OFR_OPT_ORG_UNITS ,
-
View: IGSFV_UC_COURSE_VAC_OPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_COURSE_VAC_OPTIONS, object_name:IGSFV_UC_COURSE_VAC_OPTIONS, status:VALID, product: IGS - Student System , description: Full View for Course Vacancy Options , implementation_dba_data: APPS.IGSFV_UC_COURSE_VAC_OPTIONS ,
-
View: IGSBV_PROG_OFFERING_PATTERNS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PROG_OFFERING_PATTERNS, object_name:IGSBV_PROG_OFFERING_PATTERNS, status:VALID, product: IGS - Student System , description: This is a base view, which describes the Offering Pattern of a program offering option. This is related to a calendar instance, nominating when each option is available. , implementation_dba_data: APPS.IGSBV_PROG_OFFERING_PATTERNS ,
-
View: IGSFV_POOUS_HESA_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_POOUS_HESA_COST_CENTRES, object_name:IGSFV_POOUS_HESA_COST_CENTRES, status:VALID, product: IGS - Student System , description: Full business view to allow queries on Program HESA Cost Center Details , implementation_dba_data: APPS.IGSFV_POOUS_HESA_COST_CENTRES ,
-
Table: IGS_PS_OFR_OPT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_OFR_OPT_ALL, object_name:IGS_PS_OFR_OPT_ALL, status:VALID, product: IGS - Student System , description: This entity describes the available options for each program offering. , implementation_dba_data: IGS.IGS_PS_OFR_OPT_ALL ,
-
View: IGSFV_STUDENT_PROGRAM_TERMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_PROGRAM_TERMS, object_name:IGSFV_STUDENT_PROGRAM_TERMS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_STUDENT_PROGRAM_TERMS ,
-
Table: IGS_EN_STDNT_PS_ATT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT_ALL, object_name:IGS_EN_STDNT_PS_ATT_ALL, 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: IGS.IGS_EN_STDNT_PS_ATT_ALL ,
-
View: IGSFV_UC_COURSE_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_COURSE_DETAILS, object_name:IGSFV_UC_COURSE_DETAILS, status:VALID, product: IGS - Student System , description: Full View for UCAS Course Details Table , implementation_dba_data: APPS.IGSFV_UC_COURSE_DETAILS ,
-
Table: IGS_AD_PS_APPL_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_ALL, object_name:IGS_AD_PS_APPL_INST_ALL, status:VALID, product: IGS - Student System , description: Holds the request for program entry for an admission period , implementation_dba_data: IGS.IGS_AD_PS_APPL_INST_ALL ,
-
View: IGSFV_PROG_OFFERING_PATTERNS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PROG_OFFERING_PATTERNS, object_name:IGSFV_PROG_OFFERING_PATTERNS, status:VALID, product: IGS - Student System , description: This is a full view, which describes the Offering Pattern of a program offering option. This is related to a calendar instance, nominating when each option is available. , implementation_dba_data: APPS.IGSFV_PROG_OFFERING_PATTERNS ,
-
View: IGSFV_UC_APPLICANT_CHOICES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_APPLICANT_CHOICES, object_name:IGSFV_UC_APPLICANT_CHOICES, status:VALID, product: IGS - Student System , description: Full View for Applicant choices , implementation_dba_data: APPS.IGSFV_UC_APPLICANT_CHOICES ,
-
View: IGS_AD_ACK_LETTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ACK_LETTER_V, object_name:IGS_AD_ACK_LETTER_V, status:VALID, product: IGS - Student System , description: It would return the Acknowledgement Details of a student , implementation_dba_data: APPS.IGS_AD_ACK_LETTER_V ,
-
View: IGSFV_UK_PRG_OFR_OPT_UNIT_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UK_PRG_OFR_OPT_UNIT_SETS, object_name:IGSFV_UK_PRG_OFR_OPT_UNIT_SETS, status:VALID, product: IGS - Student System , description: Full View for Program Offering Option Unit Set HESA Details , implementation_dba_data: APPS.IGSFV_UK_PRG_OFR_OPT_UNIT_SETS ,
-
View: IGS_AD_OUTCOME_LETTERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_OUTCOME_LETTERS_V, object_name:IGS_AD_OUTCOME_LETTERS_V, status:VALID, product: IGS - Student System , description: The validations for the individual letters are placed at the SQLl query level that we attach to master document , implementation_dba_data: APPS.IGS_AD_OUTCOME_LETTERS_V ,
-
View: IGS_AD_POSTADM_MISS_ITM_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_POSTADM_MISS_ITM_LTR_V, object_name:IGS_AD_POSTADM_MISS_ITM_LTR_V, status:VALID, product: IGS - Student System , description: It returns the Missing items for Post Admission Requirements , implementation_dba_data: APPS.IGS_AD_POSTADM_MISS_ITM_LTR_V ,
-
View: IGS_AD_MISSING_ITEMS_LETTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_MISSING_ITEMS_LETTER_V, object_name:IGS_AD_MISSING_ITEMS_LETTER_V, status:VALID, product: IGS - Student System , description: Returns the missing items. For processing application of the student, few documents are required by the admission module. When student forget to send any document or miss out any document , then these documents are treated as missing items , implementation_dba_data: APPS.IGS_AD_MISSING_ITEMS_LETTER_V ,
-
View: IGSFV_AD_ADM_PS_APPL_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_PS_APPL_INST, object_name:IGSFV_AD_ADM_PS_APPL_INST, status:VALID, product: IGS - Student System , description: Describes the request for program Entry for an Admission period , implementation_dba_data: APPS.IGSFV_AD_ADM_PS_APPL_INST ,