DBA Data[Home] [Help] [Dependency Information]


TABLE: IGS.IGS_AS_COURSE_TYPE_ALL

Object Details
Object Name: IGS_AS_COURSE_TYPE_ALL
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AS_COURSE_TYPE_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnASS_ID
ColumnCOURSE_TYPE
IGS_AS_COURSE_TYPE_ALL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOURSE_TYPE
Columns
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
Query Text

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;

Dependencies

[top of page]

IGS.IGS_AS_COURSE_TYPE_ALL does not reference any database object

IGS.IGS_AS_COURSE_TYPE_ALL is referenced by following:

SchemaAPPS
SynonymIGS_AS_COURSE_TYPE_ALL