[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AS_COURSE_TYPE_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AS_COURSE_TYPE_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGS_AS_COURSE_TYPE_ALL describes course types applicable for assessment item, used in the allocation of assessment items to students.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AS_COURSE_TYPE_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ASS_ID
COURSE_TYPE
|
| IGS_AS_COURSE_TYPE_ALL_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
COURSE_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| ASS_ID | NUMBER | (10) | Yes | Describes the assessment Identifier of the related assessment item. The assessment Identifier is a system generated number that is used to uniquely identify an assessment item. |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| COURSE_TYPE | VARCHAR2 | (10) | Yes | Describes a program type to that assessment item is restricted. When assessment program types exist, the system only allows the assessment item to be allocated to student unit attempts within programs of the specified type or types. |
| ORG_ID | NUMBER | (15) | Operating unit identifier |
Cut, paste (and edit) the following text to query this object:
SELECT CREATED_BY
, LAST_UPDATE_LOGIN
, ASS_ID
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, COURSE_TYPE
, ORG_ID
FROM IGS.IGS_AS_COURSE_TYPE_ALL;
IGS.IGS_AS_COURSE_TYPE_ALL does not reference any database object
IGS.IGS_AS_COURSE_TYPE_ALL is referenced by following:
APPS
IGS_AS_COURSE_TYPE_ALL
|
|
|
|