[Home] [Help]
[Dependency Information]
Object Name: | OKL_POOL_ASSETS_UV |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
DNZ_CHR_ID | NUMBER | Denormalized contract header identifier | ||
KLE_ID | NUMBER | Financial asset line identifier | ||
ASSET_ID | NUMBER | Asset identifier | ||
ASSET_NUMBER | VARCHAR2 | (15) | Asset number | |
MODEL_NUMBER | VARCHAR2 | (40) | Model number | |
MANUFACTURER_NAME | VARCHAR2 | (360) | Manufacturer name | |
ITEM_ID1 | NUMBER | Asset inventory item identifier | ||
VENDOR_ID1 | NUMBER | Asset vendor identifier | ||
OEC | NUMBER | Original equipment cost of the financial asset | ||
RESIDUAL_PERCENTAGE | NUMBER | (5) | Residual percentage of the asset |
Cut, paste (and edit) the following text to query this object:
SELECT DNZ_CHR_ID
, KLE_ID
, ASSET_ID
, ASSET_NUMBER
, MODEL_NUMBER
, MANUFACTURER_NAME
, ITEM_ID1
, VENDOR_ID1
, OEC
, RESIDUAL_PERCENTAGE
FROM APPS.OKL_POOL_ASSETS_UV;
|
|
|