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


TABLE: IGS.IGS_AD_TER_ED_UNI_AT

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


IGS_AD_TER_ED_UNI_AT describes unit attempts for tertiary education identified
by an applicant in support of admission or advanced standing.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AD_TER_ED_UNI_AT_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
ColumnTE_SEQUENCE_NUMBER
ColumnUNIT_CD
ColumnSEQUENCE_NUMBER
IGS_AD_TER_ED_UNI_AT_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnDISCIPLINE_GROUP_CD
IGS_AD_TER_ED_UNI_AT_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRESULT_TYPE
Columns
Name Datatype Length Mandatory Comments
PERSON_ID NUMBER (15) Yes The ID code that uniquely identifies a person.
TE_SEQUENCE_NUMBER NUMBER (6) Yes Unique number used to identify tertiary education records for students.
UNIT_CD VARCHAR2 (10) Yes Describes the unit code of the unit studied as part of the prior tertiary education course.
SEQUENCE_NUMBER NUMBER (6) Yes This field describes an unique identifier for the tertiary education unit attempt.
ENROLLED_YR NUMBER (4) Yes The year of enrolment in the unit.
RESULT_TYPE VARCHAR2 (10) Yes Describes the result type for the unit. This can be selected from the system result types with the addition of 'UNKNOWN'.
TITLE VARCHAR2 (90)
Describes the title of the unit.
CREDIT_POINTS NUMBER (6)
The value of the unit within the course attempt, regardless of pass or fail. Credit Points is the standard descriptor for unit weighting.
GRADE VARCHAR2 (6)
The grade obtained for the unit, as recognized by the institution.
DISCIPLINE_GROUP_CD VARCHAR2 (4)
Describes the discipline group, to which a unit of study belongs, as classified by the institution.
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
Query Text

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


SELECT PERSON_ID
,      TE_SEQUENCE_NUMBER
,      UNIT_CD
,      SEQUENCE_NUMBER
,      ENROLLED_YR
,      RESULT_TYPE
,      TITLE
,      CREDIT_POINTS
,      GRADE
,      DISCIPLINE_GROUP_CD
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_TER_ED_UNI_AT;

Dependencies

[top of page]

IGS.IGS_AD_TER_ED_UNI_AT does not reference any database object

IGS.IGS_AD_TER_ED_UNI_AT is referenced by following:

SchemaAPPS
SynonymIGS_AD_TER_ED_UNI_AT