[Home] [Help]
[Dependency Information]
Object Name: | IGF_SE_WORK_AWD_PRG_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
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) | ||
BASE_ID | NUMBER | (10) | Yes | Identifier for the student financial aid record. |
AWARD_ID | NUMBER | (15) | Yes | Unique identifier for the award record. |
FUND_ID | NUMBER | (15) | Yes | Unique identifier for a fund |
FUND_CODE | VARCHAR2 | (30) | Yes | User defined code for a fund |
FUND_CODE_DESC | VARCHAR2 | (80) | Fund description | |
FED_FUND_CODE | VARCHAR2 | (30) | Yes | Unique system identified fund code |
AWARD_STATUS | VARCHAR2 | (30) | Status code of the award in context | |
AUTH_ID | NUMBER | (15) | Unique identifier of the authorization | |
AUTHORIZATION_DATE | DATE | Date on which authorization was initiated | ||
OFFERED_AMT | NUMBER | (12) | Award offered amount | |
ACCEPTED_AMT | NUMBER | (12) | Authorization amount. This is same as the award accepted amount | |
AUTHORIZED_AMT | NUMBER | Authorized Amount | ||
PAID_AMT | NUMBER | (12) | Amount of the authorization already paid. | |
REMAINING_AMT | NUMBER | Amount yet to be paid to the student from this award. | ||
PROGRESS_TWDS_LMT | NUMBER | Percentage of paid amount of the accepted amount | ||
NOTIFICATION_DATE | DATE | Date on which the paid amount reached the Earnings threshold value. | ||
LEGACY_RECORD_FLAG | VARCHAR2 | (1) | ||
CREATED_BY | NUMBER | (15) | Standard WHO Column | |
CREATION_DATE | DATE | Standard WHO Column | ||
LAST_UPDATED_BY | NUMBER | (15) | Standard WHO Column | |
LAST_UPDATE_DATE | DATE | 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
, BASE_ID
, AWARD_ID
, FUND_ID
, FUND_CODE
, FUND_CODE_DESC
, FED_FUND_CODE
, AWARD_STATUS
, AUTH_ID
, AUTHORIZATION_DATE
, OFFERED_AMT
, ACCEPTED_AMT
, AUTHORIZED_AMT
, PAID_AMT
, REMAINING_AMT
, PROGRESS_TWDS_LMT
, NOTIFICATION_DATE
, LEGACY_RECORD_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGF_SE_WORK_AWD_PRG_V;
|
|
|