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


VIEW: APPS.OKL_ASSET_RETURNS_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


DEFINITION
The transaction table for managing assets that are off lease after a contract termination or assets that have been identified as possible returns.
The return asset transaction is created by one of the following:
1. Repossession request
2. Customer or Vendor notification of intent to return
3. System notification of potential return
EXAMPLE
MISCELLANEOUS


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row Identifier in the database
ID NUMBER
Yes Primary key column
OBJECT_VERSION_NUMBER NUMBER (9) Yes Column used for locking records during updates
SFWT_FLAG VARCHAR2 (3) Yes Column used by the translation batch program
RMR_ID NUMBER

Foreign key to table JTF_RS_TEAMS_B
IMR_ID NUMBER

Foreign key to table MTL_SYSTEM_ITEMS_B
RNA_ID NUMBER

Foreign key to view OKX_VENDORS_V
KLE_ID NUMBER
Yes Foreign key to table OKL_K_LINES
ISO_ID NUMBER

Oracle internal use only - reserved for future use
SECURITY_DEP_TRX_AP_ID NUMBER

Foreign Key to table OKL_TRX_AP_INVOICES_B
ARS_CODE VARCHAR2 (30) Yes The asset return status code. The FND lookup type is OKL_ASSET_RETURN_STATUS
ART1_CODE VARCHAR2 (30) Yes The asset return type code. The FND lookup type is OKL_ASSET_RETURN_TYPE
DATE_RETURNED DATE

The date the asset was actually returned
DATE_TITLE_RETURNED DATE

The date the title was returned by the custodian
DATE_RETURN_DUE DATE

The scheduled date for the asset return
DATE_RETURN_NOTIFIED DATE

The date notification was received of intent to return asset
RELOCATE_ASSET_YN VARCHAR2 (3)
Does the asset need to be relocated before being remarketed
ASSET_RELOCATED_YN VARCHAR2 (3)
Was the asset relocated
REPURCHASE_AGMT_YN VARCHAR2 (3)
Is there a repurchase agreement for this asset
FLOOR_PRICE NUMBER (14)
The floor price for the asset
NEW_ITEM_PRICE NUMBER (14)
The new item price for remarketing the asset
VOLUNTARY_YN VARCHAR2 (3)
Repossession type, voluntary or involuntary
DATE_REPOSSESSION_REQUIRED DATE

Required repossession date
DATE_REPOSSESSION_ACTUAL DATE

The actual date the repossession took place
DATE_HOLD_UNTIL DATE

Represents when collections/litigation will release the asset for sale
COMMMERCIALLY_REAS_SALE_YN VARCHAR2 (3)
Is the asset available for sale following repossession
LIKE_KIND_YN VARCHAR2 (3)
Indicates whether the asset coming off the lease is eligible for like kind exchange or not
NEW_ITEM_DESCRIPTION VARCHAR2 (1995)
The new item description for the asset
COMMENTS VARCHAR2 (1995)
User entered comments
ATTRIBUTE_CATEGORY VARCHAR2 (90)
Descriptive flexfield category column
ATTRIBUTE1 VARCHAR2 (450)
Descriptive flexfield column
ATTRIBUTE2 VARCHAR2 (450)
Descriptive flexfield column
ATTRIBUTE3 VARCHAR2 (450)
Descriptive flexfield column
ATTRIBUTE4 VARCHAR2 (450)
Descriptive flexfield column
ATTRIBUTE5 VARCHAR2 (450)
Descriptive flexfield column
ATTRIBUTE6 VARCHAR2 (450)
Descriptive flexfield column
ATTRIBUTE7 VARCHAR2 (450)
Descriptive flexfield column
ATTRIBUTE8 VARCHAR2 (450)
Descriptive flexfield column
ATTRIBUTE9 VARCHAR2 (450)
Descriptive flexfield column
ATTRIBUTE10 VARCHAR2 (450)
Descriptive flexfield column
ATTRIBUTE11 VARCHAR2 (450)
Descriptive flexfield column
ATTRIBUTE12 VARCHAR2 (450)
Descriptive flexfield column
ATTRIBUTE13 VARCHAR2 (450)
Descriptive flexfield column
ATTRIBUTE14 VARCHAR2 (450)
Descriptive flexfield column
ATTRIBUTE15 VARCHAR2 (450)
Descriptive flexfield column
ORG_ID NUMBER (15)
Operating unit identifier
REQUEST_ID NUMBER (15)
Concurrent Manager column
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Manager column
PROGRAM_ID NUMBER (15)
Concurrent Manager column
PROGRAM_UPDATE_DATE DATE

