Search Results crs_attempt_status
Overview
The view APPS.IGS_EN_STDNT_PS_ATT_V is a student course attempt and attendance view within the Oracle E-Business Suite Student System (formerly Oracle Student System / OSS) module. It consolidates enrollment attendance records held in the base table IGS_EN_STDNT_PS_ATT and enriches them with person identifiers, lookup-driven flags, and fee category details. The view exposes the course attempt status of a student placement or attendance record through the COURSE_ATTEMPT_STATUS column, which is the principal attribute sought by the search term crs_attempt_status. Its role in EBS reporting and integration is to provide a single, denormalized source for querying student course attempts together with attendance mode/type, calendar type, location, and associated fee classification, without requiring report authors to reconstruct the join logic manually.
Underlying Base Objects
The view is defined over four referenced objects:
IGS_EN_STDNT_PS_ATT(aliasedIGS) — the primary student placement/attendance base table supplying the majority of columns.IGS_PE_PERSON_BASE_V(aliasedPEV) — a person base view joined onPERSON_IDto supplyPERSON_NUMBER.IGS_LOOKUPS_VIEW(aliasedLKUP) — the lookup join restricted toLOOKUP_TYPE = 'CRS_ATTEMPT_STATUS', which decodes the attempt status and returns theFEE_ASS_INDindicator.IGS_FI_FEE_CAT(aliasedFCAT) — the fee category table, outer-joined onFEE_CATto returnCURRENCY_CD.
The attempt status join is written as (IGS.COURSE_ATTEMPT_STATUS = LKUP.LOOKUP_CODE OR IGS.COURSE_ATTEMPT_STATUS IS NULL), so rows with a null status are still returned, matched against the lookup set for the CRS_ATTEMPT_STATUS lookup type. The FEE_CAT join is an outer join (FCAT.FEE_CAT(+)), meaning fee currency is populated only where a matching fee category exists.
Key Columns
ROW_ID— the ROWID of the base attendance row, useful for unambiguous row identification.PERSON_ID/PERSON_NUMBER— the internal person identifier and the externally meaningful person number.COURSE_CD,VERSION_NUMBER— the course code and version for the attempt.CAL_TYPE— the calendar type under which the attendance is recorded.LOCATION_CD,ATTENDANCE_MODE,ATTENDANCE_TYPE— delivery location and attendance classification.COURSE_ATTEMPT_STATUS— the attempt status code (thecrs_attempt_statussought by users), decodable against lookup typeCRS_ATTEMPT_STATUS.FEE_ASS_IND— the fee assessment indicator derived from the status lookup.FEE_CAT/CURRENCY_CD— the fee category and its associated currency.- Audit columns
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical uses include enrollment reporting, attempt-status monitoring, fee assessment analysis, and integration extracts. A representative query filtering on attempt status is:
SELECT person_number, course_cd, course_attempt_status FROM apps.igs_en_stdnt_ps_att_v WHERE course_attempt_status = 'ENROLLED';SELECT person_id, course_cd, fee_cat, currency_cd, fee_ass_ind FROM apps.igs_en_stdnt_ps_att_v WHERE fee_ass_ind = 'Y';SELECT course_attempt_status, COUNT(*) FROM apps.igs_en_stdnt_ps_att_v GROUP BY course_attempt_status;
Because the view resolves the lookup and person joins internally, it is well suited to ad-hoc SQL, BI Publisher data templates, and inbound/outbound integration where course attempt and attendance detail must be retrieved in a single pass.
-
Lookup Type: CRS_ATTEMPT_STATUS
12.2.2
product: IGS - Student System (Obsolete) , meaning: Course Attempt Status , description: Course Attempt Status ,
-
Lookup Type: CRS_ATTEMPT_STATUS
12.1.1
product: IGS - Student System , meaning: Course Attempt Status , description: Course Attempt Status ,
-
VIEW: APPS.IGS_EN_STDNT_PS_ATT_V
12.1.1
-
VIEW: APPS.IGS_EN_STDNT_PS_ATT_CRV_V
12.1.1
-
VIEW: APPS.IGS_EN_SCA_V
12.1.1
-
View: IGS_EN_STDNT_PS_ATT_V
12.2.2
product: IGS - Student System (Obsolete) , description: 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. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_STDNT_PS_ATT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT_V, object_name:IGS_EN_STDNT_PS_ATT_V, status:VALID, product: IGS - Student System , description: 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. , implementation_dba_data: APPS.IGS_EN_STDNT_PS_ATT_V ,
-
View: IGS_EN_STDNT_PS_ATT_CRV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT_CRV_V, object_name:IGS_EN_STDNT_PS_ATT_CRV_V, status:VALID, product: IGS - Student System , description: This view describes and maintains the student course version of a specific program structure. , implementation_dba_data: APPS.IGS_EN_STDNT_PS_ATT_CRV_V ,
-
View: IGS_EN_STDNT_PS_ATT_CRV_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view describes and maintains the student course version of a specific program structure. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_VAL_FAS SQL Statements
12.1.1
-
VIEW: APPS.IGS_FI_F_CAT_FEE_LBL_SCA_PRR_V
12.1.1
-
VIEW: APPS.IGS_FI_CNG_FCAT_LBL_SCA_PR_V
12.1.1
-
VIEW: APPS.IGS_FI_F_CAT_FEE_LBL_SCA_V
12.1.1
-
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_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 ,
-
View: IGS_FI_F_CAT_FEE_LBL_SCA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_CAT_FEE_LBL_SCA_V, object_name:IGS_FI_F_CAT_FEE_LBL_SCA_V, status:VALID, product: IGS - Student System , description: This entity describes the fee types applicable to a fee category period (fee category calendar instance). , implementation_dba_data: APPS.IGS_FI_F_CAT_FEE_LBL_SCA_V ,
-
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: IGS_FI_F_CAT_FEE_LBL_SCA_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). , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_GEN_005 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_GEN_013 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_VAL_FAS
12.1.1
-
PACKAGE BODY: APPS.IGS_LOOKUPS_VIEW_PKG
12.1.1
-
APPS.IGS_EN_GEN_013 dependencies on IGS_CA_INST
12.1.1
-
APPS.IGS_LOOKUPS_VIEW_PKG dependencies on IGS_PS_GRP_TYPE_PKG
12.1.1
-
APPS.IGS_EN_GEN_013 dependencies on IGS_LOOKUPS_VIEW
12.1.1
-
APPS.IGS_LOOKUPS_VIEW_PKG dependencies on IGS_EN_STDNT_PS_ATT_PKG
12.1.1
-
APPS.IGS_EN_STDNT_PS_ATT_PKG dependencies on IGS_LOOKUPS_VIEW_PKG
12.1.1
-
APPS.IGS_EN_GEN_012 dependencies on IGS_CA_INST
12.1.1
-
APPS.IGS_EN_GEN_012 dependencies on IGS_LOOKUPS_VIEW
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_EN_STDNT_PS_ATT_ALL
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PRC_FEE_ASS
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_FI_GEN_001
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_GEN_005
12.1.1
-
APPS.IGS_FI_GEN_005 dependencies on IGS_LOOKUPS_VIEW
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_GEN_013
12.1.1
-
APPS.IGS_EN_GEN_012 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_ELGBL_OVERRIDE
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_FI_GEN_GL
12.1.1
-
APPS.IGS_LOOKUPS_VIEW_PKG dependencies on IGS_LOOKUPS_VIEW
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on FND_FILE
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_GEN_012
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_STDNT_PS_ATT_PKG
12.1.1
-
APPS.IGS_EN_ELGBL_OVERRIDE dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_EN_ELGBL_OVERRIDE dependencies on FND_FILE
12.1.1