[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_US_FLD_STUDY_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_PS_US_FLD_STUDY_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 |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row Identifier | |
| UNIT_SET_CD | VARCHAR2 | (10) | Yes | Unit Set Code |
| VERSION_NUMBER | NUMBER | (3) | Yes | This field is used to uniquely identify each version of a unit set. |
| 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 | Unique Identifier for field of study for particular unit set. |
| DESCRIPTION | VARCHAR2 | (80) | Yes | Description for the field of study. |
| CREATED_BY | NUMBER | (15) | Yes | Standard WHO columns |
| CREATION_DATE | DATE | Yes | Standard WHO columns | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO columns |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO columns | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO columns |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, UNIT_SET_CD
, VERSION_NUMBER
, FOS_TYPE_CODE
, FOS_TYPE_CODE_DESC
, FIELD_OF_STUDY
, DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_PS_US_FLD_STUDY_V;
APPS
IGS_PS_FLD_OF_STUDY
IGS_PS_US_FLD_STUDY
APPS.IGS_PS_US_FLD_STUDY_V is not referenced by any database object
|
|
|
|