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


VIEW: APPS.IGS_PS_FLD_STDY_HIST_V

Object Details
Object Name: IGS_PS_FLD_STDY_HIST_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_PS_FLD_STDY_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
FOS_TYPE_CODE VARCHAR2 (30)
Field of study type Code
FOS_TYPE_CODE_DESC VARCHAR2 (80)
Description for Field of Study type code
FIELD_OF_STUDY VARCHAR2 (10)
This field describes the fields of study offered by the university. Field of study is an element defined by DETYA, however, the system will not be limited to the DETYA list. DETYA element reference 311. Examples: 02 Architecture, 0204 Urban and Regional Planning.
HIST_START_DT DATE

The effective start date/time of the history record.
HIST_END_DT DATE

The effective end date/time of the history record.
HIST_WHO NUMBER (15)
The Oracle username of the person who created the history record.
DESCRIPTION VARCHAR2 (80)
The description of an institution-defined field of study. A field of study is a classification of courses based on similarity in terms of the vocational field of specialisation or the principal subject matter of the course (DETYA element reference number 311).
GOVT_FIELD_OF_STUDY VARCHAR2 (10)
The unique identifier for the Government-defined field of study, (DETYA element reference number 311). Each institution-defined field of study is mapped to a Government field of study.
CLOSED_IND VARCHAR2 (1)
An indicator which specifies if the field of study is open or closed. Setting the checkbox to 'closed' (ticked) prevents use of the field of study in new or modified course field of study records.
CREATED_BY NUMBER (15)
CREATION_DATE DATE

LAST_UPDATED_BY NUMBER (15)
LAST_UPDATE_DATE DATE

LAST_UPDATE_LOGIN NUMBER (15)
Query Text

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


SELECT FOS_TYPE_CODE
,      FOS_TYPE_CODE_DESC
,      FIELD_OF_STUDY
,      HIST_START_DT
,      HIST_END_DT
,      HIST_WHO
,      DESCRIPTION
,      GOVT_FIELD_OF_STUDY
,      CLOSED_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_PS_FLD_STDY_HIST_V;

Dependencies

[top of page]

APPS.IGS_PS_FLD_STDY_HIST_V references the following:

SchemaAPPS
PL/SQL PackageIGS_AU_GEN_002 - show dependent code
ViewIGS_PS_FLD_OF_STUDY
ViewIGS_PS_FLD_STDY_HIST

APPS.IGS_PS_FLD_STDY_HIST_V is not referenced by any database object