[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AS_EXM_SUPRVISOR_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AS_EXM_SUPRVISOR_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGS_AS_EXM_SUPRVISOR_ALL describes occurrence of examination supervisor.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AS_EXM_SUPRVISOR_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PERSON_ID
|
| IGS_AS_EXM_SUPRVISOR_ALL_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
EXAM_SUPERVISOR_TYPE
|
| IGS_AS_EXM_SUPRVISOR_ALL_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
RESPONSIBLE_ORG_UNIT_CD
RESPONSIBLE_OU_START_DT
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_ID | NUMBER | (15) | Yes | The person ID of the supervisor. |
| EXAM_SUPERVISOR_TYPE | VARCHAR2 | (10) | Yes | Supervisors default supervisor type. When supervisors are assigned to exam session venues and exam instances, they inherit their default supervisor type. However, the default may be overridden. |
| PREVIOUS_SESSIONS | NUMBER | (4) | The number of examination sessions the person has supervised at other institutions. This information is used to provide an indication of the supervisor's level of experience. | |
| RESPONSIBLE_ORG_UNIT_CD | VARCHAR2 | (30) | The organisational unit with which the supervisor is normally associated. For example, if academic staff supervise examinations, their faculty, department or school details may be entered here. | |
| RESPONSIBLE_OU_START_DT | DATE | The start date of the organisational unit with which the supervisor is normally associated. | ||
| COMMENTS | VARCHAR2 | (2000) | A text facility forentering any additional information about the supervisor. | |
| 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
, EXAM_SUPERVISOR_TYPE
, PREVIOUS_SESSIONS
, RESPONSIBLE_ORG_UNIT_CD
, RESPONSIBLE_OU_START_DT
, COMMENTS
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ORG_ID
FROM IGS.IGS_AS_EXM_SUPRVISOR_ALL;
IGS.IGS_AS_EXM_SUPRVISOR_ALL does not reference any database object
IGS.IGS_AS_EXM_SUPRVISOR_ALL is referenced by following:
APPS
IGS_AS_EXM_SUPRVISOR_ALL
|
|
|
|