[Home] [Help]
[Dependency Information]
| Object Name: | IGS_GR_SPECIAL_AWARD_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_GR_SPECIAL_AWARD_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGS_GR_SPECIAL_AWARD_ALL describes special awards that may be awarded to a graduand.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_GR_SPECIAL_AWARD_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PERSON_ID
COURSE_CD
AWARD_CD
AWARD_DT
|
| IGS_GR_SPECIAL_AWARD_ALL_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
AWARD_CD
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_ID | NUMBER | (15) | Yes | The person ID of the graduand |
| COURSE_CD | VARCHAR2 | (6) | Yes | Describes the program code for the student program attempt the graduand is receiving the special award for |
| AWARD_CD | VARCHAR2 | (10) | Yes | The award code for the special award to be presented to the student or graduand. Special awards are either prizes or medals and can or can not be announced at a graduation ceremony. |
| AWARD_DT | DATE | Yes | The date the special award was presented | |
| CEREMONY_ANNOUNCED_IND | VARCHAR2 | (1) | Yes | Indicates and specifies if or not the special award is to be announced at a graduation ceremony. When the checkbox is selected ,the special award is to be announced at a ceremony. It is expected that details of such awards will be included in ceremony related reports, such as the order of presentation and dean's list. |
| COMMENTS | VARCHAR2 | (2000) | A text field for enterng any additional details about the special award. | |
| 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 | |
| ORG_ID | NUMBER | (15) | Operating unit identifier |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_ID
, COURSE_CD
, AWARD_CD
, AWARD_DT
, CEREMONY_ANNOUNCED_IND
, COMMENTS
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ORG_ID
FROM IGS.IGS_GR_SPECIAL_AWARD_ALL;
IGS.IGS_GR_SPECIAL_AWARD_ALL does not reference any database object
IGS.IGS_GR_SPECIAL_AWARD_ALL is referenced by following:
APPS
IGS_GR_SPECIAL_AWARD_ALL
|
|
|
|