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


TABLE: IGS.IGS_PS_STDNT_APV_ALT

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


Entity to capture the exit details from a program.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PS_STDNT_APV_ALT_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
ColumnCOURSE_CD
ColumnEXIT_COURSE_CD
ColumnEXIT_VERSION_NUMBER
IGS_PS_STDNT_APV_ALT_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXIT_COURSE_CD
ColumnEXIT_VERSION_NUMBER
IGS_PS_STDNT_APV_ALT_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOURSE_CD
ColumnVERSION_NUMBER
ColumnEXIT_COURSE_CD
Columns
Name Datatype Length Mandatory Comments
PERSON_ID NUMBER (15) Yes Describes the ID code that uniquely identifies a person.
COURSE_CD VARCHAR2 (6) Yes Code used to identify the program in that the student is enrolled. See also Element 307 Higher Education Student Data Collection Documentation 1997, DETYA.
EXIT_COURSE_CD VARCHAR2 (6) Yes Unique code of the program that is approved.
EXIT_VERSION_NUMBER NUMBER (3) Yes Number signifying the version of the alternate exit program.
VERSION_NUMBER NUMBER (3) Yes Number signifying the version of the program in that the student enrolls.
RQRMNTS_COMPLETE_IND VARCHAR2 (1) Yes Indicates whether the requirements of the exit program have been completed by the student. This can be set by either the system or manually, as indicated by the source type.
RQRMNTS_COMPLETE_DT DATE

Date on that the exit program requirements were complete.
S_COMPLETED_SOURCE_TYPE VARCHAR2 (10)
Source of the completion flag. It can be either system applied or manually applied.
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
,      EXIT_COURSE_CD
,      EXIT_VERSION_NUMBER
,      VERSION_NUMBER
,      RQRMNTS_COMPLETE_IND
,      RQRMNTS_COMPLETE_DT
,      S_COMPLETED_SOURCE_TYPE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_PS_STDNT_APV_ALT;

Dependencies

[top of page]

IGS.IGS_PS_STDNT_APV_ALT does not reference any database object

IGS.IGS_PS_STDNT_APV_ALT is referenced by following:

SchemaAPPS
SynonymIGS_PS_STDNT_APV_ALT