DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.IGSFV_STU_PRG_CNCTRN_ATTEMPT

Object Details
Object Name: IGSFV_STU_PRG_CNCTRN_ATTEMPT
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGSFV_STU_PRG_CNCTRN_ATTEMPT
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


Describes student's attempt at program unit set


[View Source]

Columns
Name Datatype Length Mandatory Comments
PERSON_IDENTIFIER NUMBER (15) Yes Describes the ID code that uniquely identifies a person
PROGRAM_CODE VARCHAR2 (6) Yes A code used to identify the course in which the student is enrolled. See also element 307 higher education student data collection documentation 1997, DETYA.
UNIT_SET_CODE VARCHAR2 (10) Yes The unit set code, which is being attempted. Unit sets comprise lists of units or rules that constitute a logical set of units. Unit sets are used to represent concepts such as majors, minors, strands, streams and lists.
US_VERSION_NUMBER NUMBER (3) Yes Describes the unit set version number which is being attempted
SEQUENCE_NUMBER NUMBER (6) Yes Describes the internal sequence number
SELECTION_DATE DATE

The date the student selected the unit set. There may be multiple attempts of a unit set by a student over time.
STUDENT_CONFIRMED_INDICATOR VARCHAR2 (1) Yes Indicates if or not the student has confirmed their attempt at the unit set
_LA:STUDENT_CONF_IND_DESC CHAR (63)
Description for Student Confirmed indicator.
END_DATE DATE

The date on which the student unit set attempt was ended.
PARENT_UNIT_SET_CODE VARCHAR2 (10)
The parent unit set code. If required it indicates that the unit set in context is a subordinate to another unit set. The parent unit set may be a major that is superior to the unit set in context, which may be a minor. The parent unit set must be included as part of the student unit set attempt. It may have an open-end date, so it is being completed at the same time as the child unit set or it may already have been completed in such a case it would have a completion date.
PARENT_SEQUENCE_NUMBER NUMBER (6)
The parent unit set attempt sequence number under which the current attempt is being studied. For example, a minor may be studied within a major.
PRIMARY_SET_INDICATOR VARCHAR2 (1) Yes If the primary set indicator is set checked it indicates that the unit set is the primary set. Primary unit sets display on official notification. A unit set cannot be a primary set if it is of a lower rank than another unit set that exists in the student unit set attempt. Administrative unit sets cannot be primary sets.
_LA:PRIMARY_SET_IND_DESC CHAR (57)
Description for primary set indicator.
VOLUNTARY_END_INDICATOR VARCHAR2 (1) Yes Indicates if the ending of the unit set attempt was voluntary. If not, the student was removed due to a progression breach or other administrative reason.
_LA:VOLUNTARY_END_IND_DESC CHAR (59)
Description for voluntary end indicator.
AUTHORISED_ON DATE

The date on which the unit set was authorised.
AUTHORISED_PERSON_ID NUMBER (15)
The person ID of the staff member who authorized the unit set, for inclusion in the students record if authorization was required for selection of the unit set or authorized the removal other unit set from the students record if the unit set was specified as part of an admissions offer.
AUTHORISED_PERSON_NUMBER VARCHAR2 (30)
The person number of the staff member who authorized the unit set, for inclusion in the students record if authorization was required for selection of the unit set or authorized the removal other unit set from the students record if the unit set was specified as part of an admissions offer.
OVERRIDE_TITLE VARCHAR2 (90)
The override title of the unit set.
RQRMNTS_COMP_INDICATOR VARCHAR2 (1) Yes Indicates if the student has completed the requirements of the unit set. This can be set by either the system or manually, as indicated by the source type.
_LA:RQRMNTS_COMPL_IND_DESC CHAR (62)
Description for completed requirement indicator.
RQRMNTS_COMPLETE_DATE DATE

The date on which the unit set requirements was complete.
S_COMPLETED_SOURCE_TYPE VARCHAR2 (10)
The source of the completion flag. It can be either system applied or manually applied.
CATALOG_CAL_TYPE VARCHAR2 (10)
Calendar Type for Catalog Year
CATALOG_SEQ_NUMBER NUMBER (6)
Sequence Number for Catalog Year
PERSON_NUMBER VARCHAR2 (30) Yes Person Unique Identifier.
PROGRAM_TITLE VARCHAR2 (90) Yes Program Title.
UNIT_SET_TITLE VARCHAR2 (90) Yes Title of unit set code, which is being attempted.
PARENT_UNIT_SET_TITLE VARCHAR2 (90)
Title of t he parent unit set code.
CATALOG_CAL_DESCRIPTION VARCHAR2 (30)
Description of Calendar Type for Catalog Year
_DF CHAR (36)
CREATED_BY NUMBER (15) Yes Standard WHO Column
CREATION_DATE DATE
Yes Standard WHO Column
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO Column
LAST_UPDATE_DATE DATE
Yes Standard WHO Column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PERSON_IDENTIFIER
,      PROGRAM_CODE
,      UNIT_SET_CODE
,      US_VERSION_NUMBER
,      SEQUENCE_NUMBER
,      SELECTION_DATE
,      STUDENT_CONFIRMED_INDICATOR
,      _LA:STUDENT_CONF_IND_DESC
,      END_DATE
,      PARENT_UNIT_SET_CODE
,      PARENT_SEQUENCE_NUMBER
,      PRIMARY_SET_INDICATOR
,      _LA:PRIMARY_SET_IND_DESC
,      VOLUNTARY_END_INDICATOR
,      _LA:VOLUNTARY_END_IND_DESC
,      AUTHORISED_ON
,      AUTHORISED_PERSON_ID
,      AUTHORISED_PERSON_NUMBER
,      OVERRIDE_TITLE
,      RQRMNTS_COMP_INDICATOR
,      _LA:RQRMNTS_COMPL_IND_DESC
,      RQRMNTS_COMPLETE_DATE
,      S_COMPLETED_SOURCE_TYPE
,      CATALOG_CAL_TYPE
,      CATALOG_SEQ_NUMBER
,      PERSON_NUMBER
,      PROGRAM_TITLE
,      UNIT_SET_TITLE
,      PARENT_UNIT_SET_TITLE
,      CATALOG_CAL_DESCRIPTION
,      _DF
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSFV_STU_PRG_CNCTRN_ATTEMPT;

Dependencies

[top of page]

APPS.IGSFV_STU_PRG_CNCTRN_ATTEMPT references the following:

SchemaAPPS
SynonymHZ_PARTIES
SynonymIGS_AS_SU_SETATMPT
SynonymIGS_CA_INST_ALL
SynonymIGS_EN_STDNT_PS_ATT_ALL
SynonymIGS_EN_UNIT_SET_ALL
SynonymIGS_PS_VER_ALL

APPS.IGSFV_STU_PRG_CNCTRN_ATTEMPT is not referenced by any database object