[Home] [Help]
[Dependency Information]
| Object Name: | IGSBV_ALTERNATV_PRG_EXITS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSBV_ALTERNATV_PRG_EXITS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This is the base view which describes the possible alternative exit points from a program. This consists of another program, often of a lower level (where an early exit is granted).
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROGRAM_CODE | VARCHAR2 | (6) | Yes | The unique identifier for the program of study. |
| VERSION_NUMBER | NUMBER | (3) | Yes | The unique identifier for the version of the program. |
| EXIT_PROGRAM_CODE | VARCHAR2 | (6) | Yes | The unique code of the program, which is an approved alternative exit. |
| EXIT_VERSION_SET | VARCHAR2 | (30) | The valid version numbers of the alternative exit program. This information will be used by the progression subsystem. | |
| PROGRAM_CODE_TITLE | VARCHAR2 | (90) | Yes | The title or the full name of the program. |
| EXIT_PROGRAM_CODE_TITLE | VARCHAR2 | (90) | Yes | The title or the full name of the alternative exit program. |
| 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. |
Cut, paste (and edit) the following text to query this object:
SELECT PROGRAM_CODE
, VERSION_NUMBER
, EXIT_PROGRAM_CODE
, EXIT_VERSION_SET
, PROGRAM_CODE_TITLE
, EXIT_PROGRAM_CODE_TITLE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_ALTERNATV_PRG_EXITS;
APPS
IGS_PE_ALTERNATV_EXT
IGS_PS_COURSE
IGS_PS_VER_ALL
APPS.IGSBV_ALTERNATV_PRG_EXITS is not referenced by any database object
|
|
|
|