[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AS_UNIT_MODE |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AS_UNIT_MODE
|
| Subobject Name: | |
| Status: | VALID |
IGS_AS_UNIT_MODE describes available university unit offering modes. These are mapped to unit classes that define the way students study units. The available unit modes are on-campus, off-campus, and composite.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AS_UNIT_MODE_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
UNIT_MODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| UNIT_MODE | VARCHAR2 | (10) | Yes | Institution-defined mode of offering a unit. Each institution-defined mode must map to one of the set of system-defined modes of offering. The options include ON for on campus, OFF for off campus and composite for a mixture of on-campus and off campus delivery. |
| DESCRIPTION | VARCHAR2 | (60) | Yes | Describes the institution-defined of a unit mode of delivery. For example, On-campus, Off-campus. |
| S_UNIT_MODE | VARCHAR2 | (10) | Yes | System-defined mode of offering of a unit that the institution-defined mode is mapped to gives the institution-defined mode its functionality. The options include ON for on campus, OFF for off campus, and composite for a mixture of on campus and off campus. |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Indicates and specifies if the unit mode is open or closed. Selecting the indicator to closed prevents the use of the mode in new or modified unit offering options. |
| 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 UNIT_MODE
, DESCRIPTION
, S_UNIT_MODE
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_AS_UNIT_MODE;
IGS.IGS_AS_UNIT_MODE does not reference any database object
IGS.IGS_AS_UNIT_MODE is referenced by following:
APPS
IGS_AS_UNIT_MODE
|
|
|
|