Search Results upper_enr_load_range
Overview
IGS_EN_ATD_TYPE is a reporting view in the Oracle E-Business Suite IGS (Student System) product line, which is documented as obsolete in the ETRM reference for releases 12.1.1 and 12.2.2. The view exposes the set of attendance types available within the institution, such as full-time and part-time classifications, and is intended to serve as a secured, operating-unit-filtered read layer over the underlying attendance type definition table. Rather than functioning as a transactional entity, it acts as a lookup-style reporting and integration object that allows downstream queries, concurrent programs, and external interfaces to resolve attendance type codes, their descriptive text, enrolment load boundaries, and government reporting equivalents without directly accessing the maintenance table.
The ETRM metadata states explicitly that the view is not implemented in the documented database. Consequently, it should be treated as a definition of record rather than a guaranteed runtime object in every environment. Where the object does exist, it follows the standard Oracle multi-org security pattern applied to key flexfield-adjacent setup data.
Underlying Base Objects
The view is defined over a single documented base object, IGS_EN_ATD_TYPE_ALL. The "_ALL" suffix indicates that the table stores rows across all operating units, with organization context carried in the ORG_ID column. The view applies the standard Oracle multiorg predicate by comparing the organization identifier held in the session client information against the table's ORG_ID value, defaulting to a sentinel of -99 when no client information is available.
This construction means IGS_EN_ATD_TYPE behaves as an operating-unit (Org ID) secured view: rows belonging to other operating units are filtered out automatically, and records with a null ORG_ID are surfaced only through the sentinel comparison logic. Because the underlying table is an "_ALL" table, no additional join to a base translation table is present in the documented view text, and no other base objects are documented as referenced.
Key Columns
- ROW_ID – The row identifier derived from the table ROWID, used for optimistic locking and unique row addressing.
- ORG_ID – The operating unit that owns the attendance type record.
- ATTENDANCE_TYPE – The code identifying the attendance type, for example a full-time or part-time classification.
- DESCRIPTION – The descriptive name of the attendance type presented to users.
- GOVT_ATTENDANCE_TYPE – The corresponding government or statutory attendance classification used for external reporting.
- LOWER_ENR_LOAD_RANGE / UPPER_ENR_LOAD_RANGE – The lower and upper bounds of the enrolment load range associated with the attendance type.
- RESEARCH_PERCENTAGE – The proportion of the load attributable to research activity.
- CLOSED_IND – Indicator of whether the attendance type is closed to new use.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN – Standard Oracle audit columns recording who created and last modified each row.
Common Use Cases and Queries
The principal use case is validating and reporting enrolment load classifications. A typical query lists active attendance types for the current operating unit with their load ranges:
SELECT attendance_type, description, govt_attendance_type, lower_enr_load_range, upper_enr_load_range, research_percentage FROM igs_en_atd_type WHERE NVL(closed_ind, 'N') = 'N';SELECT attendance_type, description FROM igs_en_atd_type ORDER BY attendance_type;SELECT a.attendance_type, a.govt_attendance_type, a.research_percentage FROM igs_en_atd_type a WHERE a.org_id = :org_id;
Because the object is documented as obsolete and not implemented, any interface or report referencing it should first verify object existence and confirm that the equivalent setup data is maintained through the supported Student System setup path. Where the view is absent, equivalent information must be sourced directly from the corresponding attendance type maintenance table, observing the same operating unit filter semantics described above.
-
APPS.IGS_PS_VAL_ATL SQL Statements
12.1.1
-
View: IGS_EN_ATD_TYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ATD_TYPE, object_name:IGS_EN_ATD_TYPE, status:VALID, product: IGS - Student System , description: View incorporating various attendance types available. i.e. full-time, part-time. , implementation_dba_data: APPS.IGS_EN_ATD_TYPE ,
-
VIEW: APPS.IGS_EN_ATD_TYPE_LOAD
12.1.1
-
View: IGS_EN_ATD_TYPE_LOAD
12.2.2
product: IGS - Student System (Obsolete) , description: This view calculates the load factor for a student based on attendance type, lower enrolment load range, upper enrolment load range and total student units. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_EN_ATD_TYPE
12.1.1
-
View: IGS_EN_ATD_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: View incorporating various attendance types available. i.e. full-time, part-time. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_ATD_TYPE_LOAD
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ATD_TYPE_LOAD, object_name:IGS_EN_ATD_TYPE_LOAD, status:VALID, product: IGS - Student System , description: This view calculates the load factor for a student based on attendance type, lower enrolment load range, upper enrolment load range and total student units. , implementation_dba_data: APPS.IGS_EN_ATD_TYPE_LOAD ,
-
PACKAGE BODY: APPS.IGS_PS_VAL_ATL
12.1.1
-
TABLE: IGS.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,
-
View: IGF_AP_AWYR_ATMAP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_AWYR_ATMAP_V, object_name:IGF_AP_AWYR_ATMAP_V, status:VALID, product: IGF - Financial Aid , description: Stores Student System Attendance Types for award year , implementation_dba_data: APPS.IGF_AP_AWYR_ATMAP_V ,
-
View: IGF_AP_AWYR_ATMAP_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores Student System Attendance Types for award year , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_EN_ATD_TYPE_LOAD
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ATD_TYPE_LOAD, object_name:IGS_EN_ATD_TYPE_LOAD, status:VALID,
-
APPS.IGS_EN_ATD_TYPE_PKG SQL Statements
12.1.1
-
APPS.IGS_EN_GEN_002 SQL Statements
12.1.1
-
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,
-
APPS.IGS_EN_ATD_TYPE_LOAD_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_EN_ATD_TYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ATD_TYPE, object_name:IGS_EN_ATD_TYPE, status:VALID,
-
VIEW: APPS.IGF_AP_AWYR_ATMAP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_AWYR_ATMAP_V, object_name:IGF_AP_AWYR_ATMAP_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_ATD_TYPE_LOAD_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_ATD_TYPE_PKG
12.1.1
-
APPS.IGF_SL_REL_DISB SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_GEN_002
12.1.1
-
APPS.IGF_DB_DISB SQL Statements
12.1.1
-
APPS.IGS_PS_VAL_ATL dependencies on IGS_EN_ATD_TYPE_LOAD
12.1.1
-
APPS.IGS_EN_ATD_TYPE_LOAD_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
APPS.IGS_EN_GEN_002 dependencies on IGS_EN_ATD_TYPE
12.1.1
-
APPS.IGF_DB_DISB dependencies on IGS_EN_ATD_TYPE_LOAD
12.1.1
-
APPS.IGS_EN_ATD_TYPE_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
APPS.IGF_SL_REL_DISB dependencies on IGS_EN_ATD_TYPE_LOAD
12.1.1
-
APPS.IGS_EN_ATD_TYPE_PKG dependencies on IGS_EN_ATD_TYPE_ALL
12.1.1
-
APPS.IGS_EN_ATD_TYPE_LOAD_PKG dependencies on IGS_EN_ATD_TYPE_LOAD_ALL
12.1.1
-
APPS.IGF_DB_DISB 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 dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGS_EN_ATD_TYPE_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_EN_ATD_TYPE_LOAD_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGF_DB_DISB dependencies on IGS_CA_INST_ALL
12.1.1
-
APPS.IGF_SL_REL_DISB dependencies on IGS_CA_INST_ALL
12.1.1
-
APPS.IGF_DB_DISB dependencies on IGS_CA_INST
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_REL_DISB
12.1.1
-
PACKAGE BODY: APPS.IGF_DB_DISB
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,