[Home] [Help]
[Dependency Information]
Object Name: | FA_MC_CONVERSION_RATES |
---|---|
Object Type: | TABLE |
Owner: | FA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FA_MC_CONVERSION_RATES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ASSET_ID | NUMBER | (15) | Yes | Asset identification number |
SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Reporting Set of Books ID in General Ledger |
BOOK_TYPE_CODE | VARCHAR2 | (15) | Yes | Primary Book Name |
STATUS | VARCHAR2 | (2) | Yes | Status |
COST | NUMBER | Cost of the asset in reporting currency | ||
PRIMARY_CUR_COST | NUMBER | Yes | Cost of the asset in primary currency | |
EXCHANGE_RATE | NUMBER | Exchange Rate used for conversion | ||
CONVERSION_BASIS | VARCHAR2 | (1) | Conversion Basis | |
LAST_PERIOD_COUNTER | NUMBER | (15) | Yes | Last period asset depreciated in primary book |
Cut, paste (and edit) the following text to query this object:
SELECT ASSET_ID
, SET_OF_BOOKS_ID
, BOOK_TYPE_CODE
, STATUS
, COST
, PRIMARY_CUR_COST
, EXCHANGE_RATE
, CONVERSION_BASIS
, LAST_PERIOD_COUNTER
FROM FA.FA_MC_CONVERSION_RATES;
FA.FA_MC_CONVERSION_RATES does not reference any database object
FA.FA_MC_CONVERSION_RATES is referenced by following:
|
|
|