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


VIEW: APPS.IGSBV_PROGRAM_OFFERINGS

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

View Type

A Business Intelligence System view


This is a base view, which describes an offerings of a university program within a calendar type.


[View Source]

Columns
Name Datatype Length Mandatory Comments
PROGRAM_CODE VARCHAR2 (6) Yes Unique identifier for a program being offered
VERSION_NUMBER NUMBER (3) Yes Version Number of the program being offered
CALENDAR_TYPE VARCHAR2 (10) Yes The academic calendar type in which the program is offered. A calendar type is the institution defined name of the type of a calendar used within the organization
PROGRAM_TITLE VARCHAR2 (90) Yes Title of the Program
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 PROGRAM_CODE
,      VERSION_NUMBER
,      CALENDAR_TYPE
,      PROGRAM_TITLE
,      CALENDAR_DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSBV_PROGRAM_OFFERINGS;

Dependencies

[top of page]

APPS.IGSBV_PROGRAM_OFFERINGS references the following:

SchemaAPPS
SynonymIGS_CA_TYPE
SynonymIGS_PS_OFR_ALL
SynonymIGS_PS_VER_ALL

APPS.IGSBV_PROGRAM_OFFERINGS is not referenced by any database object