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


TABLE: IGS.IGS_AS_SU_SETATMPT_H_ALL

Object Details
Object Name: IGS_AS_SU_SETATMPT_H_ALL
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_AS_SU_SETATMPT_H_ALL
Subobject Name:
Status: VALID


IGS_AS_SU_SETATMPT_H_ALL describes history of changes applied to student's unit set attempt for a program.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AS_SU_SETATMPT_H_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
ColumnCOURSE_CD
ColumnUNIT_SET_CD
ColumnSEQUENCE_NUMBER
ColumnHIST_START_DT
Columns
Name Datatype Length Mandatory Comments
PERSON_ID NUMBER (15) Yes Describes the person ID attempting the unit set
COURSE_CD VARCHAR2 (6) Yes Describes the enrolled program under that unit set is being attempted
UNIT_SET_CD VARCHAR2 (10) Yes The unit set code which is being attempted. Unit sets comprise lists of units or rules which constitute a logical set of units. Unit sets are used to represent concepts such as majors, minors, strands, streams and lists.
SEQUENCE_NUMBER NUMBER (6) Yes Describes the internal sequence number
HIST_START_DT DATE
Yes The effective start date and time of the history record.
HIST_END_DT DATE
Yes The effective end date and time of the history record.
HIST_WHO NUMBER (15) Yes The Oracle username of the person who created the history record.
US_VERSION_NUMBER NUMBER (3)
Describes the unit set version number which is being attempted
SELECTION_DT DATE

Describes the date the student selected the unit set. There can be multiple attempts of a unit set by a student over time.
STUDENT_CONFIRMED_IND VARCHAR2 (1)
Indicates if or not the student has confirmed their attempt at the unit set
END_DT DATE

Describes the date on which the attempt was ended
PARENT_UNIT_SET_CD 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 which case it would have a completion date.
PARENT_SEQUENCE_NUMBER NUMBER (6)
Describes parent unit set attempt sequence number under the current attempt is being studied. For example, a minor may be studied within a major.
PRIMARY_SET_IND VARCHAR2 (1)
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 set as 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 set as a primary set.
VOLUNTARY_END_IND VARCHAR2 (1)
Describes if the ending from the unit set attempt was voluntary. If not, the student was removed due to a progression breach or other administrative reason.
AUTHORISED_PERSON_ID NUMBER (15)
The person ID of the person who authorized the unit set, for inclusion in the students record if authorization was required for selection of the unit set or authorised the removal of the unit set from the students record if the unit set was specified as part of an admissions offer.
AUTHORISED_ON DATE

The date on which the unit set was authorized.
OVERRIDE_TITLE VARCHAR2 (90)
The override title of the unit set.
RQRMNTS_COMPLETE_IND VARCHAR2 (1)
Describes if the requirements of the unit set have been completed by the student. This can be set by either the system or manually, as indicated by the source type.
RQRMNTS_COMPLETE_DT DATE

The date on which the unit set requirements were complete.
S_COMPLETED_SOURCE_TYPE VARCHAR2 (10)
Describes the source of the completion flag. It can be either system applied or manually applied.
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
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
ORG_ID NUMBER (15)
Operating unit identifier
CATALOG_CAL_TYPE VARCHAR2 (10)
Calendar Type for Catalog Year
CATALOG_SEQ_NUM NUMBER (6)
Sequence Number for Catalog Year
Query Text

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


SELECT PERSON_ID
,      COURSE_CD
,      UNIT_SET_CD
,      SEQUENCE_NUMBER
,      HIST_START_DT
,      HIST_END_DT
,      HIST_WHO
,      US_VERSION_NUMBER
,      SELECTION_DT
,      STUDENT_CONFIRMED_IND
,      END_DT
,      PARENT_UNIT_SET_CD
,      PARENT_SEQUENCE_NUMBER
,      PRIMARY_SET_IND
,      VOLUNTARY_END_IND
,      AUTHORISED_PERSON_ID
,      AUTHORISED_ON
,      OVERRIDE_TITLE
,      RQRMNTS_COMPLETE_IND
,      RQRMNTS_COMPLETE_DT
,      S_COMPLETED_SOURCE_TYPE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ORG_ID
,      CATALOG_CAL_TYPE
,      CATALOG_SEQ_NUM
FROM IGS.IGS_AS_SU_SETATMPT_H_ALL;

Dependencies

[top of page]

IGS.IGS_AS_SU_SETATMPT_H_ALL does not reference any database object

IGS.IGS_AS_SU_SETATMPT_H_ALL is referenced by following:

SchemaAPPS
SynonymIGS_AS_SU_SETATMPT_H_ALL