[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AS_SASSESS_TYPE |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AS_SASSESS_TYPE
|
| Subobject Name: | |
| Status: | VALID |
IGS_AS_SASSESS_TYPE describes system-defined assessment types.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AS_SASSESS_TYPE_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
S_ASSESSMENT_TYPE
|
| IGS_AS_SASSESS_TYPE_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
NON_CNTRL_EXAM_LOC_CD
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| S_ASSESSMENT_TYPE | VARCHAR2 | (10) | Yes | The system-defined assessment type. Mapping the institution-defined assessment types to the system-defined assessment type gives the institution-defined assessment types their underlying functionality. For example, assignment. |
| DESCRIPTION | VARCHAR2 | (60) | Yes | Describes the system-defined assessment type. Mapping the institution-defined assessment types to the system-defined assessment types gives the institution-defined assessment types their underlying functionality. |
| CLOSED_IND | VARCHAR2 | (1) | An indicator which specifies if the system assessment type is open or closed. Setting the checkbox to 'closed' ticked prevents the mapping of institution-defined assessment types to that system assessment type. | |
| NON_CNTRL_EXAM_LOC_CD | VARCHAR2 | (10) | The exam location code under which examinations that are not centrally managed are to be grouped. This value is only set when the s_assessment_type - 'NONCENTRAL', which indicates the related assessment item is a non-centrally administered examination. | |
| 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 S_ASSESSMENT_TYPE
, DESCRIPTION
, CLOSED_IND
, NON_CNTRL_EXAM_LOC_CD
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_AS_SASSESS_TYPE;
IGS.IGS_AS_SASSESS_TYPE does not reference any database object
IGS.IGS_AS_SASSESS_TYPE is referenced by following:
APPS
IGS_AS_SASSESS_TYPE
|
|
|
|