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


VIEW: APPS.IGS_PS_FAC_USEC_TCH_HIST_V

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

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
INSTRUCTOR_ID NUMBER (15) Yes Unique identifier for the Instructor.
UOO_ID NUMBER (7) Yes The unique identifier for a unit section.
CAL_TYPE VARCHAR2 (10) Yes The calendar type in which the unit is offered. Units can only be offered in instances of calendar types that are categorized as TEACHING calendars
CI_SEQUENCE_NUMBER NUMBER (6) Yes The unique identifier for the calendar instance in which the unit is offered.
UNIT_CD VARCHAR2 (10) Yes The unique code of the unit being offered.
VERSION_NUMBER NUMBER (3) Yes The version number of the unit being offered. Students are normally enrolled in the current version of a unit. Prior versions of the unit are end-dated.
UNIT_CLASS VARCHAR2 (10) Yes The institution defined code that identifies time and mode of availability of a class.
LOCATION_DESCRIPTION VARCHAR2 (60) Yes Description of the location where unit is offered.
UNIT_TITLE VARCHAR2 (90) Yes The title of the unit.
INSTRUCTIONAL_LOAD_LECTURE NUMBER (6)
Instructional Workload for lecture
INSTRUCTIONAL_LOAD_LAB NUMBER (6)
Instructional Workload for laboratory
INSTRUCTIONAL_LOAD NUMBER (6)
Load on the instructor.
ENROLLED_CREDIT_POINTS NUMBER

Number of unit's credit points that count towards students enrollment.
LEAD_INSTRUCTOR VARCHAR2 (4000)
Leading instructor for a unit section
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.
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO Column.
Query Text

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


SELECT INSTRUCTOR_ID
,      UOO_ID
,      CAL_TYPE
,      CI_SEQUENCE_NUMBER
,      UNIT_CD
,      VERSION_NUMBER
,      UNIT_CLASS
,      LOCATION_DESCRIPTION
,      UNIT_TITLE
,      INSTRUCTIONAL_LOAD_LECTURE
,      INSTRUCTIONAL_LOAD_LAB
,      INSTRUCTIONAL_LOAD
,      ENROLLED_CREDIT_POINTS
,      LEAD_INSTRUCTOR
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_PS_FAC_USEC_TCH_HIST_V;

Dependencies

[top of page]

APPS.IGS_PS_FAC_USEC_TCH_HIST_V references the following:

SchemaAPPS
ViewIGS_AD_LOCATION
PL/SQL PackageIGS_PS_FAC_CREDT_WRKLOAD - show dependent code
ViewIGS_PS_UNIT_OFR_OPT
ViewIGS_PS_UNIT_VER
SynonymIGS_PS_USEC_CPS
SynonymIGS_PS_USEC_TCH_RESP

APPS.IGS_PS_FAC_USEC_TCH_HIST_V is not referenced by any database object