[Home] [Help]
[Dependency Information]
Object Name: | IGSFV_UNIT_FIELD_OF_STUDIES |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
This is the full view, which describes the Field of Study with details unit code, version number, unit title, field of study and field of study description
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
UNIT_FIELD_OF_STUDY_ID | NUMBER | (10) | Yes | Unique Identifier for Unit Field of Study |
UNIT_CODE | VARCHAR2 | (10) | Yes | The unique identifier of the unit. |
VERSION_NUMBER | NUMBER | (3) | Yes | The version number of the unit. |
FIELD_OF_STUDY | VARCHAR2 | (10) | Yes | The area or field to which the unit belongs. |
UNIT_TITLE | VARCHAR2 | (90) | Yes | The title of the unit. |
FIELD_OF_STUDY_DESCRIPTION | VARCHAR2 | (80) | Yes | 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. |
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_FIELD_OF_STUDY_ID
, UNIT_CODE
, VERSION_NUMBER
, FIELD_OF_STUDY
, UNIT_TITLE
, FIELD_OF_STUDY_DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_UNIT_FIELD_OF_STUDIES;
APPS.IGSFV_UNIT_FIELD_OF_STUDIES is not referenced by any database object
|
|
|