[Home] [Help]
[Dependency Information]
Object Name: | IGSBV_UNIT_CALENDAR_OFFERINGS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
This is a base view, which describes Unit Offerring Pattern of a unit offering option.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
UNIT_CODE | VARCHAR2 | (10) | Yes | The unit code the unit offering pattern applies to. A unit code is an institution-defined unique identifier of unit of study. |
VERSION_NUMBER | NUMBER | (3) | Yes | The version of the unit the unit offering pattern applies to. Students are normally enrolled in the current version. Prior versions of the unit are end-dated. |
CALENDAR_TYPE | VARCHAR2 | (10) | Yes | The calendar type of the calendar instance in which the unit is offered. Units can only be offered in instances of calendars categorised as TEACHING calendars. Examples include SEM-1 (semester 1 teaching period), SEM-2 (semester 2 teaching period) and SUM (summer teaching period). |
CAL_INST_SEQUENCE_NUMBER | NUMBER | (6) | Yes | The sequence number of the calendar instance for the unit offering pattern. The sequence number is unique identifer of the calendar instance. |
CAL_INST_START_DATE | DATE | Yes | The start date of the teaching calendar instance that applies to the unit offering pattern. It is the date from which the calendar instance becomes effective. | |
CAL_INST_END_DATE | DATE | Yes | The end date of the teaching calendar instance that applies to the unit offering pattern. It is the date from which the calendar instance is no longer effective. E.g. teaching period semester 1 1996, may end on 30/6/96 | |
WAITLIST_ALLOWED | VARCHAR2 | (1) | An indicator to show whether waitlist is allowed for the unit offering pattern or not. | |
MAX_STUDENTS_PER_WAITLIST | NUMBER | (6) | The maximum number of students who can be waitlisted. | |
ABORT_FLAG | VARCHAR2 | (1) | Yes | Flag to indicate whether the Unit Offering Pattern is ABORTED. |
UNIT_TITLE | VARCHAR2 | (90) | Yes | Title of the unit |
CALENDAR_DESCRIPTION | VARCHAR2 | (60) | Yes | Description of the calendar type. |
CAL_INST_DESCRIPTION | VARCHAR2 | (30) | Description of the calendar instance. | |
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. |
Cut, paste (and edit) the following text to query this object:
SELECT UNIT_CODE
, VERSION_NUMBER
, CALENDAR_TYPE
, CAL_INST_SEQUENCE_NUMBER
, CAL_INST_START_DATE
, CAL_INST_END_DATE
, WAITLIST_ALLOWED
, MAX_STUDENTS_PER_WAITLIST
, ABORT_FLAG
, UNIT_TITLE
, CALENDAR_DESCRIPTION
, CAL_INST_DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_UNIT_CALENDAR_OFFERINGS;
APPS.IGSBV_UNIT_CALENDAR_OFFERINGS is not referenced by any database object
|
|
|