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


TABLE: IGF.IGF_AW_FISAP_REP

Object Details
Object Name: IGF_AW_FISAP_REP
Object Type: TABLE
Owner: IGF
FND Design Data: TableIGF.IGF_AW_FISAP_REP
Subobject Name:
Status: VALID


Table storing all students with FISAP related attributes for Sections Part II's F and Part VI' A


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGF_AW_FISAP_REP_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBATCH_ID
Columns
Name Datatype Length Mandatory Comments
FISAP_DTLS_ID NUMBER
Yes Unique Identifier to denote the records in FISAP table.
BATCH_ID NUMBER
Yes Identifies the batch id for which the record belongs to. This is foreign key to the FISAP Batch table.
ISIR_ID NUMBER
Yes Identifier for ISIR student record.
DEPENDENCY_STATUS VARCHAR2 (1) Yes Dependence status of the student (Dependent or Independent)
CAREER_LEVEL VARCHAR2 (15) Yes Identifies the career level of the student for the FISAP reporting (UG with Degree or UG without Degree or Grad or Professional)
AUTO_ZERO_EFC_FLAG VARCHAR2 (1) Yes Whether Student is having Auto Zero EFC flag set to Yes or No.
FISAP_INCOME_AMT NUMBER
Yes Student's FISAP Income
ENROLLMENT_STATUS VARCHAR2 (10)
Enrollment Status for FISAP Reporting
PERKINS_DISB_AMT NUMBER

Indicates student's total Perkins disbursements
FWS_DISB_AMT NUMBER

Indicates student's total FWS disbursements
FSEOG_DISB_AMT NUMBER

Indicates student's total FSEOG disbursements
PART_II_SECTION_F_FLAG VARCHAR2 (1)
Flag to indicate that this record is for Part II
PART_VI_SECTION_A_FLAG VARCHAR2 (1)
Flag to indicate that this record is for Part VI
CREATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
PROGRAM_APPLICATION_ID NUMBER

Standard Who column
PROGRAM_ID NUMBER

Standard Who column
PROGRAM_UPDATE_DATE DATE

Standard Who column
REQUEST_ID NUMBER

Standard Who column
Query Text

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


SELECT FISAP_DTLS_ID
,      BATCH_ID
,      ISIR_ID
,      DEPENDENCY_STATUS
,      CAREER_LEVEL
,      AUTO_ZERO_EFC_FLAG
,      FISAP_INCOME_AMT
,      ENROLLMENT_STATUS
,      PERKINS_DISB_AMT
,      FWS_DISB_AMT
,      FSEOG_DISB_AMT
,      PART_II_SECTION_F_FLAG
,      PART_VI_SECTION_A_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      REQUEST_ID
FROM IGF.IGF_AW_FISAP_REP;

Dependencies

[top of page]

IGF.IGF_AW_FISAP_REP does not reference any database object

IGF.IGF_AW_FISAP_REP is referenced by following:

SchemaAPPS
SynonymIGF_AW_FISAP_REP