Results for “igs_en_stdnt_ps_att_v”
13 results
AI-generated from documented ETRM metadata — verify critical details on the linked pages.
Overview
IGS_EN_STDNT_PS_ATT_V is a seeded Oracle E-Business Suite view owned by the APPS schema within the IGS (Student System) product family. It presents detailed information about a student's attempt against a specific program structure, consolidating student identity, attendance mode and type, and the current course attempt status into a single queryable object. Because it joins several validated base entities, the view is intended for reporting, inquiry, and integration scenarios where a denormalized, read-only projection of student program-structure attempts is required.
The view is documented as VALID and is available under both EBS 12.1.1 and 12.2.2; its column set and view text are identical across these releases. It exposes eighteen columns, including standard WHO audit attributes inherited from the underlying attempt table, and is typically consumed by custom concurrent programs, OBIEE/BI Publisher extracts, and interface queries.
Underlying Base Objects
Although the ETRM metadata lists no referenced base objects, the view text documents its composition. It is defined over four sources:
- IGS_EN_STDNT_PS_ATT — the primary table holding the student's program-structure attempt, aliased IGS. It supplies the course code, version number, calendar type, location, attendance attributes, fee category, attempt status, and WHO columns.
- IGS_PE_PERSON_BASE_V — the person base view (alias PEV), joined on PERSON_ID to supply PERSON_NUMBER.
- IGS_LOOKUPS_VIEW — the lookup source (alias LKUP), joined on COURSE_ATTEMPT_STATUS = LOOKUP_CODE with LOOKUP_TYPE = 'CRS_ATTEMPT_STATUS', providing FEE_ASS_IND.
- IGS_FI_FEE_CAT — the fee category table (alias FCAT), outer-joined on FEE_CAT to derive CURRENCY_CD.
The join to the lookup is effectively a left join because the predicate permits COURSE_ATTEMPT_STATUS to be NULL; the fee category join is explicitly an outer join (+).
Key Columns
- PERSON_ID / PERSON_NUMBER — the internal person identifier and the external person number for the student.
- COURSE_CD, VERSION_NUMBER — the course and its version attempted.
- CAL_TYPE, LOCATION_CD — the calendar type and delivery location of the attempt.
- ATTENDANCE_MODE, ATTENDANCE_TYPE — how the student attends (e.g., full-time/part-time) and the attendance classification.
- COURSE_ATTEMPT_STATUS — the attempt outcome/state, validated against the CRS_ATTEMPT_STATUS lookup.
- FEE_ASS_IND, FEE_CAT, CURRENCY_CD — fee assessment indicator, fee category, and the currency associated with that category.
- ROW_ID and WHO columns — ROW_ID (from IGS ROWID) plus CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical uses include attendance reporting by program structure, fee-category analysis, and integration extracts for downstream systems. A basic listing follows:
- SELECT person_number, course_cd, version_number, attendance_type, course_attempt_status, fee_cat, currency_cd FROM igs_en_stdnt_ps_att_v WHERE person_id = :p_person_id;
- SELECT course_attempt_status, COUNT(*) FROM igs_en_stdnt_ps_att_v GROUP BY course_attempt_status;
- SELECT fee_cat, currency_cd, COUNT(*) FROM igs_en_stdnt_ps_att_v WHERE fee_ass_ind = 'Y' GROUP BY fee_cat, currency_cd;
Because CURRENCY_CD originates from an outer join, it may be NULL where no fee category match exists; consumers should anticipate this. As a view, it carries no independent storage and inherits the security and performance characteristics of its base objects.
-
View: IGS_EN_STDNT_PS_ATT_V 12.1.1
This view describes the detailed information about students attempt for a specific program structure, including the student information, the attendance type information and the course attempt status.
APPS.IGS_EN_STDNT_PS_ATT_V·↳ IGS_EN_STDNT_PS_ATT·↳ IGS_FI_FEE_CAT·↳ IGS_LOOKUPS_VIEW·Explore IGS module →
-
View: IGS_EN_STDNT_PS_ATT_V 12.2.2
This view describes the detailed information about students attempt for a specific program structure, including the student information, the attendance type information and the course attempt status.
Not implemented in this database·Explore IGS module →
-
VIEW: APPS.IGS_FI_FEE_CAT 12.1.1
-
VIEW: APPS.IGS_LOOKUPS_VIEW 12.1.1
-
12.1.1 DBA Data 12.1.1
-
12.1.1 FND Design Data 12.1.1
-
12.2.2 FND Design Data 12.2.2
-
12.1.1 DBA Data 12.1.1
-
eTRM - IGS Tables and Views 12.1.1
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 - IGS Tables and Views 12.1.1
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'.