[Home] [Help]
[Dependency Information]
Object Name: | IGS_GR_APRV_STAT |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGS_GR_APRV_STAT describes the statuses of a graduand being approved to graduate.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_GR_APRV_STAT_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
GRADUAND_APPR_STATUS | VARCHAR2 | (10) | Yes | The institution-defined status used to indicate the progress of a graduand's approval to graduate. Each status is mapped to a system graduand approval status. For example, pending that is mapped to waiting and confirmed that is mapped to approved. |
DESCRIPTION | VARCHAR2 | (60) | Yes | Explains institution-defined graduand approval status |
S_GRADUAND_APPR_STATUS | VARCHAR2 | (10) | Yes | The system graduand approval status to which the institution-defined approval status is mapped. System statuses enable specific functionality in the graduation subsystem. |
CLOSED_IND | VARCHAR2 | (1) | Yes | Indicates and specifies if the graduand approval status is closed. Selecting the checkbox closes the status, making it unavailable for use in new or modified graduand records. |
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 GRADUAND_APPR_STATUS
, DESCRIPTION
, S_GRADUAND_APPR_STATUS
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_GR_APRV_STAT;
IGS.IGS_GR_APRV_STAT does not reference any database object
IGS.IGS_GR_APRV_STAT is referenced by following:
|
|
|