[Home] [Help]
[Dependency Information]
Object Name: | IGSBV_USEC_ALLOC_RESPS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
This is the base view which describes the sponsorship information for a unit section.
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. |
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.IGSBV_USEC_ALLOC_RESPS;
APPS.IGSBV_USEC_ALLOC_RESPS is not referenced by any database object
|
|
|