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


VIEW: APPS.IGSBV_PROG_CALENDAR_OFFERINGS

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

View Type

A Business Intelligence System view


This is a base view , which describes the instances of a calendar type in that a particular program is on offer.


[View Source]

Columns
Name Datatype Length Mandatory Comments
PROGRAM_CODE VARCHAR2 (6) Yes Unique identifier for the 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 calendar type used within the organization.
CAL_INST_SEQUENCE_NUMBER NUMBER (6) Yes The unique identifier for the calendar instance.
CAL_INST_START_DATE DATE
Yes The date from which the calendar instance becomes effective.
CAL_INST_END_DATE DATE
Yes The date from which the calendar instance is no longer effective.
MIN_ENTRY_ASSESS_SCORE NUMBER (3)
The minimum entry assessment score required by an applicant to be considered for an offer of admission to the program offering.
GUARANTEED_ENTRY_ASSESS_SCR NUMBER (3)
An entry assessment score which, if acheived, guarantees an applicant a firm offer of admission to the program offering.
PROGRAM_TITLE VARCHAR2 (90) Yes Title of the program.
CALENDAR_DESCRIPTION VARCHAR2 (60) Yes Description of the calendar type.
CALENDAR_INSTANCE_DESC 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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PROGRAM_CODE
,      VERSION_NUMBER
,      CALENDAR_TYPE
,      CAL_INST_SEQUENCE_NUMBER
,      CAL_INST_START_DATE
,      CAL_INST_END_DATE
,      MIN_ENTRY_ASSESS_SCORE
,      GUARANTEED_ENTRY_ASSESS_SCR
,      PROGRAM_TITLE
,      CALENDAR_DESCRIPTION
,      CALENDAR_INSTANCE_DESC
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSBV_PROG_CALENDAR_OFFERINGS;

Dependencies

[top of page]

APPS.IGSBV_PROG_CALENDAR_OFFERINGS references the following:

SchemaAPPS
SynonymIGS_CA_INST_ALL
SynonymIGS_CA_TYPE
SynonymIGS_PS_OFR_INST
SynonymIGS_PS_VER_ALL

APPS.IGSBV_PROG_CALENDAR_OFFERINGS is not referenced by any database object