[Home] [Help]
[Dependency Information]
Object Name: | IGS_EN_STDNT_COURSE_ATTEMPT_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Student program details from student program attempts and admission applications
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 |
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;
APPS.IGS_EN_STDNT_COURSE_ATTEMPT_V is not referenced by any database object
|
|
|