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


VIEW: APPS.OKL_CS_ASSET_LOC_CHANGE_UV

Object Details
Object Name: OKL_CS_ASSET_LOC_CHANGE_UV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKL.OKL_CS_ASSET_LOC_CHANGE_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
ID NUMBER
Yes Primary key column
KLE_ID NUMBER
Yes Foreign key to table OKL_K_LINES
DNZ_CLE_ID NUMBER

Foreign Key to table OKC_K_LINES_V.ID for Free Form1 line style. A denormalized key to the OKL_K_LINES.ID
OBJECT_ID1_OLD VARCHAR2 (40)
Foreign key to an OKX_PARTY_SITE_USES_V.ID1 view identifitied by corresponding JTOT_OBJECT_CODE_OLD column which is 'OKX_PARTSITE . First part of primary key in view.
OBJECT_ID2_OLD VARCHAR2 (200)
Foreign key to an OKX_PARTY_SITE_USES_V.ID1 view identifitied by corresponding JTOT_OBJECT_CODE_OLD column which is 'OKX_PARTSITE . Secondt part of primary key in view.
OBJECT_ID1_NEW VARCHAR2 (40) Yes Foreign key to an OKX_PARTY_SITE_USES_V.ID1 view identifitied by corresponding JTOT_OBJECT_CODE_NEW column which is 'OKX_PARTSITE . First part of primary key in view.
OBJECT_ID2_NEW VARCHAR2 (200) Yes Foreign key to an OKX_PARTY_SITE_USES_V.ID1 view identifitied by corresponding JTOT_OBJECT_CODE_NEW column which is 'OKX_PARTSITE . Second part of primary key in view.
DATE_EFFECTIVE DATE
Yes This is the date the transaction actually occured, e.g, created date + hold until, or a date < created date.This is the date the transaction actually occured, e.g, created date + hold until, or a date < created date.
OLD_LOCATION VARCHAR2 (80)
Old Location of Asset.
NEW_LOCATION VARCHAR2 (80)
New Location for Asset.
TAX_AMOUNT NUMBER

Tax Amount.
CURRENCY_CODE VARCHAR2 (15)
Currency Code.
TSU_CODE VARCHAR2 (30) Yes
TSU_MEANING VARCHAR2 (80) Yes
REQUEST_ID NUMBER

SERIAL_NUMBER VARCHAR2 (30)
TAXABLE_AMOUNT NUMBER

Query Text

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


SELECT ID
,      KLE_ID
,      DNZ_CLE_ID
,      OBJECT_ID1_OLD
,      OBJECT_ID2_OLD
,      OBJECT_ID1_NEW
,      OBJECT_ID2_NEW
,      DATE_EFFECTIVE
,      OLD_LOCATION
,      NEW_LOCATION
,      TAX_AMOUNT
,      CURRENCY_CODE
,      TSU_CODE
,      TSU_MEANING
,      REQUEST_ID
,      SERIAL_NUMBER
,      TAXABLE_AMOUNT
FROM APPS.OKL_CS_ASSET_LOC_CHANGE_UV;

Dependencies

[top of page]

APPS.OKL_CS_ASSET_LOC_CHANGE_UV references the following:

SchemaAPPS
PL/SQL PackageARP_ADDR_LABEL_PKG - show dependent code
SynonymCSI_ITEM_INSTANCES
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS
SynonymHZ_LOCATIONS
SynonymHZ_PARTY_SITES
SynonymHZ_PARTY_SITE_USES
SynonymOKC_K_HEADERS_B
SynonymOKC_K_ITEMS
SynonymOKC_K_LINES_B
SynonymOKL_TAX_SOURCES
SynonymOKL_TRX_ASSETS
SynonymOKL_TRX_TYPES_TL
ViewOKL_TRX_TYPES_V
SynonymOKL_TXL_ITM_INSTS

APPS.OKL_CS_ASSET_LOC_CHANGE_UV is not referenced by any database object