Search Results primary_program_type
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.
-
APPS.IGS_EN_GET_SCAEH_DTL SQL Statements
12.1.1
-
VIEW: APPS.IGS_EN_STDNT_PS_ATT_SV
12.1.1
-
View: IGS_AS_SCAH_EFFECTIVE_H_V
12.2.2
product: IGS - Student System (Obsolete) , description: Used to create effective student program attempt history records in recognition of back dating commencement and discontinuation dates. , implementation_dba_data: Not implemented in this database ,
-
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_AS_SCAH_EFFECTIVE_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SCAH_EFFECTIVE_H_V, object_name:IGS_AS_SCAH_EFFECTIVE_H_V, status:VALID, product: IGS - Student System , description: Used to create effective student program attempt history records in recognition of back dating commencement and discontinuation dates. , implementation_dba_data: APPS.IGS_AS_SCAH_EFFECTIVE_H_V ,
-
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
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: 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: APPS.IGS_AS_SCAH_EFFECTIVE_H_V
12.1.1
-
View: IGS_AS_SCA_H_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to merge student course attempt history with the current student course attempt details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time peri , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_EN_STDNT_PS_ATT
12.1.1
-
VIEW: APPS.IGS_PR_ACAD_PROGRAM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ACAD_PROGRAM_V, object_name:IGS_PR_ACAD_PROGRAM_V, status:VALID,
-
VIEW: APPS.IGS_AS_SCA_H_V
12.1.1
-
View: IGS_AS_SCA_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SCA_H_V, object_name:IGS_AS_SCA_H_V, status:VALID, product: IGS - Student System , description: This view is used to merge student course attempt history with the current student course attempt details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time peri , implementation_dba_data: APPS.IGS_AS_SCA_H_V ,
-
VIEW: APPS.IGS_AS_SCAH_EFFECTIVE_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SCAH_EFFECTIVE_H_V, object_name:IGS_AS_SCAH_EFFECTIVE_H_V, status:VALID,
-
VIEW: APPS.IGS_AS_SC_ATTEMPT_H
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SC_ATTEMPT_H, object_name:IGS_AS_SC_ATTEMPT_H, status:VALID,
-
VIEW: APPS.IGS_EN_SS_SCHEDULE_DISP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SS_SCHEDULE_DISP_V, object_name:IGS_EN_SS_SCHEDULE_DISP_V, status:VALID,
-
View: IGS_FI_STDNT_PS_ATT_CAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_STDNT_PS_ATT_CAT_V, object_name:IGS_FI_STDNT_PS_ATT_CAT_V, status:VALID, product: IGS - Student System , description: No longer used , implementation_dba_data: APPS.IGS_FI_STDNT_PS_ATT_CAT_V ,
-
View: IGS_FI_STDNT_PS_ATT_CAT_V
12.2.2
product: IGS - Student System (Obsolete) , description: No longer used , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
APPS.IGS_PT_GEN_PKG SQL Statements
12.1.1
-
View: IGS_AS_SC_ATTEMPT_H
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SC_ATTEMPT_H, object_name:IGS_AS_SC_ATTEMPT_H, status:VALID, product: IGS - Student System , description: This view is multi org view , implementation_dba_data: APPS.IGS_AS_SC_ATTEMPT_H ,
-
View: IGS_PR_ACAD_PROGRAM_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the details Student Program Attempts, containing statistics information including GPA and Credit Point figures. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PR_ACAD_PROGRAM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ACAD_PROGRAM_V, object_name:IGS_PR_ACAD_PROGRAM_V, status:VALID, product: IGS - Student System , description: This view contains the details Student Program Attempts, containing statistics information including GPA and Credit Point figures. , implementation_dba_data: APPS.IGS_PR_ACAD_PROGRAM_V ,
-
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: IGS_EN_SS_SCHEDULE_DISP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SS_SCHEDULE_DISP_V, object_name:IGS_EN_SS_SCHEDULE_DISP_V, status:VALID, product: IGS - Student System , description: This view shows all the program attempts with additional details like applicable min/max cp, year of program unit set etc. used to display in schedule page. , implementation_dba_data: APPS.IGS_EN_SS_SCHEDULE_DISP_V ,
-
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 ,
-
View: IGS_AS_SC_ATTEMPT_H
12.2.2
product: IGS - Student System (Obsolete) , description: This view is multi org view , implementation_dba_data: Not implemented in this database ,
-
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: IGS_EN_SS_SCHEDULE_DISP_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view shows all the program attempts with additional details like applicable min/max cp, year of program unit set etc. used to display in schedule page. , 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_FI_CNG_FCAT_LBL_SCA_PR_V
12.2.2
product: IGS - Student System (Obsolete) , description: No longer used , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_CNG_FCAT_LBL_SCA_PR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CNG_FCAT_LBL_SCA_PR_V, object_name:IGS_FI_CNG_FCAT_LBL_SCA_PR_V, status:VALID, product: IGS - Student System , description: No longer used , implementation_dba_data: APPS.IGS_FI_CNG_FCAT_LBL_SCA_PR_V ,
-
View: IGS_FI_F_CAT_FEE_LBL_SCA_PRR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_CAT_FEE_LBL_SCA_PRR_V, object_name:IGS_FI_F_CAT_FEE_LBL_SCA_PRR_V, status:VALID, product: IGS - Student System , description: This entity describes the fee types applicable to a fee category period (fee category calendar instance) for even the prior fee calendars. , implementation_dba_data: APPS.IGS_FI_F_CAT_FEE_LBL_SCA_PRR_V ,
-
APPS.IGS_EN_SPA_LGCY_PUB SQL Statements
12.1.1
-
View: IGS_FI_F_CAT_FEE_LBL_SCA_PRR_V
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the fee types applicable to a fee category period (fee category calendar instance) for even the prior fee calendars. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_FI_F_CAT_FEE_LBL_SCA_PRR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_CAT_FEE_LBL_SCA_PRR_V, object_name:IGS_FI_F_CAT_FEE_LBL_SCA_PRR_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GET_SCAEH_DTL
12.1.1
-
APPS.IGS_AS_SC_ATTEMPT_H_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_FI_CNG_FCAT_LBL_SCA_PR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CNG_FCAT_LBL_SCA_PR_V, object_name:IGS_FI_CNG_FCAT_LBL_SCA_PR_V, status:VALID,
-
APPS.IGS_EN_GEN_004 SQL Statements
12.1.1
-
PACKAGE: APPS.IGS_EN_SPA_LGCY_PUB
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,
-
APPS.IGS_EN_CAREER_MODEL SQL Statements
12.1.1
-
APPS.IGS_EN_GEN_LEGACY SQL Statements
12.1.1
-
TABLE: IGS.IGS_EN_LGCY_SPA_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_LGCY_SPA_INT, object_name:IGS_EN_LGCY_SPA_INT, 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,
-
VIEW: APPS.IGS_AS_SCA_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SCA_H_V, object_name:IGS_AS_SCA_H_V, status:VALID,