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


VIEW: APPS.OKL_REPAIR_COSTS_V

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

View Type

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


DEFINITION
Setup table to store types of repair and a recommended cost applicable to asset condition repairs
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
ENABLED_YN VARCHAR2 (3)
This will indicate whether this repair cost is enabled and active for selection
COST NUMBER (14) Yes The recommended cost to repair an item referenced in either the repair type or description columns
REPAIR_TYPE VARCHAR2 (240) Yes A brief summary of the repair, should include the item that this is applicable to.
DESCRIPTION VARCHAR2 (1995) Yes User entered description
ORG_ID NUMBER (15)
Operating unit identifier
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
Query Text

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


SELECT ROW_ID
,      ID
,      OBJECT_VERSION_NUMBER
,      SFWT_FLAG
,      ENABLED_YN
,      COST
,      REPAIR_TYPE
,      DESCRIPTION
,      ORG_ID
,      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
FROM APPS.OKL_REPAIR_COSTS_V;

Dependencies

[top of page]

APPS.OKL_REPAIR_COSTS_V references the following:

SchemaAPPS
SynonymOKL_REPAIR_COSTS_B
SynonymOKL_REPAIR_COSTS_TL
APPS.OKL_REPAIR_COSTS_V is referenced by following:

SchemaAPPS
Package BodyOKL_RPC_PVT - show dependent code
PL/SQL PackageOKL_RPC_PVT - show dependent code