[Home] [Help]
[Dependency Information]
| Object Name: | OKL_AM_QUOTE_ANTCPT_BILL_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_AM_QUOTE_ANTCPT_BILL_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 |
|---|---|---|---|---|
| AMOUNT | NUMBER | Yes | Amount | |
| STREAM_NAME | VARCHAR2 | (150) | Yes | Internal code for the stream type. |
| ASSET_NUMBER | VARCHAR2 | (150) | Item name. | |
| QAB_ID | NUMBER | Yes | Primary Key Column | |
| KLE_ID | NUMBER | Yes | Unique identifier of the contract line. Primary key column. | |
| STY_ID | NUMBER | Yes | Primary key column | |
| QTE_ID | NUMBER | Yes | Quote Id | |
| SEL_DATE | DATE | Sel Date |
Cut, paste (and edit) the following text to query this object:
SELECT AMOUNT
, STREAM_NAME
, ASSET_NUMBER
, QAB_ID
, KLE_ID
, STY_ID
, QTE_ID
, SEL_DATE
FROM APPS.OKL_AM_QUOTE_ANTCPT_BILL_UV;
APPS
OKC_K_LINES_V
OKL_STRM_TYPE_B
OKL_TXD_QTE_ANTCPT_BILL
APPS.OKL_AM_QUOTE_ANTCPT_BILL_UV is not referenced by any database object
|
|
|
|