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


TABLE: IGS.IGS_PR_STDNT_PR_AWD

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


Stores the awards associated with the positive outcome of the rule for a student's program attempt


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PR_STDNT_PR_AWD_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
ColumnCOURSE_CD
ColumnSPO_SEQUENCE_NUMBER
ColumnAWARD_CD
Columns
Name Datatype Length Mandatory Comments
PERSON_ID NUMBER (15) Yes Person ID of the student
COURSE_CD VARCHAR2 (6) Yes Program code of the program attempted for which the student is awarded.
SPO_SEQUENCE_NUMBER NUMBER (6) Yes Progression rule outcome sequence number.
AWARD_CD VARCHAR2 (10) Yes Award Code
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
,      SPO_SEQUENCE_NUMBER
,      AWARD_CD
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_PR_STDNT_PR_AWD;

Dependencies

[top of page]

IGS.IGS_PR_STDNT_PR_AWD does not reference any database object

IGS.IGS_PR_STDNT_PR_AWD is referenced by following:

SchemaAPPS
SynonymIGS_PR_STDNT_PR_AWD