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


VIEW: APPS.IGF_AW_FISAP_REP_V

Object Details
Object Name: IGF_AW_FISAP_REP_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGF.IGF_AW_FISAP_REP_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
BATCH_ID NUMBER
Yes Identifies the batch id for which the record belongs to. This is foreign key to the FISAP Batch table.
FISAP_DTLS_ID NUMBER
Yes Unique Identifier to denote the records in FISAP table.
CI_CAL_TYPE VARCHAR2 (10) Yes Award year calendar type
CI_SEQUENCE_NUMBER NUMBER
Yes Award year sequence number
ALTERNATE_CODE VARCHAR2 (10)
Award year alternate code
DESCRIPTION VARCHAR2 (100)
Users Description or Comments
REPORTED_TIME_TXT VARCHAR2 (30)
Identifies the Time Stamp for the generation of the FISAP Reporting data
ISIR_ID NUMBER
Yes Identifier for ISIR student record.
TRANSACTION_NUM VARCHAR2 (2) Yes ISIR's transaction number
SSN VARCHAR2 (9) Yes Student's Social Security Number
FIRST_NAME VARCHAR2 (12)
Student's First Name
LAST_NAME VARCHAR2 (16)
Student's Last Name
PERSON_ID NUMBER (15) Yes Student's Person Identifier
PERSON_NUMBER VARCHAR2 (30) Yes Student's Person Number
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 BATCH_ID
,      FISAP_DTLS_ID
,      CI_CAL_TYPE
,      CI_SEQUENCE_NUMBER
,      ALTERNATE_CODE
,      DESCRIPTION
,      REPORTED_TIME_TXT
,      ISIR_ID
,      TRANSACTION_NUM
,      SSN
,      FIRST_NAME
,      LAST_NAME
,      PERSON_ID
,      PERSON_NUMBER
,      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 APPS.IGF_AW_FISAP_REP_V;

Dependencies

[top of page]

APPS.IGF_AW_FISAP_REP_V references the following:

SchemaAPPS
SynonymHZ_PARTIES
SynonymIGF_AP_FA_BASE_REC_ALL
ViewIGF_AP_ISIR_MATCHED
SynonymIGF_AW_FISAP_BATCH
SynonymIGF_AW_FISAP_REP
ViewIGS_CA_INST

APPS.IGF_AW_FISAP_REP_V is not referenced by any database object