[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_OF_OPT_UNT_ST |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PS_OF_OPT_UNT_ST
|
| Subobject Name: | |
| Status: | VALID |
This entity describes the program unit sets, which are available to the particular program offering option. If there are no values in this entity for a program, it will assume that all program unit sets are available.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PS_OF_OPT_UNT_ST_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COURSE_CD
CRV_VERSION_NUMBER
CAL_TYPE
LOCATION_CD
ATTENDANCE_MODE
ATTENDANCE_TYPE
UNIT_SET_CD
US_VERSION_NUMBER
|
| IGS_PS_OF_OPT_UNT_ST_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
COO_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COURSE_CD | VARCHAR2 | (6) | Yes | Describes the program code. |
| CRV_VERSION_NUMBER | NUMBER | (3) | Yes | Version number of the program being offered. There can only be one version of a program with a system status of Active and an unset Expiry Date. |
| CAL_TYPE | VARCHAR2 | (10) | Yes | Academic calendar type in that the program is offered. A calendar type is the institution-defined name of a type of calendar used within the organization. |
| LOCATION_CD | VARCHAR2 | (10) | Yes | Describes the location code. The location code can be used to indicate if programs and units are offered. |
| ATTENDANCE_MODE | VARCHAR2 | (2) | Yes | Describes the attendance modes in that the program is being offered. These modes are institution-defined. For example, On Campus, Off Campus. |
| ATTENDANCE_TYPE | VARCHAR2 | (2) | Yes | Describes the attendance types in that the program is being offered. These types are institution-defined. For example, Full-Time, Part-Time. |
| UNIT_SET_CD | VARCHAR2 | (10) | Yes | Code of a unit set. Unit sets consists lists of units or rules that constitute a logical set of units. Unit sets are used to represents concepts such as majors, minors, strands, streams, and lists. |
| US_VERSION_NUMBER | NUMBER | (3) | Yes | Used to uniquely identify each version of a unit set. |
| COO_ID | NUMBER | (7) | Yes | Describes a unique number for referencing the program offering option. |
| 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 COURSE_CD
, CRV_VERSION_NUMBER
, CAL_TYPE
, LOCATION_CD
, ATTENDANCE_MODE
, ATTENDANCE_TYPE
, UNIT_SET_CD
, US_VERSION_NUMBER
, COO_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PS_OF_OPT_UNT_ST;
IGS.IGS_PS_OF_OPT_UNT_ST does not reference any database object
IGS.IGS_PS_OF_OPT_UNT_ST is referenced by following:
APPS
IGS_PS_OF_OPT_UNT_ST
|
|
|
|