[Home] [Help]
[Dependency Information]
Object Name: | IGS_EN_SPA_AWD_AIM_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | Rowid | |
PERSON_ID | NUMBER | (15) | Yes | Person Identifier and foreign key to HZ_PARTIES. This is a sequence generated value. |
COURSE_CD | VARCHAR2 | (6) | Yes | A code used to identify the course in which the student is enrolled.See also Element 307 Higher Education Student Data Collection Documentation 1997, DETYA. |
AWARD_CD | VARCHAR2 | (10) | Yes | Unique identifier for the award. |
DESCRIPTION | VARCHAR2 | (90) | Yes | Description for Award Code. |
START_DT | DATE | Yes | Start date for the Student Program Attempt Award aim. | |
END_DT | DATE | End date for the Student Program Attempt Award aim. | ||
COMPLETE_IND | VARCHAR2 | (1) | Yes | Indicates that the award for the Student Program attempt is completed or not. |
CONFERRAL_DATE | DATE | Conferral date | ||
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 | |
AWARD_MARK | NUMBER | (6) | Award Mark for the student. | |
AWARD_GRADE | VARCHAR2 | (5) | Award Grade for the student. | |
GRADING_SCHEMA_CD | VARCHAR2 | (10) | A code for identifying grading schema. | |
GS_VERSION_NUMBER | NUMBER | (3) | Version number of the grading schema. |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, PERSON_ID
, COURSE_CD
, AWARD_CD
, DESCRIPTION
, START_DT
, END_DT
, COMPLETE_IND
, CONFERRAL_DATE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, AWARD_MARK
, AWARD_GRADE
, GRADING_SCHEMA_CD
, GS_VERSION_NUMBER
FROM APPS.IGS_EN_SPA_AWD_AIM_V;
|
|
|