[Home] [Help]
[Dependency Information]
Object Name: | IGSBV_UNIT_FIELD_OF_STUDIES |
---|---|
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 Unit Field Of Study with details unit code, version number and field of study
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. |
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
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_UNIT_FIELD_OF_STUDIES;
APPS.IGSBV_UNIT_FIELD_OF_STUDIES is not referenced by any database object
|
|
|