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


VIEW: APPS.IGS_PS_FIELD_STUDY_V

Object Details
Object Name: IGS_PS_FIELD_STUDY_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_PS_FIELD_STUDY_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
ROW_ID ROWID (10)
Row Id
COURSE_CD VARCHAR2 (6) Yes Identifies the program for that the field of study is being specified
VERSION_NUMBER NUMBER (3) Yes Version number of the program for that the field of study is being specified
FOS_TYPE_CODE VARCHAR2 (30) Yes Field of Study type code
FOS_TYPE_CODE_DESC VARCHAR2 (80) Yes Description for Field of Study type code
FIELD_OF_STUDY VARCHAR2 (10) Yes An Identifier for the institution-defined field of study. A field of study is a classification of programs based on similarity in terms of the vocational field of specialization or the principal subject matter of the program.
MAJOR_FIELD_IND VARCHAR2 (1) Yes Describes nominated fields of study that is major one
PERCENTAGE NUMBER (5)
Details the percentage split between multiple fields of study, or will be 100% if there is only one field of study
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 ROW_ID
,      COURSE_CD
,      VERSION_NUMBER
,      FOS_TYPE_CODE
,      FOS_TYPE_CODE_DESC
,      FIELD_OF_STUDY
,      MAJOR_FIELD_IND
,      PERCENTAGE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_PS_FIELD_STUDY_V;

Dependencies

[top of page]

APPS.IGS_PS_FIELD_STUDY_V references the following:

SchemaAPPS
SynonymIGS_PS_FIELD_STUDY
ViewIGS_PS_FLD_OF_STUDY
APPS.IGS_PS_FIELD_STUDY_V is referenced by following:

SchemaAPPS
Package BodyIGS_PS_VAL_CFOS - show dependent code