[Home] [Help]
[Dependency Information]
| Object Name: | OKL_BPD_INVEST_INV_LOV_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_BPD_INVEST_INV_LOV_UV
|
| Subobject Name: | |
| Status: | VALID |
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.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INVOICE_NUMBER | VARCHAR2 | (20) | Yes | Transaction number |
| CUSTOMER_NAME | VARCHAR2 | (360) | Yes | Name of this party |
| ADDRESS | VARCHAR2 | (40) | Yes | Site use identifier |
| INVOICE_CURRENCY_CODE | VARCHAR2 | (15) | Invoice currency | |
| INVOICE_DATE | DATE | The transaction date of the item | ||
| DUE_DATE | DATE | Yes | Due date of this installment | |
| AMOUNT_DUE_ORIGINAL | NUMBER | Yes | The original amount due | |
| AMOUNT_DUE_REMAINING | NUMBER | Yes | The current amount due remaining |
Cut, paste (and edit) the following text to query this object:
SELECT INVOICE_NUMBER
, CUSTOMER_NAME
, ADDRESS
, INVOICE_CURRENCY_CODE
, INVOICE_DATE
, DUE_DATE
, AMOUNT_DUE_ORIGINAL
, AMOUNT_DUE_REMAINING
FROM APPS.OKL_BPD_INVEST_INV_LOV_UV;
APPS
ARP_ADDR_LABEL_PKG
- show dependent code
AR_PAYMENT_SCHEDULES_ALL
HZ_CUST_ACCOUNTS
HZ_PARTIES
OKX_CUST_SITE_USES_V
RA_CUSTOMER_TRX
APPS.OKL_BPD_INVEST_INV_LOV_UV is not referenced by any database object
|
|
|
|