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


VIEW: APPS.IGS_EN_STDNT_COURSE_ATTEMPT_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


Student program details from student program attempts and admission applications


[View Source]

Columns
Name Datatype Length Mandatory Comments
PERSON_ID NUMBER (15) Yes Person identifier and foreign key to HZ_PARTIES. This is a sequence generated value.
COURSE_CD VARCHAR2 (6) Yes Describes the program against that the advanced standing is approved or granted
VERSION_NUMBER NUMBER (3) Yes Describes the version number of the program against that the advanced standing is approved or granted
TITLE VARCHAR2 (90) Yes Displays the title of the program against which the advanced standing is approved or granted
COURSE_STATUS VARCHAR2 (30)
Displays the status of the student's program attempt, for example enrolled, intermit.
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
,      VERSION_NUMBER
,      TITLE
,      COURSE_STATUS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_EN_STDNT_COURSE_ATTEMPT_V;

Dependencies

[top of page]

APPS.IGS_EN_STDNT_COURSE_ATTEMPT_V references the following:

SchemaAPPS
ViewIGS_EN_STDNT_PS_ATT
ViewIGS_PS_VER

APPS.IGS_EN_STDNT_COURSE_ATTEMPT_V is not referenced by any database object