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


TABLE: FV.FV_DISCOUNTED_INVOICES

Object Details
Object Name: FV_DISCOUNTED_INVOICES
Object Type: TABLE
Owner: FV
FND Design Data: TableFV.FV_DISCOUNTED_INVOICES
Subobject Name:
Status: VALID


FV_DISCOUNTED_INVOICES stores discount information on invoices that had available discounts.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FV_DISCOUNTED_INVOICES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINVOICE_ID
Columns
Name Datatype Length Mandatory Comments
INVOICE_ID NUMBER (15) Yes Invoice identifier
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
DISCOUNT_TAKEN_FLAG VARCHAR2 (1) Yes Discount taken flag
EFFECTIVE_DISCOUNT_PERCENT NUMBER

Annual discount percent calculated
CURR_VALUE_OF_FUNDS_PERCENT NUMBER

Current value of fund rate
DISCOUNT_STATUS_CODE VARCHAR2 (30)
Discount status
PAYMENT_DATE DATE

Date of payment
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
Query Text

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


SELECT INVOICE_ID
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      DISCOUNT_TAKEN_FLAG
,      EFFECTIVE_DISCOUNT_PERCENT
,      CURR_VALUE_OF_FUNDS_PERCENT
,      DISCOUNT_STATUS_CODE
,      PAYMENT_DATE
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM FV.FV_DISCOUNTED_INVOICES;

Dependencies

[top of page]

FV.FV_DISCOUNTED_INVOICES does not reference any database object

FV.FV_DISCOUNTED_INVOICES is referenced by following:

SchemaAPPS
SynonymFV_DISCOUNTED_INVOICES