[Home] [Help]
[Dependency Information]
| Object Name: | OKL_BPD_K_DUE_DATES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_BPD_K_DUE_DATES_V
|
| 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 |
|---|---|---|---|---|
| CONTRACT_ID | NUMBER | |||
| DUE_DATE | DATE | Yes | ||
| AMOUNT_DUE | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT CONTRACT_ID
, DUE_DATE
, AMOUNT_DUE
FROM APPS.OKL_BPD_K_DUE_DATES_V;
APPS
AR_PAYMENT_SCHEDULES_ALL
OKL_CNSLD_AR_LINES_B
OKL_CNSLD_AR_STRMS_B
APPS.OKL_BPD_K_DUE_DATES_V is not referenced by any database object
|
|
|
|