[Home] [Help]
[Dependency Information]
Object Name: | IGSBV_USEC_TEACH_INSTRUCTORS |
---|---|
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 teaching responsibilities for a unit section.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
UNIT_SECTION_TEACH_RESP_ID | NUMBER | (7) | Yes | Unique identifier of the teaching responsibilities for a Unit Section. |
UNIT_SECTION_ID | NUMBER | (7) | Yes | Unique identifier for a unit section. |
INSTRUCTOR_ID | NUMBER | (15) | Yes | Unique identifer for the instructor. |
CONFIRMED_INDICATOR | VARCHAR2 | (1) | Yes | Indicates instructor is confirmed for teaching responsibility. |
PERCENTAGE_ALLOCATION | NUMBER | (5) | Percentage allocated for the instructor. | |
INSTRUCTIONAL_LOAD | NUMBER | (6) | Load on the instructor. | |
LEAD_INSTRUCTOR_INDICATOR | VARCHAR2 | (1) | Yes | Indicates the lead instructor for the unit section. |
INSTRUCTIONAL_LOAD_LAB | NUMBER | (6) | Instructional Workload for laboratory. | |
INSTRUCTIONAL_LOAD_LECTURE | NUMBER | (6) | Instructional Workload for lecture. | |
INSTRUCTOR_NUMBER | VARCHAR2 | (30) | Yes | Number of the Instructor. |
INSTRUCTOR_NAME | VARCHAR2 | (360) | Yes | Name of the instructor. |
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 defines 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_TEACH_RESP_ID
, UNIT_SECTION_ID
, INSTRUCTOR_ID
, CONFIRMED_INDICATOR
, PERCENTAGE_ALLOCATION
, INSTRUCTIONAL_LOAD
, LEAD_INSTRUCTOR_INDICATOR
, INSTRUCTIONAL_LOAD_LAB
, INSTRUCTIONAL_LOAD_LECTURE
, INSTRUCTOR_NUMBER
, INSTRUCTOR_NAME
, 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_TEACH_INSTRUCTORS;
APPS.IGSBV_USEC_TEACH_INSTRUCTORS is not referenced by any database object
|
|
|