DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.OKL_FUND_ASSETS_LOV_UV

Object Details
Object Name: OKL_FUND_ASSETS_LOV_UV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKL.OKL_FUND_ASSETS_LOV_UV
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
Name Datatype Length Mandatory Comments
FUND_ID NUMBER
Yes Funding identifier
CLE_ID NUMBER
Yes Contract line identifier
CHR_ID NUMBER
Yes Contract Identifier
KLE_NUM VARCHAR2 (150)
Asset Number
KLE_NAME VARCHAR2 (1995)
User entered description
KLE_AMT NUMBER

Line amount
KLE_FUND_AMT NUMBER

Line funded amount
VENDOR_SITE_ID NUMBER
Yes Vendor site identifier
SUB_AMT NUMBER

Subsidy amount
SUB_FUND_AMT NUMBER

Subsidy funded amount
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT FUND_ID
,      CLE_ID
,      CHR_ID
,      KLE_NUM
,      KLE_NAME
,      KLE_AMT
,      KLE_FUND_AMT
,      VENDOR_SITE_ID
,      SUB_AMT
,      SUB_FUND_AMT
FROM APPS.OKL_FUND_ASSETS_LOV_UV;

Dependencies

[top of page]

APPS.OKL_FUND_ASSETS_LOV_UV references the following:

SchemaAPPS
ViewOKL_ASSETS_LOV_UV
PL/SQL PackageOKL_FUNDING_PVT - show dependent code
SynonymOKL_TRX_AP_INVOICES_B
SynonymOKL_TXL_AP_INV_LNS_B

APPS.OKL_FUND_ASSETS_LOV_UV is not referenced by any database object