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


TABLE: IGS.IGS_PE_ALTERNATV_EXT

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


IGS_PE_ALTERNATV_EXT describes the possible alternative exit points from a program. This consists of another program, often of a lower level if an early exit is granted.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PE_ALTERNATV_EXT_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOURSE_CD
ColumnVERSION_NUMBER
ColumnEXIT_COURSE_CD
IGS_PE_ALTERNATV_EXT_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXIT_COURSE_CD
Columns
Name Datatype Length Mandatory Comments
COURSE_CD VARCHAR2 (6) Yes Unique identifier for the program of study
VERSION_NUMBER NUMBER (3) Yes Unique identifier for the version of the program
EXIT_COURSE_CD VARCHAR2 (6) Yes The unique code of the program that is an approved alternative exit.
EXIT_VERSION_SET VARCHAR2 (30)
The valid version numbers of the alternative exit program. This information is used by the progression subsystem.
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 COURSE_CD
,      VERSION_NUMBER
,      EXIT_COURSE_CD
,      EXIT_VERSION_SET
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_PE_ALTERNATV_EXT;

Dependencies

[top of page]

IGS.IGS_PE_ALTERNATV_EXT does not reference any database object

IGS.IGS_PE_ALTERNATV_EXT is referenced by following:

SchemaAPPS
SynonymIGS_PE_ALTERNATV_EXT