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


VIEW: APPS.IGF_AW_CORRESP_LD_V

Object Details
Object Name: IGF_AW_CORRESP_LD_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGF.IGF_AW_CORRESP_LD_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
BASE_ID NUMBER (10) Yes Identifier for Financial Aid record
FUND_DESC VARCHAR2 (80)
Fund description
FUND_CODE VARCHAR2 (30) Yes Unique Code for a fund
FUND_ID NUMBER (15) Yes Unique Identifier for a Fund
LD_CAL_TYPE VARCHAR2 (10) Yes Indicates the code for the load calender type, used within the operating unit
LD_SEQUENCE_NUMBER NUMBER (6) Yes Indicates a unique identifier for the load calender instance
ALTERNATE_CODE_TERM VARCHAR2 (10)
Indicates the alternate short reference term for identifying a load calendar instance
TOT_AWARD NUMBER

Total Amount awarded to Student
TOT_PAID NUMBER

Total Amount paid to Student
Query Text

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


SELECT BASE_ID
,      FUND_DESC
,      FUND_CODE
,      FUND_ID
,      LD_CAL_TYPE
,      LD_SEQUENCE_NUMBER
,      ALTERNATE_CODE_TERM
,      TOT_AWARD
,      TOT_PAID
FROM APPS.IGF_AW_CORRESP_LD_V;

Dependencies

[top of page]

APPS.IGF_AW_CORRESP_LD_V references the following:

SchemaAPPS
ViewIGF_AW_AWARD
SynonymIGF_AW_AWD_DISB_ALL
ViewIGF_AW_FUND_MAST
ViewIGS_CA_INST

APPS.IGF_AW_CORRESP_LD_V is not referenced by any database object