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


TABLE: IGS.IGS_EN_SPAA_HIST

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


Stores student program attempt award history


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_EN_SPAA_HIST_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
ColumnCOURSE_CD
ColumnAWARD_CD
ColumnCREATION_DATE
IGS_EN_SPAA_HIST_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnGRADING_SCHEMA_CD
ColumnGS_VERSION_NUMBER
ColumnAWARD_GRADE
Columns
Name Datatype Length Mandatory Comments
PERSON_ID NUMBER (15) Yes Person Identifier.
COURSE_CD VARCHAR2 (6) Yes A code used to identify the course in which the student is enrolled.
AWARD_CD VARCHAR2 (10) Yes Unique identifier for the award.
START_DATE DATE
Yes Start date for the Student Program Attempt Award.
END_DATE DATE

End date for the Student Program Attempt Award.
COMPLETE_FLAG VARCHAR2 (1) Yes Indicates that the award for the Student Program Attempt is completed or not.
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.
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
,      COURSE_CD
,      AWARD_CD
,      START_DATE
,      END_DATE
,      COMPLETE_FLAG
,      CONFERRAL_DATE
,      AWARD_MARK
,      AWARD_GRADE
,      GRADING_SCHEMA_CD
,      GS_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_EN_SPAA_HIST;

Dependencies

[top of page]

IGS.IGS_EN_SPAA_HIST does not reference any database object

IGS.IGS_EN_SPAA_HIST is referenced by following:

SchemaAPPS
SynonymIGS_EN_SPAA_HIST