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


TABLE: IGS.IGS_DA_OUT_STDT_DEG

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


IGS_DA_OUT_STDNT_DEG stores outgoing degree information for students selected in the request.
--Obsolete


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_DA_OUT_STDT_DEG_U1 NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnBATCH_ID
ColumnPERSON_ID
ColumnDEGREE_SEQ_NUM
Columns
Name Datatype Length Mandatory Comments
BATCH_ID NUMBER
Yes Unique ID for a request
PERSON_ID NUMBER (15) Yes Unique identifier for a person
DEGREE_SEQ_NUM NUMBER
Yes Sequence generated value derived from student degree table
PRIOR_ATTMPT_DEGREE VARCHAR2 (10)
Degree program(s) which the student is either currently enrolled in or was previously enrolled in.
PRIOR_DEGREE_EARNED VARCHAR2 (10)
Degree program(s) which the student successfully completed.
PRIOR_DEGREE_INST VARCHAR2 (30)
Institution code where the prior degree was awarded.
PRIOR_DEGREE_INST_NAME VARCHAR2 (90)
Name of the institution where the prior degree was issued.
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT BATCH_ID
,      PERSON_ID
,      DEGREE_SEQ_NUM
,      PRIOR_ATTMPT_DEGREE
,      PRIOR_DEGREE_EARNED
,      PRIOR_DEGREE_INST
,      PRIOR_DEGREE_INST_NAME
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM IGS.IGS_DA_OUT_STDT_DEG;

Dependencies

[top of page]

IGS.IGS_DA_OUT_STDT_DEG does not reference any database object

IGS.IGS_DA_OUT_STDT_DEG is referenced by following:

SchemaAPPS
SynonymIGS_DA_OUT_STDT_DEG