[Home] [Help]
[Dependency Information]
| Object Name: | OKL_REPAIR_COSTS_ALL_B |
|---|---|
| Object Type: | TABLE |
| Owner: | OKL |
| FND Design Data: | OKL.OKL_REPAIR_COSTS_ALL_B
|
| Subobject Name: | |
| Status: | VALID |
DEFINITION
Setup table to store types of repair and a recommended cost applicable to asset condition repairs
EXAMPLE
MISCELLANEOUS
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKL_REPAIR_COSTS_ALL_B_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | NUMBER | Yes | Primary key column | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Column used for locking records during updates |
| 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 |
| 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 ID
, OBJECT_VERSION_NUMBER
, ENABLED_YN
, COST
, 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 OKL.OKL_REPAIR_COSTS_ALL_B;
OKL.OKL_REPAIR_COSTS_ALL_B does not reference any database object
OKL.OKL_REPAIR_COSTS_ALL_B is referenced by following:
APPS
OKL_REPAIR_COSTS_ALL_B
OKL_REPAIR_COSTS_B
|
|
|
|