[Home] [Help]
[Dependency Information]
| Object Name: | IGS_RE_SPRVSR_TYPE |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_RE_SPRVSR_TYPE
|
| Subobject Name: | |
| Status: | VALID |
IGS_RE_SPRVSR_TYPE describes the various types of supervisors for research students.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_RE_SPRVSR_TYPE_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
RESEARCH_SUPERVISOR_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESEARCH_SUPERVISOR_TYPE | VARCHAR2 | (10) | Yes | Describes the available types of supervisors for research students |
| DESCRIPTION | VARCHAR2 | (60) | Yes | This field provides an explanation of the research supervisor type. |
| PRINCIPAL_SUPERVISOR_IND | VARCHAR2 | (1) | Yes | Describes if the supervisor type represents a principal supervisor. This can control that items of correspondence the supervisor is sent. |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Indicates and specifies if the supervisor type is open or closed. Selecting the checkbox closes the record and prevents further use in new or modified 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 RESEARCH_SUPERVISOR_TYPE
, DESCRIPTION
, PRINCIPAL_SUPERVISOR_IND
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_RE_SPRVSR_TYPE;
IGS.IGS_RE_SPRVSR_TYPE does not reference any database object
IGS.IGS_RE_SPRVSR_TYPE is referenced by following:
APPS
IGS_RE_SPRVSR_TYPE
|
|
|
|