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


VIEW: APPS.IGSFV_ALTERNATV_PRG_EXITS

Object Details
Object Name: IGSFV_ALTERNATV_PRG_EXITS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGSFV_ALTERNATV_PRG_EXITS
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This is the full 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).


[View Source]

Columns
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.
Query Text

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.IGSFV_ALTERNATV_PRG_EXITS;

Dependencies

[top of page]

APPS.IGSFV_ALTERNATV_PRG_EXITS references the following:

SchemaAPPS
SynonymIGS_PE_ALTERNATV_EXT
SynonymIGS_PS_COURSE
SynonymIGS_PS_VER_ALL

APPS.IGSFV_ALTERNATV_PRG_EXITS is not referenced by any database object