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


VIEW: APPS.IGF_GR_REP_SMRY_V

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

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
DOCUMENT_ID_TXT VARCHAR2 (30) Yes Indicates the Document ID
REP_ENTITY_ID_TXT VARCHAR2 (30)
Indicates the financial award type
FIN_AWARD_TYPE CHAR (4)
Indicates the financial award year
FIN_AWARD_YEAR VARCHAR2 (30)
Indicates the total number of student tags in thedocument. This information is summarized by award type by award year
TOT_CNT_NUM NUMBER

Indicates the total dollar value for awards reported in this document. This information is summarized by award type by award year
TOT_REP_AWD_AMT NUMBER

Indicates the total dollar value reported in this document. For Direct Loan, this is the total gross disbursement amount. This information is summarized by award type by award year
TOT_REP_DISB_AMT NUMBER

Indicates the reporting school entity ID
Query Text

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


SELECT DOCUMENT_ID_TXT
,      REP_ENTITY_ID_TXT
,      FIN_AWARD_TYPE
,      FIN_AWARD_YEAR
,      TOT_CNT_NUM
,      TOT_REP_AWD_AMT
,      TOT_REP_DISB_AMT
FROM APPS.IGF_GR_REP_SMRY_V;

Dependencies

[top of page]

APPS.IGF_GR_REP_SMRY_V references the following:

SchemaAPPS
SynonymIGF_AW_DB_COD_DTLS
SynonymIGF_GR_COD_DTLS

APPS.IGF_GR_REP_SMRY_V is not referenced by any database object