[Home] [Help]
[Dependency Information]
Object Name: | IGS_AS_SUSAH_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PERSON_ID | NUMBER | (15) | This field describes the person ID attempting the unit set. | |
COURSE_CD | VARCHAR2 | (6) | This field describes the enrolled course under which the unit set is being attempted. | |
UNIT_SET_CD | VARCHAR2 | (10) | 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) | This field describes the internal sequence number. | |
HIST_START_DT | DATE | The effective start date/time of the history record. | ||
HIST_END_DT | DATE | The effective end date/time of the history record. | ||
HIST_WHO | NUMBER | (15) | The Oracle username of the person who created the history record. | |
US_VERSION_NUMBER | NUMBER | This field describes the unit set version number which is being attempted. | ||
SELECTION_DT | DATE | This field describes the date the student selected the unit set. There may be multiple attempts of a unit set by a student over time. | ||
STUDENT_CONFIRMED_IND | VARCHAR2 | (1) | This field indicates whether or not the student has confirmed their attempt at the unit set. | |
END_DT | DATE | This field 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 | This field describes parent unit set attempt sequence number under which the current attempt is being studied. eg. 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) | This field describes whether 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 | The person ID of the person who authorised the unit set, for inclusion in the students record -if authorisation 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 authorised. | ||
OVERRIDE_TITLE | VARCHAR2 | (90) | The override title of the unit set. | |
RQRMNTS_COMPLETE_IND | VARCHAR2 | (1) | This field describes whether the requirements of the unit set have been completed by the student. This may 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) | STUDENT_UNIT_SET_ATTEMPT.S_COMPLETED_SOURCE_TYPE | |
CATALOG_CAL_TYPE | VARCHAR2 | (10) | Calendar type for the catalogue. | |
CATALOG_SEQ_NUM | NUMBER | Sequence number of the program attempt catalogue. | ||
CREATED_BY | NUMBER | (15) | ||
CREATION_DATE | DATE | |||
LAST_UPDATED_BY | NUMBER | (15) | ||
LAST_UPDATE_DATE | DATE | |||
LAST_UPDATE_LOGIN | NUMBER | (15) |
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
, CATALOG_CAL_TYPE
, CATALOG_SEQ_NUM
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_AS_SUSAH_V;
APPS.IGS_AS_SUSAH_V is not referenced by any database object
|
|
|