[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AS_EXM_MTRL_TYPE |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AS_EXM_MTRL_TYPE
|
| Subobject Name: | |
| Status: | VALID |
IGS_AS_EXM_MTRL_TYPE describes materials used during examinations.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AS_EXM_MTRL_TYPE_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
EXAM_MATERIAL_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EXAM_MATERIAL_TYPE | VARCHAR2 | (10) | Yes | The code used to identify types of allowed, non-allowed or supplied examination material. For example, TEXTS-Textbook, MULTI-CHC-multi choice answer sheets, CALCULATOR-calculators. |
| DESCRIPTION | VARCHAR2 | (60) | Yes | Descripes the examination material type. An examination material type is a code used to identify different types of allowed, non-allowed and supplied examination materials. For example, textbooks, multichoice answer sheets and calculators. |
| CLOSED_IND | VARCHAR2 | (1) | Yes | An indicator which specifies if the examination material type is open or closed. Selecting the checkbox to 'closed' ticked prevents use of the examination material type in a new or modified assessment item records. |
| COMMENTS | VARCHAR2 | (2000) | Additional information or detail about the examination material type | |
| 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_MATERIAL_TYPE
, DESCRIPTION
, CLOSED_IND
, COMMENTS
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_AS_EXM_MTRL_TYPE;
IGS.IGS_AS_EXM_MTRL_TYPE does not reference any database object
IGS.IGS_AS_EXM_MTRL_TYPE is referenced by following:
APPS
IGS_AS_EXM_MTRL_TYPE
|
|
|
|