[Home] [Help]
[Dependency Information]
| Object Name: | IGS_EN_SPA_AWD_AIM |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_EN_SPA_AWD_AIM
|
| Subobject Name: | |
| Status: | VALID |
This table stores the information about maintenance
of a student's targeted awards for each student program attempt,
including start/end dates and completion flag.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_EN_SPA_AWD_AIM_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
AWARD_CD
COURSE_CD
PERSON_ID
|
| IGS_EN_SPA_AWD_AIM_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
GRADING_SCHEMA_CD
GS_VERSION_NUMBER
|
| IGS_EN_SPA_AWD_AIM_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PERSON_ID
COURSE_CD
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_ID | NUMBER | (15) | Yes | Person Identifier and foreign key to HZ_PARTIES. This is a sequence generated value. |
| COURSE_CD | 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. |
| AWARD_CD | VARCHAR2 | (10) | Yes | Unique identifier for the award. |
| START_DT | DATE | Yes | Start date for the Student Program Attempt Award aim. | |
| END_DT | DATE | End date for the Student Program Attempt Award aim. | ||
| COMPLETE_IND | VARCHAR2 | (1) | Yes | Indicates that the award for the Student Program attempt is completed or not. |
| 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 | |
| HONOURS_LEVEL | VARCHAR2 | (3) | Indicates the honors level associated with the award. -OBSOLETE | |
| CONFERRAL_DATE | DATE | Indicates the date on which the award was conferred to the student. | ||
| AWARD_MARK | NUMBER | (6) | Award Mark for the student. | |
| AWARD_GRADE | VARCHAR2 | (5) | Award Grade for the student. | |
| GRADING_SCHEMA_CD | VARCHAR2 | (10) | A code for identifying grading schema. | |
| GS_VERSION_NUMBER | NUMBER | (3) | Version number of the grading schema. |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_ID
, COURSE_CD
, AWARD_CD
, START_DT
, END_DT
, COMPLETE_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, HONOURS_LEVEL
, CONFERRAL_DATE
, AWARD_MARK
, AWARD_GRADE
, GRADING_SCHEMA_CD
, GS_VERSION_NUMBER
FROM IGS.IGS_EN_SPA_AWD_AIM;
IGS.IGS_EN_SPA_AWD_AIM does not reference any database object
IGS.IGS_EN_SPA_AWD_AIM is referenced by following:
APPS
IGS_EN_SPA_AWD_AIM
|
|
|
|