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


VIEW: APPS.IGS_FI_BILL_PLN_CRD_V

Object Details
Object Name: IGS_FI_BILL_PLN_CRD_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_FI_BILL_PLN_CRD_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
ROW_ID ROWID (10)
Specifies the rowid.
BILL_ID NUMBER
Yes The Bill ID for which the planned credit was created.
PLN_CREDIT_DATE DATE
Yes The date of the planned credit record.
AWARD_ID NUMBER (15) Yes Stores the award id of the award record whose planned disbursement that was considered for the bill.
DISB_NUM NUMBER (15) Yes Stores the disbursement number of the planned disbursement record that was considered for the bill.
FUND_ID NUMBER (15) Yes The fund id for which the planned disbursement was created in Financial Aid.
FUND_CODE VARCHAR2 (30) Yes
FEE_CAL_TYPE VARCHAR2 (10)
The fee calendar.
FEE_CI_SEQUENCE_NUMBER NUMBER (6)
The fee calendar instance.
PLN_CREDIT_AMOUNT NUMBER
Yes The planned credit amount.
START_DT DATE

Date from which the calendar instance will be effective.
END_DT DATE

Date till which the calendar instance will be effective.
BILL_DESC VARCHAR2 (240)
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 concurrent process column.
PROGRAM_APPLICATION_ID NUMBER (15)
Standard concurrent process column.
PROGRAM_ID NUMBER (15)
Standard concurrent process column.
PROGRAM_UPDATE_DATE DATE

Standard concurrent process column.
Query Text

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


SELECT ROW_ID
,      BILL_ID
,      PLN_CREDIT_DATE
,      AWARD_ID
,      DISB_NUM
,      FUND_ID
,      FUND_CODE
,      FEE_CAL_TYPE
,      FEE_CI_SEQUENCE_NUMBER
,      PLN_CREDIT_AMOUNT
,      START_DT
,      END_DT
,      BILL_DESC
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM APPS.IGS_FI_BILL_PLN_CRD_V;

Dependencies

[top of page]

APPS.IGS_FI_BILL_PLN_CRD_V references the following:

SchemaAPPS
ViewIGF_AW_FUND_MAST
ViewIGS_CA_INST
SynonymIGS_FI_BILL_PLN_CRD

APPS.IGS_FI_BILL_PLN_CRD_V is not referenced by any database object