[Home] [Help]
[Dependency Information]
| Object Name: | OKL_ASSET_SUBSIDY_LOV_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_ASSET_SUBSIDY_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 |
|---|---|---|---|---|
| SUBSIDY_ID | NUMBER | Yes | Subsidy identifier | |
| SUBSIDY_NAME | VARCHAR2 | (30) | Yes | Subsidy name |
| SUBSIDY_DESCRIPTION | VARCHAR2 | (150) | Subsidy description | |
| CLE_ID | NUMBER | Yes | Asset line identifier |
Cut, paste (and edit) the following text to query this object:
SELECT SUBSIDY_ID
, SUBSIDY_NAME
, SUBSIDY_DESCRIPTION
, CLE_ID
FROM APPS.OKL_ASSET_SUBSIDY_LOV_UV;
APPS
OKC_K_LINES_B
OKC_LINE_STYLES_B
OKL_ASSET_SUBSIDY_PVT
- show dependent code
OKL_K_LINES
OKL_SUBSIDIES_B
OKL_SUBSIDIES_TL
APPS.OKL_ASSET_SUBSIDY_LOV_UV is not referenced by any database object
|
|
|
|