Search Results teach_description
Overview
The view IGS_AS_USEC_GRADE_ENTRY_V belongs to the IGS — Student System product family within Oracle E-Business Suite. It is documented in the ETRM repository as obsolete and is flagged as not implemented in the reference database. The view is designed to expose unit section (USEC) records that are relevant to grade entry processing, joining scheduling, location, instructor, and grading schema information into a single denormalized projection.
Its role in Oracle EBS reporting and integration is to provide a consolidated read model for downstream grade-entry screens, extracts, and interface programs that require both the teaching (delivery) context and the load (teaching assignment) context of a unit offering option. Because the view exposes surrogate identifiers such as UOO_ID alongside human-readable attributes, it supports both display reporting and programmatic joins back into the underlying transactional tables.
Underlying Base Objects
The view text is defined over the following base objects:
IGS_PS_UNIT_OFR_OPT_ALL— unit offering options (aliasedUOO), the primary driving table.IGS_PS_UNIT_GRD_SCHM— unit-level grading schema (UGS), restricted to the default schema.IGS_PS_USEC_GRD_SCHM— unit-section-level grading schema (USECGS), outer-joined so that a section-specific override may or may not exist.IGS_CA_TEACH_TO_LOAD_V— a supporting view (TTL) linking teaching calendar instances to load descriptions.IGS_PS_USEC_TCH_RESP— teaching responsibility records (USTR) associating instructors with unit offering options.IGS_AD_LOCATION_ALL— location definitions (LOC).IGS_PS_UNIT_VER_ALL— unit version data (UV), providing the unit title.HZ_PARTIES— the party/instructor name source (P).
Joins are enforced on UOO_ID, calendar type and sequence number, location code, unit code and version number, and instructor party identifier. Unit section status is filtered to OPEN, CLOSED, HOLD, or FULLWAITOK.
Key Columns
- LOAD_DESCRIPTION — the descriptive text for the teaching load associated with the offering, taken from
TTL.LOAD_DESCRIPTION. This is the column most commonly targeted when searching this view. - TEACH_DESCRIPTION — descriptive text for the teaching calendar instance.
- UNIT_CD / UNIT_CLASS / TITLE — unit identity and presentation attributes.
- LOCATION_CD / LOCATION — delivery location code and description.
- CALL_NUMBER — the section call number used in enrolment references.
- GRADING_SCHEMA_CODE / GRD_SCHM_VERSION_NUMBER — the effective grading schema, resolved via
NVLso that a section-level schema overrides the unit-level default. - INSTRUCTOR_ID / INSTRUCTOR_NAME — instructor party identifier and concatenated full name.
- UOO_ID — surrogate key of the unit offering option, essential for downstream joins.
- LOAD_CAL_TYPE, LOAD_CI_SEQUENCE_NUMBER, TEACH_CAL_TYPE, TEACH_CI_SEQUENCE_NUMBER — calendar and sequence identifiers distinguishing teaching versus load contexts.
- OWNER_ORG_UNIT_CD, TEACH_ALTERNATE_CODE — organisational ownership and alternate delivery coding.
Common Use Cases and Queries
Typical scenarios include grade-entry roster preparation, instructor workload reporting keyed on load descriptions, and integration extracts feeding external grade capture systems. A representative query retrieving grade-entry context by load description is:
SELECT uoo_id, unit_cd, call_number, load_description, instructor_name, grading_schema_code, grd_schm_version_number FROM igs_as_usec_grade_entry_v WHERE load_description LIKE :p_load_desc;SELECT unit_cd, location, title, instructor_name FROM igs_as_usec_grade_entry_v WHERE owner_org_unit_cd = :p_org AND teach_cal_type = :p_cal_type;
Because the object is documented as obsolete and not implemented in the reference database, implementations on 12.1.1 or 12.2.2 should validate its availability against the local database before relying on it, and consider substituting direct queries against the base tables where the view is absent.
-
View: IGS_AS_USEC_GRADE_ENTRY_V
12.2.2
product: IGS - Student System (Obsolete) , description: Unit sections for grade entry information , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_USEC_GRADE_ENTRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_USEC_GRADE_ENTRY_V, object_name:IGS_AS_USEC_GRADE_ENTRY_V, status:VALID, product: IGS - Student System , description: Unit sections for grade entry information , implementation_dba_data: APPS.IGS_AS_USEC_GRADE_ENTRY_V ,
-
VIEW: APPS.IGS_AS_X_USEC_CLASSLIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_X_USEC_CLASSLIST_V, object_name:IGS_AS_X_USEC_CLASSLIST_V, status:VALID,
-
VIEW: APPS.IGS_AS_USEC_CLASSLIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_USEC_CLASSLIST_V, object_name:IGS_AS_USEC_CLASSLIST_V, status:VALID,
-
View: IGS_AS_XSLISTSEP_ADI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_XSLISTSEP_ADI_V, object_name:IGS_AS_XSLISTSEP_ADI_V, status:VALID, product: IGS - Student System , description: Assessment Crosslisted Student List WebADI View , implementation_dba_data: APPS.IGS_AS_XSLISTSEP_ADI_V ,
-
View: IGS_AS_XSLISTSEP_ADI_V
12.2.2
product: IGS - Student System (Obsolete) , description: Assessment Crosslisted Student List WebADI View , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_XSLISTCOM_ADI_V
12.2.2
product: IGS - Student System (Obsolete) , description: Assessment Crosslisted Student List WebADI View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_USEC_GRADE_ENTRY_V
12.1.1
-
VIEW: APPS.IGS_AS_XSLISTSEP_ADI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_XSLISTSEP_ADI_V, object_name:IGS_AS_XSLISTSEP_ADI_V, status:VALID,
-
View: IGS_AS_XSLISTCOM_ADI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_XSLISTCOM_ADI_V, object_name:IGS_AS_XSLISTCOM_ADI_V, status:VALID, product: IGS - Student System , description: Assessment Crosslisted Student List WebADI View , implementation_dba_data: APPS.IGS_AS_XSLISTCOM_ADI_V ,
-
VIEW: APPS.IGS_AS_USEC_ATTEND_ENTRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_USEC_ATTEND_ENTRY_V, object_name:IGS_AS_USEC_ATTEND_ENTRY_V, status:VALID,
-
VIEW: APPS.IGS_AS_USEC_GRADE_ENTRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_USEC_GRADE_ENTRY_V, object_name:IGS_AS_USEC_GRADE_ENTRY_V, status:VALID,
-
VIEW: APPS.IGS_AS_XSLISTSEP_ADI_V
12.1.1
-
VIEW: APPS.IGS_AS_XSLISTCOM_ADI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_XSLISTCOM_ADI_V, object_name:IGS_AS_XSLISTCOM_ADI_V, status:VALID,
-
VIEW: APPS.IGS_PR_ACAD_UNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ACAD_UNIT_V, object_name:IGS_PR_ACAD_UNIT_V, status:VALID,
-
View: IGS_AS_X_USEC_CLASSLIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_X_USEC_CLASSLIST_V, object_name:IGS_AS_X_USEC_CLASSLIST_V, status:VALID, product: IGS - Student System , description: Describes Cross Listed Unit Sections for Class List , implementation_dba_data: APPS.IGS_AS_X_USEC_CLASSLIST_V ,
-
View: IGS_AS_USEC_CLASSLIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes Unit Sections for Class List , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_USEC_ATTEND_ENTRY_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes Unit Sections due for Attendance View , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_USEC_CLASSLIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_USEC_CLASSLIST_V, object_name:IGS_AS_USEC_CLASSLIST_V, status:VALID, product: IGS - Student System , description: Describes Unit Sections for Class List , implementation_dba_data: APPS.IGS_AS_USEC_CLASSLIST_V ,
-
VIEW: APPS.IGS_AS_XSLISTCOM_ADI_V
12.1.1
-
View: IGS_AS_X_USEC_CLASSLIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes Cross Listed Unit Sections for Class List , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CA_TEACH_TO_LOAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_TEACH_TO_LOAD_V, object_name:IGS_CA_TEACH_TO_LOAD_V, status:VALID, product: IGS - Student System , description: Describes the teaching calendars for the give load calendar , implementation_dba_data: APPS.IGS_CA_TEACH_TO_LOAD_V ,
-
View: IGS_AS_USEC_ATTEND_ENTRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_USEC_ATTEND_ENTRY_V, object_name:IGS_AS_USEC_ATTEND_ENTRY_V, status:VALID, product: IGS - Student System , description: Describes Unit Sections due for Attendance View , implementation_dba_data: APPS.IGS_AS_USEC_ATTEND_ENTRY_V ,
-
View: IGS_CA_TEACH_TO_LOAD_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the teaching calendars for the give load calendar , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_CA_TEACH_TO_LOAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_TEACH_TO_LOAD_V, object_name:IGS_CA_TEACH_TO_LOAD_V, status:VALID,
-
View: IGS_PR_ACAD_UNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ACAD_UNIT_V, object_name:IGS_PR_ACAD_UNIT_V, status:VALID, product: IGS - Student System , description: This view contains Student Unit Attempt details with statistics and grades. , implementation_dba_data: APPS.IGS_PR_ACAD_UNIT_V ,
-
View: IGS_PR_ACAD_UNIT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains Student Unit Attempt details with statistics and grades. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PE_GEN_004 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_GEN_004
12.1.1
-
APPS.IGS_AS_NOTIFY_PKG dependencies on WF_PARAMETER_LIST_T
12.1.1
-
APPS.IGS_AS_NOTIFY_PKG dependencies on WF_EVENT
12.1.1
-
APPS.IGS_PE_GEN_004 dependencies on IGS_CA_TEACH_TO_LOAD_V
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_NOTIFY_PKG
12.1.1
-
APPS.IGS_AS_NOTIFY_PKG dependencies on WF_EVENT_T
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'. ,