Search Results future_dated_trans_flag
Overview
IGS_EN_STDNT_PS_ATT_SV is an Oracle E-Business Suite seed data view owned by the APPS schema. It exposes student program attempt and attendance records from the Higher Education / Student System product family, and is part of the IGS (Integrated Graduate/Student Systems) schema lineage inherited from the historical Student Systems product. In Oracle EBS 12.1.1 and 12.2.2 this object functions as a read-only reporting and integration surface over the student program attempt entity, presenting a denormalized row set suitable for concurrent programs, OBIEE/XML Publisher extracts, and inbound/outbound interface mappings.
The _SV suffix conventionally denotes a "seed view," indicating that the object is shipped as seed data and is not intended for direct DML by customers. Because the view selects ROWID as ROW_ID and exposes ORG_ID, it is multi-org aware and can be joined to operating unit contexts, though student records are typically filtered by business unit through the institution's own security model.
Underlying Base Objects
The view is defined over a single base table, IGS_EN_STDNT_PS_ATT_ALL. The _ALL suffix confirms the table is partitioned by operating unit (ORG_ID) and holds all organization rows; the view consequently exposes the complete data set without an ORG_ID predicate. The ETRM metadata lists no additional referenced base objects, and the view text is a straightforward column projection with no joins, unions, or scalar subqueries. All filtering, decoding, and derivation must therefore be supplied by the querying application.
Key Columns
- PRIMARY_PROGRAM_TYPE — the column most frequently searched for; qualifies the student's program attempt as primary versus non-primary. It is complemented by PRIMARY_PROG_TYPE_SOURCE, which records the origin of that determination (for example, manual entry versus derived logic), and by KEY_PROGRAM, which flags the key program record for the student.
- PERSON_ID, COURSE_CD, VERSION_NUMBER — identify the student and the course version attempted. CAL_TYPE, LOCATION_CD, and ATTENDANCE_MODE/ATTENDANCE_TYPE supply the calendar, teaching location, and delivery characteristics.
- COMMENCEMENT_DT, DISCONTINUED_DT, LAPSED_DT, LAST_DATE_OF_ATTENDANCE — the attempt lifecycle dates. COURSE_ATTEMPT_STATUS and PROGRESSION_STATUS give the coded state of the attempt.
- DERIVED_ATT_TYPE, DERIVED_ATT_MODE, DERIVED_COMPLETION_YR, DERIVED_COMPLETION_PERD — derived values contrasted with the nominated completion year and period (NOMINATED_COMPLETION_YR, NOMINATED_COMPLETION_PERD) and with the manual override pair OVERRIDE_CMPL_DT / MANUAL_OVR_CMPL_DT_IND.
- PROGRAM_APPLICATION_ID, PROGRAM_ID, ADM_ADMISSION_APPL_NUMBER, ADM_NOMINATED_COURSE_CD, ADM_SEQUENCE_NUMBER — link the attendance record to admissions and program application context.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, REQUEST_ID — the standard WHO audit columns plus the concurrent request identifier for traceability; FUTURE_DATED_TRANS_FLAG marks records effective in a future period.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–20 — the DFF/descriptive flexfield placeholder set, enabling institution-specific extensions without schema change.
Common Use Cases and Queries
Typical scenarios include identifying each student's primary program attempt for enrolment reporting, auditing attendance-mode distributions, and extracting lifecycle data into a data warehouse. A representative query filtering on the searched column is:
SELECT person_id, course_cd, version_number, primary_program_type, primary_prog_type_source FROM apps.igs_en_stdnt_ps_att_sv WHERE primary_program_type = 'PRIMARY' AND org_id = :org_id;SELECT course_cd, attendance_mode, COUNT(*) FROM apps.igs_en_stdnt_ps_att_sv WHERE commencement_dt >= :from_date GROUP BY course_cd, attendance_mode;SELECT person_id, key_program, derived_completion_yr FROM apps.igs_en_stdnt_ps_att_sv WHERE future_dated_trans_flag = 'Y';
Because the view performs no filtering, queries should always constrain ORG_ID, PERSON_ID, or a date range to avoid full-table scans against IGS_EN_STDNT_PS_ATT_ALL.
-
VIEW: APPS.IGS_EN_STDNT_PS_ATT_SV
12.1.1
-
View: IGS_EN_STDNT_PS_ATT_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT_SV, object_name:IGS_EN_STDNT_PS_ATT_SV, status:VALID, product: IGS - Student System , description: This view contains the secured rows in the student program attempt table. , implementation_dba_data: APPS.IGS_EN_STDNT_PS_ATT_SV ,
-
View: IGS_EN_STDNT_PS_ATT_SV
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the secured rows in the student program attempt table. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_STDNT_PS_ATT
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the data of student attempts for a given specific program structure. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_STDNT_PS_ATT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT, object_name:IGS_EN_STDNT_PS_ATT, status:VALID, product: IGS - Student System , description: This view contains the data of student attempts for a given specific program structure. , implementation_dba_data: APPS.IGS_EN_STDNT_PS_ATT ,
-
VIEW: APPS.IGS_EN_STDNT_PS_ATT
12.1.1
-
View: IGSBV_STUDENT_PROGRAM_ATTEMPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STUDENT_PROGRAM_ATTEMPTS, object_name:IGSBV_STUDENT_PROGRAM_ATTEMPTS, status:VALID, product: IGS - Student System , description: This entity describes a student's attempt at studying a particular course offered by the university. , implementation_dba_data: APPS.IGSBV_STUDENT_PROGRAM_ATTEMPTS ,
-
View: IGSBV_STUDENT_PROGRAM_ATTEMPTS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a student's attempt at studying a particular course offered by the university. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_STUDENT_PROGRAM_ATTEMPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_PROGRAM_ATTEMPTS, object_name:IGSFV_STUDENT_PROGRAM_ATTEMPTS, status:VALID, product: IGS - Student System , description: This entity describes a student's attempt at studying a particular course offered by the university. , implementation_dba_data: APPS.IGSFV_STUDENT_PROGRAM_ATTEMPTS ,
-
View: IGSFV_STUDENT_PROGRAM_ATTEMPTS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a student's attempt at studying a particular course offered by the university. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_EN_SCA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SCA_V, object_name:IGS_EN_SCA_V, status:VALID,
-
View: IGS_EN_SCA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SCA_V, object_name:IGS_EN_SCA_V, status:VALID, product: IGS - Student System , description: This view would be used in the form. , implementation_dba_data: APPS.IGS_EN_SCA_V ,
-
View: IGS_EN_SCA_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view would be used in the form. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_SPA_LGCY_PUB SQL Statements
12.1.1
-
VIEW: APPS.IGSBV_STUDENT_PROGRAM_ATTEMPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STUDENT_PROGRAM_ATTEMPTS, object_name:IGSBV_STUDENT_PROGRAM_ATTEMPTS, status:VALID,
-
VIEW: APPS.IGSFV_STUDENT_PROGRAM_ATTEMPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_PROGRAM_ATTEMPTS, object_name:IGSFV_STUDENT_PROGRAM_ATTEMPTS, status:VALID,
-
TABLE: IGS.IGS_EN_STDNT_PS_ATT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT_ALL, object_name:IGS_EN_STDNT_PS_ATT_ALL, status:VALID,
-
APPS.IGS_PR_UPLOAD_EXT_RESULTS SQL Statements
12.1.1
-
VIEW: APPS.IGS_EN_STDNT_PS_ATT_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT_SV, object_name:IGS_EN_STDNT_PS_ATT_SV, status:VALID,
-
APPS.IGS_EN_GEN_012 SQL Statements
12.1.1
-
VIEW: APPS.IGS_EN_STDNT_PS_ATT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT, object_name:IGS_EN_STDNT_PS_ATT, status:VALID,
-
APPS.IGS_EN_STDNT_PS_ATT_PKG SQL Statements
12.1.1
-
APPS.IGS_EN_GEN_012 dependencies on IGS_EN_STDNT_PS_ATT_PKG
12.1.1
-
APPS.IGS_PR_UPLOAD_EXT_RESULTS dependencies on IGS_EN_STDNT_PS_ATT_PKG
12.1.1
-
APPS.IGS_PR_GEN_006 dependencies on IGS_EN_STDNT_PS_ATT_PKG
12.1.1
-
APPS.IGS_PR_GEN_004 dependencies on IGS_EN_STDNT_PS_ATT_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_GEN_012
12.1.1
-
APPS.IGS_EN_GEN_011 dependencies on IGS_EN_STDNT_PS_ATT_PKG
12.1.1
-
APPS.IGS_EN_CAREER_MODEL dependencies on IGS_EN_STDNT_PS_ATT_PKG
12.1.1
-
APPS.IGS_EN_CAREER_MODEL dependencies on STANDARD
12.1.1
-
APPS.IGS_EN_GEN_010 dependencies on IGS_EN_STDNT_PS_ATT_PKG
12.1.1
-
APPS.IGS_EN_CAREER_MODEL dependencies on IGS_EN_CAREER_MODEL
12.1.1
-
APPS.IGS_PR_UPLOAD_EXT_RESULTS dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
APPS.IGS_EN_GEN_011 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_CAREER_MODEL
12.1.1
-
APPS.IGS_PR_GEN_004 dependencies on IGS_EN_VAL_SUA
12.1.1
-
APPS.IGS_PR_GEN_006 dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
PACKAGE BODY: APPS.IGS_PR_UPLOAD_EXT_RESULTS
12.1.1
-
APPS.IGS_EN_GEN_012 dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG SQL Statements
12.1.1
-
APPS.IGS_PR_GEN_006 SQL Statements
12.1.1
-
APPS.IGS_EN_GEN_011 dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
APPS.IGS_EN_GEN_012 dependencies on IGS_PE_PERSON
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_SPA_LGCY_PUB
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_STDNT_PS_ATT_PKG
12.1.1
-
APPS.IGS_EN_GEN_011 dependencies on IGS_EN_VAL_SCA
12.1.1
-
APPS.IGS_PR_GEN_006 dependencies on IGS_PE_PERS_ENCUMB_PKG
12.1.1
-
APPS.IGS_EN_GEN_010 dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
APPS.IGS_EN_CAREER_MODEL dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
APPS.IGS_PR_GEN_004 dependencies on IGS_EN_STDNT_PS_ATT
12.1.1