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


TABLE: IGS.IGS_AS_GAA_SUB_HIST

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


Used to capture the Grades and Attendance submission History of Unit sections .


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AS_GAA_SUB_HIST_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnUOO_ID
ColumnPERSON_ID
ColumnSUBMISSION_TYPE
ColumnSUBMITTED_DATE
ColumnGRADING_PERIOD_CD
Columns
Name Datatype Length Mandatory Comments
UOO_ID NUMBER (7) Yes Unit Offering Option Identifier of the Unit Section.
PERSON_ID NUMBER (15) Yes Person Identifier of the person who submitted the grades.
SUBMITTED_DATE DATE
Yes Grade submitted Date.
SUBMISSION_TYPE VARCHAR2 (15) Yes The submission Type can either be GRADE or ATTENDANCE.
GRADING_PERIOD_CD VARCHAR2 (30)
Grading Period Code.
SUBMISSION_STATUS VARCHAR2 (15) Yes Submission Status is set to COMPLETE if all students are graded or attendance entered . Else it is INCOMPLETE.
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 UOO_ID
,      PERSON_ID
,      SUBMITTED_DATE
,      SUBMISSION_TYPE
,      GRADING_PERIOD_CD
,      SUBMISSION_STATUS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_AS_GAA_SUB_HIST;

Dependencies

[top of page]

IGS.IGS_AS_GAA_SUB_HIST does not reference any database object

IGS.IGS_AS_GAA_SUB_HIST is referenced by following:

SchemaAPPS
SynonymIGS_AS_GAA_SUB_HIST