[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AS_EXM_SPRVSRTYP |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AS_EXM_SPRVSRTYP
|
| Subobject Name: | |
| Status: | VALID |
IGS_AS_EXM_SPRVSRTYP describes types of examination supervisors.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AS_EXM_SPRVSRTYP_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
EXAM_SUPERVISOR_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EXAM_SUPERVISOR_TYPE | VARCHAR2 | (10) | Yes | The name of the supervisor type. Each supervisor is assigned a supervisor type, which gives an indication of the level of responsibility allocated to the supervisor, and the role they willplay in the supervision of examinations. For example, chief, assistant. |
| DESCRIPTION | VARCHAR2 | (60) | Yes | Describes the examination supervisor type |
| IN_CHARGE_IND | VARCHAR2 | (1) | Yes | Indicates and specifies if the supervisor type is a 'in charge' type. Setting the checkbox -ticked, identifies the supervisor type as 'in charge'. A supervisor assigned an 'in charge' type is normally considered to be the senior or organising supervisor for an examsession at a particular venue. |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Indicatese and specifies whether the examination supervisor type is open or closed. Selecting the checkbox to closed ticked prevents further use of the supervisor type in new or updated 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 EXAM_SUPERVISOR_TYPE
, DESCRIPTION
, IN_CHARGE_IND
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_AS_EXM_SPRVSRTYP;
IGS.IGS_AS_EXM_SPRVSRTYP does not reference any database object
IGS.IGS_AS_EXM_SPRVSRTYP is referenced by following:
APPS
IGS_AS_EXM_SPRVSRTYP
|
|
|
|