[Home] [Help]
[Dependency Information]
Object Name: | IGSBV_UNIT_CAL_TYPE_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 an offering of a unit within a calendar type.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
UNIT_CODE | VARCHAR2 | (10) | Yes | The unique identifier of the unit being offered. |
VERSION_NUMBER | NUMBER | (3) | Yes | The version number of the unit being offered. Examples include SEM-1(semester 1 teaching period) and TRI-2 (trimester 2 teaching period) and SUM (summer teaching period). Units can only be offered in instances of calendar types that are categorised as TEACHING calendars. |
CALENDAR_TYPE | VARCHAR2 | (10) | Yes | The calendar type in which the unit is offered.Examples include SEM-1 (semester 1 teaching period) and TRI-2 (triester 2 teaching period) and SUM (summer teaching period). Units can only be offered in instances of calendar types that are categorised as TEACHING calendars. |
UNIT_TITLE | VARCHAR2 | (90) | Yes | Title of the unit |
CALENDAR_DESCRIPTION | VARCHAR2 | (60) | Yes | Description of the calendar type. |
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
, UNIT_TITLE
, CALENDAR_DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_UNIT_CAL_TYPE_OFFERINGS;
APPS.IGSBV_UNIT_CAL_TYPE_OFFERINGS is not referenced by any database object
|
|
|