[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_FLD_STUDY_HIST_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_PS_FLD_STUDY_HIST_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COURSE_CD | VARCHAR2 | (6) | This field describes the course code. DETYA element reference 307. | |
| VERSION_NUMBER | NUMBER | (3) | The version number of the course for which the field of study is being specified. | |
| FIELD_OF_STUDY | VARCHAR2 | (10) | This field describes the fields of study offered by the university. Field of study is an element defined by DEET, however, the system will not be limited to the DEET list. DEET 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. | |
| PERCENTAGE | NUMBER | Details the percentage split between multiple fields of study, or will be 100% if there is only one field of study. | ||
| MAJOR_FIELD_IND | VARCHAR2 | (1) | Describes which of the nominated fields of study is the major one, under which the course should be reported to DETYA. | |
| CREATED_BY | NUMBER | (15) | ||
| CREATION_DATE | DATE | |||
| LAST_UPDATED_BY | NUMBER | (15) | ||
| LAST_UPDATE_DATE | DATE | |||
| LAST_UPDATE_LOGIN | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT COURSE_CD
, VERSION_NUMBER
, FIELD_OF_STUDY
, HIST_START_DT
, HIST_END_DT
, HIST_WHO
, PERCENTAGE
, MAJOR_FIELD_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_PS_FLD_STUDY_HIST_V;
APPS
IGS_AU_GEN_001
- show dependent code
IGS_PS_FIELD_STUDY
IGS_PS_FLD_STD_HIST
IGS_PS_VER
APPS.IGS_PS_FLD_STUDY_HIST_V is not referenced by any database object
|
|
|
|