[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_FIELD_STUDY |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PS_FIELD_STUDY
|
| Subobject Name: | |
| Status: | VALID |
This entity describes the fields of study, which apply to a program.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PS_FIELD_STUDY_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COURSE_CD
VERSION_NUMBER
FIELD_OF_STUDY
|
| IGS_PS_FIELD_STUDY_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
FIELD_OF_STUDY
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| 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. |
| FIELD_OF_STUDY | VARCHAR2 | (10) | Yes | Unique 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 |
Cut, paste (and edit) the following text to query this object:
SELECT COURSE_CD
, VERSION_NUMBER
, FIELD_OF_STUDY
, MAJOR_FIELD_IND
, PERCENTAGE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PS_FIELD_STUDY;
IGS.IGS_PS_FIELD_STUDY does not reference any database object
IGS.IGS_PS_FIELD_STUDY is referenced by following:
APPS
IGS_PS_FIELD_STUDY
|
|
|
|