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


VIEW: APPS.IGSFV_USEC_ALLOC_RESPS

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

View Type

A Business Intelligence System view


This is the full view which describes the sponsorship information for a unit section.


[View Source]

Columns
Name Datatype Length Mandatory Comments
UNIT_SECTION_SPONSORSHIP_ID NUMBER
Yes Unique identifier for the sponsorship information for a unit section.
UNIT_SECTION_ID NUMBER (7) Yes Unique identifier for a unit section.
ORGANIZATION_CODE VARCHAR2 (10) Yes Sponsoring organizational unit code.
SPONSORSHIP_PERCENTAGE NUMBER (5) Yes Percentage of Sponsorship.
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.
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 categorized as TEACHING calendars.
CAL_INST_SEQUENCE_NUMBER NUMBER (6) Yes The unique identifier for the calendar instance.
LOCATION_CODE VARCHAR2 (10) Yes The institution-defined location code, typically of a campus, at which a unit offering option is offered.
UNIT_CLASS VARCHAR2 (10) Yes The institution-defined code that identifies a unit class.
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_SECTION_SPONSORSHIP_ID
,      UNIT_SECTION_ID
,      ORGANIZATION_CODE
,      SPONSORSHIP_PERCENTAGE
,      UNIT_CODE
,      VERSION_NUMBER
,      CALENDAR_TYPE
,      CAL_INST_SEQUENCE_NUMBER
,      LOCATION_CODE
,      UNIT_CLASS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSFV_USEC_ALLOC_RESPS;

Dependencies

[top of page]

APPS.IGSFV_USEC_ALLOC_RESPS references the following:

SchemaAPPS
SynonymIGS_PS_UNIT_OFR_OPT_ALL
SynonymIGS_PS_USEC_SPNSRSHP

APPS.IGSFV_USEC_ALLOC_RESPS is not referenced by any database object