[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AD_TER_ED_UNI_AT |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AD_TER_ED_UNI_AT_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PERSON_ID
TE_SEQUENCE_NUMBER
UNIT_CD
SEQUENCE_NUMBER
|
| IGS_AD_TER_ED_UNI_AT_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
DISCIPLINE_GROUP_CD
|
| IGS_AD_TER_ED_UNI_AT_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
RESULT_TYPE
|
| 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 |
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;
IGS.IGS_AD_TER_ED_UNI_AT does not reference any database object
IGS.IGS_AD_TER_ED_UNI_AT is referenced by following:
APPS
IGS_AD_TER_ED_UNI_AT
|
|
|
|