[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PE_ALTERNATV_EXT |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PE_ALTERNATV_EXT_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COURSE_CD
VERSION_NUMBER
EXIT_COURSE_CD
|
| IGS_PE_ALTERNATV_EXT_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
EXIT_COURSE_CD
|
| 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 |
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;
IGS.IGS_PE_ALTERNATV_EXT does not reference any database object
IGS.IGS_PE_ALTERNATV_EXT is referenced by following:
APPS
IGS_PE_ALTERNATV_EXT
|
|
|
|