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


VIEW: APPS.IGF_DB_YTD_SMR

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

View Type

A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.


Stores the summary of the year to date data for disbursement


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row ID
DL_VERSION VARCHAR2 (30) Yes Indicates the Direct Loan File Format Version
YTDS_ID NUMBER (15) Yes Indicates the unique identifier for the summary of the year to date data for disbursement
RECORD_TYPE VARCHAR2 (1)
Indicates the Record Type which is either Year-To-Date Summary or Monthly Summary information.
BATCH_ID VARCHAR2 (30)
Indicates the Unique Identifier for Batch
SCHOOL_CODE VARCHAR2 (6)
Indicates the School Code
STAT_END_DT DATE

Indicates the Statement End Date for the report
PROCESS_DT DATE

Indicates the Process date
DISB_SMR_TYPE VARCHAR2 (2)
Indicates the Disbursement Summary Type
BKD_GROSS NUMBER (15)
Indicates the Gross Amount Booked
BKD_FEE NUMBER (15)
Indicates the Fee for the Gross Amount Booked
BKD_INT_REBATE NUMBER (15)
Indicates the Disbursement Interest Rebate Amount for the Booked Amount
BKD_NET NUMBER (15)
Indicates the Net Amount Booked
UNBKD_GROSS NUMBER (15)
Indicates the Gross Amount not booked
UNBKD_FEE NUMBER (15)
Indicates the Fee for the Gross Amount not booked
UNBKD_INT_REBATE NUMBER (15)
Indicates the Disbursement Interest Rebate Amount for the not booked Amount
UNBKD_NET NUMBER (15)
Indicates the Net not booked Amount
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
REQUEST_ID NUMBER (15)
Standard Who column for concurrent programs
PROGRAM_APPLICATION_ID NUMBER (15)
Standard Who column for concurrent programs
PROGRAM_ID NUMBER (15)
Standard Who column for concurrent programs
PROGRAM_UPDATE_DATE DATE

Standard Who column for concurrent programs
REGION_CODE VARCHAR2 (2)
Indicates Region Code
STATE_CODE VARCHAR2 (2)
Indicates State Code
REC_COUNT NUMBER

Indicates Record Count Sequence
Query Text

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


SELECT ROW_ID
,      DL_VERSION
,      YTDS_ID
,      RECORD_TYPE
,      BATCH_ID
,      SCHOOL_CODE
,      STAT_END_DT
,      PROCESS_DT
,      DISB_SMR_TYPE
,      BKD_GROSS
,      BKD_FEE
,      BKD_INT_REBATE
,      BKD_NET
,      UNBKD_GROSS
,      UNBKD_FEE
,      UNBKD_INT_REBATE
,      UNBKD_NET
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      REGION_CODE
,      STATE_CODE
,      REC_COUNT
FROM APPS.IGF_DB_YTD_SMR;

Dependencies

[top of page]

APPS.IGF_DB_YTD_SMR references the following:

SchemaAPPS
SynonymIGF_DB_YTD_SMR_ALL
APPS.IGF_DB_YTD_SMR is referenced by following:

SchemaAPPS
Package BodyIGF_DB_DL_RECONC - show dependent code