[Home] [Help]
[Dependency Information]
| Object Name: | IGF_AW_STUD_AWDS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGF.IGF_AW_STUD_AWDS_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 | |
| BASE_ID | NUMBER | (10) | Yes | Identifier for student financial aid record |
| FUND_ID | NUMBER | (15) | Yes | Unique Identifier for a Fund |
| LD_ALTERNATE_CODE | VARCHAR2 | (10) | Indicates the alternate short reference code for identifying a load calendar instance | |
| LD_START_DT | DATE | Yes | Indicates the load calendar start date | |
| LD_END_DT | DATE | Yes | Indicates the load calendar end date | |
| AWARDED_AMT | NUMBER | Amount Awarded to Student | ||
| PAID_AMT | NUMBER | Award Amount Paid to the Student |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, BASE_ID
, FUND_ID
, LD_ALTERNATE_CODE
, LD_START_DT
, LD_END_DT
, AWARDED_AMT
, PAID_AMT
FROM APPS.IGF_AW_STUD_AWDS_V;
APPS
IGF_AW_AWARD
IGF_AW_AWD_DISB
IGS_CA_INST
APPS.IGF_AW_STUD_AWDS_V is not referenced by any database object
|
|
|
|