[Home] [Help]
[Dependency Information]
| Object Name: | OKL_AM_PAYMENT_STREAM_TYPE_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_AM_PAYMENT_STREAM_TYPE_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 |
|---|---|---|---|---|
| QTE_ID | NUMBER | Quote ID | ||
| STREAM_TYPE | VARCHAR2 | (150) | Yes | Stream Type |
| STS_CODE | VARCHAR2 | (30) | Yes | Status Code |
Cut, paste (and edit) the following text to query this object:
SELECT QTE_ID
, STREAM_TYPE
, STS_CODE
FROM APPS.OKL_AM_PAYMENT_STREAM_TYPE_UV;
APPS
OKL_CASH_FLOWS
OKL_STRM_TYPE_B
APPS.OKL_AM_PAYMENT_STREAM_TYPE_UV is not referenced by any database object
|
|
|
|