Search Results igs_en_atd_type_all
Overview
The IGS_EN_ATD_TYPE_ALL table is a core reference table within the Oracle E-Business Suite Student System (IGS) module. It serves as a master repository for defining and managing all valid attendance types for university programs. An attendance type categorizes a student's mode of participation in an academic program, such as full-time, part-time, distance learning, or co-op. This table is central to numerous student lifecycle processes, including admissions, enrollment, program offering configuration, and financial aid eligibility. Its data is referenced by a wide array of transactional and setup tables across the Student System, Admissions, and Financial Aid modules, making it a critical component for ensuring data integrity and consistent business rule application in both EBS 12.1.1 and 12.2.2 environments.
Key Information Stored
The primary data stored in this table is the attendance type code and its associated descriptive information. While the full column list is not detailed in the provided metadata, the structure typically includes a code column (e.g., ATTENDANCE_TYPE) acting as the primary key, along with descriptive name, effective dates, and control flags. These flags may govern whether the attendance type is active, system-reserved, or applicable for specific business functions. The table supports multi-organization access control through the standard `_ALL` table convention, indicated by a column such as ORG_ID, allowing it to store institution-specific attendance types within a single installation.
Common Use Cases and Queries
This table is primarily used for validation, reporting, and setup. A common operational use case is validating the attendance type selected during a student's course application or program enrollment against the list of active types defined in this table. For reporting, it is frequently joined to student enrollment records to analyze population distributions by attendance mode. Administratively, it is queried and maintained via the application's front-end forms to configure available options for academic programs. A typical SQL query to retrieve active attendance types for reporting would be:
- SELECT attendance_type, description FROM igs_en_atd_type_all WHERE sysdate BETWEEN start_date AND NVL(end_date, sysdate) AND org_id = :org_id;
Another critical use case, directly relevant to the user's search for "igf_ap_fa_ant_data," is in financial aid processing. The attendance type is a key determinant in cost of attendance calculations and award packaging, as evidenced by the foreign key relationship with the IGF_AP_FA_ANT_DATA table.
Related Objects
The IGS_EN_ATD_TYPE_ALL table has extensive relationships across the IGS and Financial Aid (IGF) modules, as documented by its foreign key constraints. Its primary key (ATTENDANCE_TYPE) is referenced by numerous tables. Key relationships include:
- Admissions & Program Setup: IGS_AD_PS_APPL_INST_ALL, IGS_AD_PRD_PS_OF_OPT, IGS_PS_OFR_OPT_ALL, IGS_PS_PAT_OF_STUDY.
- Enrollment & Student Records: IGS_EN_STDNT_PS_ATT_ALL, IGS_EN_SPLACEMENTS, IGS_EN_ATD_TYPE_LOAD_ALL.
- Financials & Fees: IGS_FI_FEE_AS_RT, IGS_FI_FEE_AS_RATE, IGS_PS_FEE_TRG, IGS_FI_1098T_ATS.
- Financial Aid (IGF): IGF_AP_FA_ANT_DATA (for anticipated aid data), IGF_AW_COA_RATE_DET (for cost of attendance rates).
- Progression & Rules: IGS_PR_RU_APPL_ALL, IGS_PR_OU_TYPE_ALL, IGS_RE_CDT_ATT_HIST_ALL.
These relationships enforce that attendance types used in transactional data must be predefined in this master table, ensuring referential integrity.
-
Table: IGS_EN_ATD_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available university program attendance types , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_ATD_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_ATD_TYPE_ALL, object_name:IGS_EN_ATD_TYPE_ALL, status:VALID, product: IGS - Student System , description: Describes available university program attendance types , implementation_dba_data: IGS.IGS_EN_ATD_TYPE_ALL ,
-
APPS.IGS_FI_GEN_002 dependencies on IGS_EN_ATD_TYPE_ALL
12.1.1
-
APPS.IGS_FI_GEN_002 dependencies on IGS_EN_ATD_TYPE_ALL
12.1.1
-
APPS.IGS_FI_VAL_CFAR dependencies on IGS_EN_ATD_TYPE_ALL
12.1.1
-
APPS.IGS_FI_VAL_CFAR dependencies on IGS_EN_ATD_TYPE_ALL
12.1.1
-
APPS.IGS_GE_VAL_PARAM dependencies on IGS_EN_ATD_TYPE_ALL
12.1.1
-
APPS.IGS_EN_ATD_TYPE_PKG dependencies on IGS_EN_ATD_TYPE_ALL
12.1.1
-
APPS.IGS_EN_PRC_LOAD dependencies on IGS_EN_ATD_TYPE_ALL
12.1.1
-
APPS.IGS_GE_VAL_PARAM dependencies on IGS_EN_ATD_TYPE_ALL
12.1.1
-
APPS.IGF_DB_DISB dependencies on IGS_EN_ATD_TYPE_ALL
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_EN_ATD_TYPE_ALL
12.1.1
-
APPS.IGF_SL_REL_DISB dependencies on IGS_EN_ATD_TYPE_ALL
12.1.1
-
APPS.IGS_EN_ATD_TYPE_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSFV_PGM_OFR_ADM_PAT_RESTRCTN
12.1.1
-
VIEW: APPS.IGSFV_PERSON_HOLD_EFFECTS
12.1.1
-
VIEW: APPS.IGSFV_STORED_PLACEMENTS
12.1.1
-
VIEW: APPS.IGS_EN_ATD_TYPE
12.1.1
-
VIEW: APPS.IGSFV_STUDENT_PROGRAM_ATTEMPTS
12.1.1
-
SYNONYM: APPS.IGS_EN_ATD_TYPE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_ATD_TYPE_ALL, status:VALID,
-
VIEW: APPS.IGSBV_PROG_CAL_OFFERINGS
12.1.1
-
VIEW: APPS.IGSFV_PGM_OFR_PAT_ADM_PERD
12.1.1
-
VIEW: APPS.IGSFV_PROG_CAL_OFFERINGS
12.1.1
-
VIEW: APPS.IGSFV_PGM_OFR_PAT_ADM_DT
12.1.1
-
Table: IGS_EN_SPLACEMENTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SPLACEMENTS, object_name:IGS_EN_SPLACEMENTS, status:VALID, product: IGS - Student System , description: The table for storing placement information of a student unit attempt , implementation_dba_data: IGS.IGS_EN_SPLACEMENTS ,
-
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 ,
-
VIEW: APPS.IGSFV_STUDENT_PROGRAM_TERMS
12.1.1
-
Table: IGS_EN_ATD_TYPE_LOAD_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes relationship between load calendar type and attendance types , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_EN_ATD_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_ATD_TYPE_ALL, object_name:IGS_EN_ATD_TYPE_ALL, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.IGS_FI_VAL_CFAR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_VAL_CFAR, status:VALID,
-
Table: IGS_EN_ATD_TYPE_LOAD_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_ATD_TYPE_LOAD_ALL, object_name:IGS_EN_ATD_TYPE_LOAD_ALL, status:VALID, product: IGS - Student System , description: Describes relationship between load calendar type and attendance types , implementation_dba_data: IGS.IGS_EN_ATD_TYPE_LOAD_ALL ,
-
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_PR_OU_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_OU_TYPE_ALL, object_name:IGS_PR_OU_TYPE_ALL, status:VALID, product: IGS - Student System , description: Describes the types of outcomes from a progression rule check. For example, suspended, excluded, successful, manual (where the outcome must be applied manually). These outcome types must map back onto system-defined outcome types. , implementation_dba_data: IGS.IGS_PR_OU_TYPE_ALL ,
-
VIEW: APPS.IGSFV_UK_PRG_OFR_OPT_ORG_UNITS
12.1.1
-
VIEW: APPS.IGSBV_PROG_OFFERING_PATTERNS
12.1.1
-
Table: IGS_SS_APP_PGM_STG
12.2.2
product: IGS - Student System (Obsolete) , description: Staging Table for Application Program Instance in SS , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_ATD_TYPE_PKG dependencies on IGS_EN_ATD_TYPE_PKG
12.1.1
-
VIEW: APPS.IGSFV_POOUS_HESA_COST_CENTRES
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
-
Table: IGS_PR_OU_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the types of outcomes from a progression rule check. For example, suspended, excluded, successful, manual (where the outcome must be applied manually). These outcome types must map back onto system-defined outcome types. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_PR_STDNT_PR_OU
12.1.1
-
Table: IGS_RE_DFLT_MS_SET_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the default milestones for a research course , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_PRG_OFR_OPT_COST_CENTRES
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_ATD_TYPE_PKG
12.1.1
-
Table: IGS_FI_1098T_ATS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores those Attendance Types which are considered as half time attendance types for 1098-T reporting requirements , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_FEE_AS_RT
12.2.2
product: IGS - Student System (Obsolete) , 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: 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_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 ,