DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.IGSFV_UNIT_CAL_TYPE_OFFERINGS

Object Details
Object Name: IGSFV_UNIT_CAL_TYPE_OFFERINGS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGSFV_UNIT_CAL_TYPE_OFFERINGS
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This is a full view, which describes an offering of a unit within a calendar type.


[View Source]

Columns
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 TRU-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
Query Text

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.IGSFV_UNIT_CAL_TYPE_OFFERINGS;

Dependencies

[top of page]

APPS.IGSFV_UNIT_CAL_TYPE_OFFERINGS references the following:

SchemaAPPS
SynonymIGS_CA_TYPE
SynonymIGS_PS_UNIT_OFR
SynonymIGS_PS_UNIT_VER_ALL

APPS.IGSFV_UNIT_CAL_TYPE_OFFERINGS is not referenced by any database object