DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.IGF_AW_FISAP_SECTION_VI_V

Object Details
Object Name: IGF_AW_FISAP_SECTION_VI_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGF.IGF_AW_FISAP_SECTION_VI_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
ROWID of the Base table
CATEGORY_ID NUMBER

Identifies a unique combination of Award Year ,FISAP Section, Dependency Status, Class Standing
FISAP_SECTION VARCHAR2 (30)
Identifies the section for which the FISAP Reporting would be done SECTIONII, SECTIONVI
REC_TYPE VARCHAR2 (19)
This is used to identify the categorize the records in the view . Valid values are NON PROFESSIONAL, PROFESSIONAL, AUTO ZERO, LESS THAN FULL TIME
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,
CI_CAL_TYPE VARCHAR2 (10)
Award year identifier
CI_SEQUENCE_NUMBER NUMBER (6)
Award year identifier
MINVALUE NUMBER

Low Income Level Range of the FISAP Income Levels
MAXVALUE NUMBER

High Income Level Range of the FISAP Income Levels
FED_PERKINS_STD_COUNT NUMBER

Count of students who have been disbursed awards belonging to Perkins fund
FED_PERKINS_FUND_TOTAL NUMBER

Sum total of disbursed amount for the students who have received Perkins funds
FSEOG_STD_COUNT NUMBER

Count of students who have been disbursed awards belonging to FESOG fund
FSEOG_FUND_TOTAL NUMBER

Sum total of disbursed amount for the students who have received FSEOG funds
FWS_STD_COUNT NUMBER

Count of students who have been disbursed awards belonging to Federal Work Study fund
FWS_FUND_TOTAL NUMBER

Sum total of disbursed amount for the students who have received FWS funds
UNDUPLICATED_STD_COUNT NUMBER

Unduplicated count of the students who have received the Campus based funds either FSEOG , FWS ,Perkins
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ROW_ID
,      CATEGORY_ID
,      FISAP_SECTION
,      REC_TYPE
,      DEPEND_STAT
,      CLASS_STANDING
,      CI_CAL_TYPE
,      CI_SEQUENCE_NUMBER
,      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
FROM APPS.IGF_AW_FISAP_SECTION_VI_V;

Dependencies

[top of page]

APPS.IGF_AW_FISAP_SECTION_VI_V references the following:

SchemaAPPS
SynonymIGF_AW_FISAP_REPSET
SynonymIGF_AW_FI_INC_LEVEL
PL/SQL PackageIGF_AW_GEN_002 - show dependent code

APPS.IGF_AW_FISAP_SECTION_VI_V is not referenced by any database object