[Home] [Help]
[Dependency Information]
| Object Name: | OKL_REPAIR_COSTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_REPAIR_COSTS_V
|
| Subobject Name: | |
| Status: | VALID |
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
| 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 |
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;
APPS
OKL_REPAIR_COSTS_B
OKL_REPAIR_COSTS_TL
APPS
OKL_RPC_PVT
- show dependent code
OKL_RPC_PVT
- show dependent code
|
|
|
|