[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AS_UNIT_CLASS_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AS_UNIT_CLASS_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGS_AS_UNIT_CLASS_ALL describes available unit classes, which map to unit mode.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AS_UNIT_CLASS_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
UNIT_CLASS
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| UNIT_CLASS | VARCHAR2 | (10) | Yes | Institution-defined code that identifies a unit class, such as, D-day or evening. |
| UNIT_MODE | VARCHAR2 | (10) | Yes | Institution-defined mode of offering of the unit class. Each institution-defined mode must map to one of the system defined modes of offering a unit. Options include ON for on campus, OFF for off campus and composite, a mixture of on-campus and off-campus delivery. |
| DESCRIPTION | VARCHAR2 | (60) | Yes | Describes the institution-defined unit of the class |
| DAY_OF_WEEK | VARCHAR2 | (10) | Day of the week the unit class is scheduled | |
| START_TIME | DATE | Time the unit class commences | ||
| END_TIME | DATE | Time the unit class finishes | ||
| CLOSED_IND | VARCHAR2 | (1) | Yes | Indicates and specifies if the class is open or closed. Selecting the checkbox to closed prevents the use of the class in new or modified student unit enrollments. |
| 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 UNIT_CLASS
, UNIT_MODE
, DESCRIPTION
, DAY_OF_WEEK
, START_TIME
, END_TIME
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ORG_ID
FROM IGS.IGS_AS_UNIT_CLASS_ALL;
IGS.IGS_AS_UNIT_CLASS_ALL does not reference any database object
IGS.IGS_AS_UNIT_CLASS_ALL is referenced by following:
APPS
IGS_AS_UNIT_CLASS_ALL
|
|
|
|