[Home] [Help]
[Dependency Information]
| Object Name: | IGSBV_STUDENT_PRG_AWARD_AIMS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSBV_STUDENT_PRG_AWARD_AIMS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This view provides the information about the targeted awards for each student program attempt.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_IDENTIFIER | NUMBER | (15) | Yes | Person Identifier and foreign key to HZ_PARTIES. This is a sequence-generated value. |
| PERSON_NUMBER | VARCHAR2 | (30) | Yes | Describes the person number for a person id. |
| PERSON_NAME | VARCHAR2 | (360) | Yes | Full Name of the person. |
| PROGRAM_CODE | VARCHAR2 | (6) | Yes | A code used to identify the program in which the student is enrolled. |
| PROGRAM_TITLE | VARCHAR2 | (90) | Yes | Title of the program |
| AWARD_CODE | VARCHAR2 | (10) | Yes | Unique identifier for the award. |
| AWARD_TITLE | VARCHAR2 | (90) | Yes | Name of an award offered by the institution. |
| START_DATE | DATE | Yes | Start date for the Student Program Attempt Award aim. | |
| END_DATE | DATE | End date for the Student Program Attempt Award aim. | ||
| COMPLETE_FLAG | VARCHAR2 | (1) | Yes | Indicates that the award for the Student Program attempt is completed or not. |
| _LA:COMPLETE_FLAG_DESC | CHAR | (49) | Complete Flag Description | |
| CONFERRAL_DATE | DATE | Indicates the date on which the award was conferred to the student. | ||
| AWARD_MARK | NUMBER | (6) | Award Mark for the student. | |
| AWARD_GRADE | VARCHAR2 | (5) | Award Grade for the student. | |
| GRADING_SCHEMA_CODE | VARCHAR2 | (10) | A code for identifying grading schema. | |
| GRADING_SCH_VERSION_NUMBER | NUMBER | (3) | Version number of the grading schema. | |
| 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 PERSON_IDENTIFIER
, PERSON_NUMBER
, PERSON_NAME
, PROGRAM_CODE
, PROGRAM_TITLE
, AWARD_CODE
, AWARD_TITLE
, START_DATE
, END_DATE
, COMPLETE_FLAG
, _LA:COMPLETE_FLAG_DESC
, CONFERRAL_DATE
, AWARD_MARK
, AWARD_GRADE
, GRADING_SCHEMA_CODE
, GRADING_SCH_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_STUDENT_PRG_AWARD_AIMS;
APPS
HZ_PARTIES
IGS_EN_SPA_AWD_AIM
IGS_EN_STDNT_PS_ATT_ALL
IGS_PS_AWD
IGS_PS_VER_ALL
APPS.IGSBV_STUDENT_PRG_AWARD_AIMS is not referenced by any database object
|
|
|
|