Concurrent Manager column
CREATED_BY NUMBER (15) Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
CURRENCY_CODE VARCHAR2 (15)
Indicates the currency in which the amounts are stored
CURRENCY_CONVERSION_CODE VARCHAR2 (15)
Indicates the target currency of the conversion information
CURRENCY_CONVERSION_TYPE VARCHAR2 (30)
The conversion type (spot, user or corporate)
CURRENCY_CONVERSION_RATE NUMBER

The conversion rate to convert the amounts from the CURRENCY_CODE to the CURRENCY_CONVERSION_CODE
CURRENCY_CONVERSION_DATE DATE

The conversion date the conversion rate was determined
NEW_ITEM_NUMBER VARCHAR2 (40)
New Item Number
LEGAL_ENTITY_ID NUMBER

Stores the Legal Entity Id. Foreign Key to XLE_ENTITY_PROFILES
ASSET_FMV_AMOUNT NUMBER

Asset FMV Amount
Query Text

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


SELECT ROW_ID
,      ID
,      OBJECT_VERSION_NUMBER
,      SFWT_FLAG
,      RMR_ID
,      IMR_ID
,      RNA_ID
,      KLE_ID
,      ISO_ID
,      SECURITY_DEP_TRX_AP_ID
,      ARS_CODE
,      ART1_CODE
,      DATE_RETURNED
,      DATE_TITLE_RETURNED
,      DATE_RETURN_DUE
,      DATE_RETURN_NOTIFIED
,      RELOCATE_ASSET_YN
,      ASSET_RELOCATED_YN
,      REPURCHASE_AGMT_YN
,      FLOOR_PRICE
,      NEW_ITEM_PRICE
,      VOLUNTARY_YN
,      DATE_REPOSSESSION_REQUIRED
,      DATE_REPOSSESSION_ACTUAL
,      DATE_HOLD_UNTIL
,      COMMMERCIALLY_REAS_SALE_YN
,      LIKE_KIND_YN
,      NEW_ITEM_DESCRIPTION
,      COMMENTS
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      ORG_ID
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CURRENCY_CODE
,      CURRENCY_CONVERSION_CODE
,      CURRENCY_CONVERSION_TYPE
,      CURRENCY_CONVERSION_RATE
,      CURRENCY_CONVERSION_DATE
,      NEW_ITEM_NUMBER
,      LEGAL_ENTITY_ID
,      ASSET_FMV_AMOUNT
FROM APPS.OKL_ASSET_RETURNS_V;

Dependencies

[top of page]

APPS.OKL_ASSET_RETURNS_V references the following:

SchemaAPPS
SynonymOKL_ASSET_RETURNS_B
SynonymOKL_ASSET_RETURNS_TL
APPS.OKL_ASSET_RETURNS_V is referenced by following:

SchemaAPPS
ViewOKL_AM_ASSET_LOV_UV
Package BodyOKL_AM_ASSET_RETURN_WF - show dependent code
Package BodyOKL_AM_CNTRCT_LN_TRMNT_PVT - show dependent code
Package BodyOKL_AM_LEASE_TRMNT_PVT - show dependent code
Package BodyOKL_AM_QUOTES_WF - show dependent code
ViewOKL_AM_REPURCHASE_ASSET_HDR_UV
Package BodyOKL_AM_SHIPPING_INSTR_PVT - show dependent code
PL/SQL PackageOKL_ART_PVT - show dependent code
Package BodyOKL_ART_PVT - show dependent code
Package BodyOKL_QTE_PVT - show dependent code
Package BodyOKL_RAS_PVT - show dependent code
Package BodyOKL_RFC_PVT - show dependent code
Package BodyOKL_SPLIT_ASSET_PVT - show dependent code
Package BodyOKL_TAP_PVT - show dependent code