[Home] [Help]
[Dependency Information]
| Object Name: | IGF_AW_FISAP_VI_H |
|---|---|
| Object Type: | TABLE |
| Owner: | IGF |
| FND Design Data: | IGF.IGF_AW_FISAP_VI_H
|
| Subobject Name: | |
| Status: | VALID |
This entity stores the last freezes FISAP Details for the Section VI.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGF_AW_FISAP_VI_H_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
FISAP_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FISAP_ID | NUMBER | (15) | Yes | Sequence Generated Unique Identifier for freezed FISAP details for Section VI. |
| CATEGORY_ID | NUMBER | (15) | The category would consist of an Award Year,Class Standing, Dependency Status, FISAP Section. | |
| FISAP_SECTION | VARCHAR2 | (30) | Identifies the section for which the FISAP reportingwould be done SECTION II, SECTION VI | |
| DEPEND_STAT | VARCHAR2 | (30) | Identifies the Dependency Status of the Student. (Dependent , Independent) | |
| CLASS_STANDING | VARCHAR2 | (30) | Identifies the Career Level of the student for the FISAP Reporting. Under Graduate with Degree, Under Graduate Without Degree, Graduate Professional, Under Graduate. | |
| CI_CAL_TYPE | VARCHAR2 | (10) | Yes | Award Year Identifier(Calandar Type) |
| CI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Award Year Identifier(Sequence Number) |
| REC_TYPE | VARCHAR2 | (30) | Yes | Record Type identifying whether the data is displayed for Professional, Non-professional, Graduate, Auto EFC recepients, Less than Full time student. |
| MINVALUE | NUMBER | (13) | Lower value of FISAP Income range. | |
| MAXVALUE | NUMBER | (13) | Upper value of FISAP Income range. | |
| FED_PERKINS_STD_COUNT | NUMBER | (15) | Count of student who have been disbursed awards belonging to Perkins fund. | |
| FED_PERKINS_FUND_TOTAL | NUMBER | (15) | Sum total of disbursed funds for Students who have received Perkins funds. | |
| FSEOG_STD_COUNT | NUMBER | (15) | Count of student who have been disbursed awards belonging to FSEOG fund. | |
| FSEOG_FUND_TOTAL | NUMBER | (15) | Sum total of disbursed funds for Students who have received FSEOG funds. | |
| FWS_STD_COUNT | NUMBER | (15) | Count of student who have been disbursed awards belonging to Federal Work Study fund. | |
| FWS_FUND_TOTAL | NUMBER | (15) | Sum total of disbursed funds for Students who have received FWS funds. | |
| UNDUPLICATED_STD_COUNT | NUMBER | (15) | Unduplicated count of the students who have received the Campus based funds either FSEOG, FWS, Perkins. | |
| 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 FISAP_ID
, CATEGORY_ID
, FISAP_SECTION
, DEPEND_STAT
, CLASS_STANDING
, CI_CAL_TYPE
, CI_SEQUENCE_NUMBER
, REC_TYPE
, MINVALUE
, MAXVALUE
, FED_PERKINS_STD_COUNT
, FED_PERKINS_FUND_TOTAL
, FSEOG_STD_COUNT
, FSEOG_FUND_TOTAL
, FWS_STD_COUNT
, FWS_FUND_TOTAL
, UNDUPLICATED_STD_COUNT
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGF.IGF_AW_FISAP_VI_H;
IGF.IGF_AW_FISAP_VI_H does not reference any database object
IGF.IGF_AW_FISAP_VI_H is referenced by following:
APPS
IGF_AW_FISAP_VI_H
|
|
|
|