[Home] [Help]
[Dependency Information]
| Object Name: | IGS_GR_GRADUAND_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_GR_GRADUAND_V
|
| 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 |
|---|---|---|---|---|
| PERSON_ID | NUMBER | (15) | The person id of the graduand. | |
| PERSON_NUMBER | VARCHAR2 | (30) | ||
| CREATE_DT | DATE | This field describes the date this graduand record was created. This with the person id uniquely identifies a graduand. | ||
| NAME | VARCHAR2 | (302) | PERSON.SURNAME | |
| GRD_CAL_TYPE | VARCHAR2 | (10) | This field describes the graduation calendar type the ceremony round is for. | |
| GRD_CI_SEQUENCE_NUMBER | NUMBER | (6) | This field describes the calendar instance of the graduation calendar the ceremony round is for. | |
| CEREMONY_NUMBER | NUMBER | |||
| AWARD_CD | VARCHAR2 | (10) | The unique identifier for the award. | |
| AWARD_COURSE_CD | VARCHAR2 | (6) | Describes the course code for which the award is being specified. | |
| AWARD_CRS_VERSION_NUMBER | NUMBER | (3) | Describes the version number of the course for which the award is being specified. | |
| US_GROUP_NUMBER | NUMBER | Uniquely identifies a group of one or more unit sets being awarded at a course award ceremony. | ||
| ORDER_IN_PRESENTATION | NUMBER | |||
| HONOURS_LEVEL | VARCHAR2 | (3) | No Longer in use | |
| CONFERRAL_DT | DATE | This field describes the date the award is conferred. | ||
| GRADUAND_STATUS | VARCHAR2 | (10) | This field describes the current status of this graduand. | |
| GRADUAND_APPR_STATUS | VARCHAR2 | (10) | This field describes the status of the graduands approval to | |
| S_GRADUAND_TYPE | VARCHAR2 | (10) | This is the type of graduand. This has system defined types of UNKNOWN, ATTENDING, INABSENTIA, DEFERRED, SURRENDERD and RENOUNCED. This is determined by the graduands reponse and has a default value of UNKNOWN. | |
| PROXY_AWARD_IND | VARCHAR2 | (1) | GRADUAND.PROXY_AWARD_IND | |
| CREATED_BY | NUMBER | (15) | ||
| CREATION_DATE | DATE | |||
| LAST_UPDATED_BY | NUMBER | (15) | ||
| LAST_UPDATE_DATE | DATE | |||
| LAST_UPDATE_LOGIN | NUMBER | (15) | ||
| EXCLUDE_IND | CHAR | (1) | GRADUAND.PROXY_AWARD_IND |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_ID
, PERSON_NUMBER
, CREATE_DT
, NAME
, GRD_CAL_TYPE
, GRD_CI_SEQUENCE_NUMBER
, CEREMONY_NUMBER
, AWARD_CD
, AWARD_COURSE_CD
, AWARD_CRS_VERSION_NUMBER
, US_GROUP_NUMBER
, ORDER_IN_PRESENTATION
, HONOURS_LEVEL
, CONFERRAL_DT
, GRADUAND_STATUS
, GRADUAND_APPR_STATUS
, S_GRADUAND_TYPE
, PROXY_AWARD_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, EXCLUDE_IND
FROM APPS.IGS_GR_GRADUAND_V;
APPS
HZ_PARTIES
IGS_GR_AWD_CRMN
IGS_GR_GRADUAND
APPS
IGS_GR_VAL_GR
- show dependent code
IGS_GR_VAL_GR
- show dependent code
|
|
|
|