[Home] [Help]
[Dependency Information]
| Object Name: | OKL_AM_ASSET_LOV_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_AM_ASSET_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 |
|---|---|---|---|---|
| KLE_ID | NUMBER | Yes | Foreign key to view OKL_K_LINES_V | |
| ASSET_NUMBER | VARCHAR2 | (150) | Asset Number | |
| ASSET_DESCRIPTION | VARCHAR2 | (1995) | ||
| CHR_ID | NUMBER | Contract Identifier | ||
| CONTRACT_NUMBER | VARCHAR2 | (120) | Yes | Contract Number |
| START_DATE | DATE | Start Date | ||
| EXPIRATION_DATE | DATE | The end of the active period, one second before midnight on the date indicated. | ||
| LINE_STS_CODE | VARCHAR2 | (30) | Yes | |
| LINE_STATUS | VARCHAR2 | (90) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT KLE_ID
, ASSET_NUMBER
, ASSET_DESCRIPTION
, CHR_ID
, CONTRACT_NUMBER
, START_DATE
, EXPIRATION_DATE
, LINE_STS_CODE
, LINE_STATUS
FROM APPS.OKL_AM_ASSET_LOV_UV;
APPS
OKC_K_HEADERS_B
OKC_K_LINES_V
OKC_LINE_STYLES_B
OKC_STATUSES_V
OKL_ASSET_RETURNS_V
APPS.OKL_AM_ASSET_LOV_UV is not referenced by any database object
|
|
|
|