[Home] [Help]
[Dependency Information]
| Object Name: | IGS_HE_UT_EXCL_QALS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_HE_UT_EXCL_QALS_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 | |
| EXCL_QUAL_ID | NUMBER | Yes | Sequence generated Primary Key | |
| TARIFF_CALC_TYPE_CD | VARCHAR2 | (10) | Yes | User defined code to Uniquely identify the calculation ( FK) |
| AWARD_CD | VARCHAR2 | (10) | Identifies the Student System Award to be excluded from the Calculation | |
| AWARD_DESCRIPTION | VARCHAR2 | (90) | Description of the Student System Award to be excluded from the Calculation | |
| FIELD_OF_STUDY | VARCHAR2 | (10) | Identifies the Field of Study to be excluded from the Calculation | |
| SUBJECT_DESCRIPTION | VARCHAR2 | (80) | Description of the Field of Study to be excluded from the Calculation | |
| 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 ROW_ID
, EXCL_QUAL_ID
, TARIFF_CALC_TYPE_CD
, AWARD_CD
, AWARD_DESCRIPTION
, FIELD_OF_STUDY
, SUBJECT_DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_HE_UT_EXCL_QALS_V;
APPS
IGS_HE_UT_EXCL_QALS
IGS_PS_AWD
IGS_PS_FLD_OF_STUDY
APPS.IGS_HE_UT_EXCL_QALS_V is not referenced by any database object
|
|
|
|