DBA Data[Home] [Help] [Dependency Information]


TABLE: IGS.IGS_GR_STAT

Object Details
Object Name: IGS_GR_STAT
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_GR_STAT
Subobject Name:
Status: VALID


IGS_GR_STAT describes the statuses of a graduand.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_GR_STAT_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnGRADUAND_STATUS
Columns
Name Datatype Length Mandatory Comments
GRADUAND_STATUS VARCHAR2 (10) Yes The institution-defined graduand statuses used to indicate the progress of a graduand record. Each status is mapped to a system graduand status. For example, prospectv - mapped to potential and complete - mapped to eligible.
DESCRIPTION VARCHAR2 (60) Yes Explains the institution-defined graduand status
S_GRADUAND_STATUS VARCHAR2 (10) Yes The system graduand status that the institution-defined status is mapped. System statuses enable specific functionality in thegraduation subsystem.
CLOSED_IND VARCHAR2 (1) Yes Indicates and specifies if or not the graduand 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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT GRADUAND_STATUS
,      DESCRIPTION
,      S_GRADUAND_STATUS
,      CLOSED_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_GR_STAT;

Dependencies

[top of page]

IGS.IGS_GR_STAT does not reference any database object

IGS.IGS_GR_STAT is referenced by following:

SchemaAPPS
SynonymIGS_GR_STAT