Search Results igs_en_atd_type_load
Overview
IGS_EN_ATD_TYPE_LOAD is a secured (organization-striped) view in the APPS schema belonging to the IGS – Student System product family. It exposes the attendance-type load definition data used by Oracle Student System to calculate a student's load factor. The load factor derives from the attendance type combined with a lower enrolment load range, an upper enrolment load range, and the corresponding total student units (expressed through the DEFAULT_EFTSU column). The view presents this configuration data for reporting and integration consumption; it is not a transactional table but a filtered projection over its underlying ALL table, applying Oracle EBS multi-org security so that each query session sees only the rows belonging to the organization identified in the session's CLIENT_INFO context.
Underlying Base Objects
The view is defined as a SELECT over IGS_EN_ATD_TYPE_LOAD_ALL, projecting every column of that table plus a synthesized ROWID column aliased ROW_ID. The WHERE clause implements multi-org access control: it compares NVL(ORG_ID, -99) against the organization identifier extracted from USERENV('CLIENT_INFO') using the standard SUBSTRB/DECODE pattern. When CLIENT_INFO is blank or its first character is a space, the expression resolves to NULL and then to -99, matching rows whose ORG_ID is likewise null or -99. In practice, this means IGS_EN_ATD_TYPE_LOAD returns the attendance-type load records of the current operating unit only. The ETRM metadata documents no additional referenced base objects beyond the ALL table from which it directly selects.
Key Columns
- ROW_ID – The Oracle ROWID of the underlying row, exposed for row-level addressing.
- ORG_ID – Operating unit (organization) identifier used by the multi-org security predicate.
- CAL_TYPE – Calendar type to which the attendance-type load definition applies.
- ATTENDANCE_TYPE – The attendance type (for example full-time or part-time) that drives the load calculation.
- LOWER_ENR_LOAD_RANGE – Lower bound of the enrolment load range associated with the attendance type.
- UPPER_ENR_LOAD_RANGE – Upper bound of the enrolment load range associated with the attendance type.
- DEFAULT_EFTSU – Default Equivalent Full-Time Student Unit value applied to students falling within the range; the core numeric used to derive the load factor.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN – Standard EBS audit columns recording who inserted and last altered each row and when.
Common Use Cases and Queries
Typical use is to retrieve the attendance-type load bands for a given operating unit and calendar so that student enrolment loads can be evaluated or reconciled against institutional policy. Because the view resolves ORG_ID from CLIENT_INFO, it is normally queried in a session (or through a concurrent program/BC4J application) that has already initialized the multi-org context. A representative query follows:
SELECT attendance_type,
cal_type,
lower_enr_load_range,
upper_enr_load_range,
default_eftsu
FROM apps.igs_en_atd_type_load
WHERE cal_type = :p_cal_type
ORDER BY lower_enr_load_range;
Another common pattern joins the view to student enrolment data to determine which load band a student falls into, using DEFAULT_EFTSU as the load factor source. Reporting against IGS_EN_ATD_TYPE_LOAD should always account for the organization filter; querying it without a properly set CLIENT_INFO context returns only the null/-99 organization rows, which is a frequent cause of apparently missing configuration data in IGS enquiries.
-
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 ,
-
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 ,
-
APPS.IGS_EN_SEVIS SQL Statements
12.1.1
-
APPS.IGS_PS_VAL_ATL SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_EN_ATD_TYPE_LOAD_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_ATD_TYPE_LOAD_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_VAL_ATL
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_VAL_ATL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_VAL_ATL, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_SEVIS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_SEVIS, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_006
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_006, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_002, status:VALID,
-
PACKAGE BODY: APPS.IGS_CA_VAL_QLITY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CA_VAL_QLITY, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_NSC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_NSC_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGF_GR_PELL_CALC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_GR_PELL_CALC, status:VALID,
-
APPS.IGF_AP_OSS_INTR_DTLS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_OSS_INTR_DTLS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_OSS_INTR_DTLS, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_PRC_LOAD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_PRC_LOAD, status:VALID,
-
PACKAGE: APPS.IGS_EN_PRC_LOAD
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_EN_PRC_LOAD, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_VAL_SCA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_VAL_SCA, status:VALID,
-
PACKAGE BODY: APPS.IGF_AW_COA_GEN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_COA_GEN, status:VALID,
-
PACKAGE BODY: APPS.IGF_DB_DISB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_DB_DISB, status:VALID,
-
PACKAGE BODY: APPS.IGF_SL_REL_DISB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_REL_DISB, status:VALID,
-
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_GEN_002 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_SEVIS
12.1.1
-
APPS.IGS_CA_VAL_QLITY SQL Statements
12.1.1
-
APPS.IGF_DB_DISB dependencies on IGS_EN_ATD_TYPE_LOAD
12.1.1
-
APPS.IGS_PS_VAL_ATL dependencies on IGS_EN_ATD_TYPE_LOAD
12.1.1
-
APPS.IGS_EN_GEN_006 dependencies on IGS_EN_ATD_TYPE_LOAD
12.1.1
-
APPS.IGF_SL_REL_DISB dependencies on IGS_EN_ATD_TYPE_LOAD
12.1.1
-
APPS.IGF_AP_OSS_INTR_DTLS dependencies on IGS_EN_ATD_TYPE_LOAD
12.1.1
-
APPS.IGS_EN_GEN_002 dependencies on IGS_EN_ATD_TYPE_LOAD
12.1.1
-
APPS.IGS_EN_PRC_LOAD dependencies on IGS_EN_ATD_TYPE_LOAD
12.1.1
-
APPS.IGF_GR_PELL_CALC dependencies on IGS_EN_ATD_TYPE_LOAD
12.1.1
-
APPS.IGS_EN_SEVIS dependencies on IGS_EN_ATD_TYPE_LOAD
12.1.1
-
APPS.IGF_SL_REL_DISB SQL Statements
12.1.1
-
APPS.IGF_AW_COA_GEN dependencies on IGS_EN_ATD_TYPE_LOAD
12.1.1
-
APPS.IGS_CA_VAL_QLITY dependencies on IGS_EN_ATD_TYPE_LOAD
12.1.1
-
APPS.IGS_EN_NSC_PKG dependencies on IGS_EN_ATD_TYPE_LOAD
12.1.1
-
APPS.IGS_EN_PRC_LOAD dependencies on IGS_EN_ATD_TYPE_LOAD
12.1.1
-
APPS.IGS_EN_VAL_SCA dependencies on IGS_EN_ATD_TYPE_LOAD
12.1.1
-
APPS.IGS_EN_PRC_LOAD SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_OSS_INTR_DTLS
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGF_DB_DISB SQL Statements
12.1.1
-
APPS.IGS_EN_VAL_SCA SQL Statements
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.IGS_EN_NSC_PKG SQL Statements
12.1.1
-
APPS.IGS_CA_VAL_QLITY dependencies on IGS_EN_ATD_TYPE
12.1.1
-
APPS.IGS_EN_SEVIS dependencies on IGS_CA_INST_ALL
12.1.1