[Home] [Help]
[Dependency Information]
| Object Name: | MTL_TRANSACTION_ACCOUNTS_EFC |
|---|---|
| Object Type: | TABLE |
| Owner: | INV |
| FND Design Data: | INV.MTL_TRANSACTION_ACCOUNTS_EFC
|
| Subobject Name: | |
| Status: | VALID |
MTL_TRANSACTION_ACCOUNTS_EFC is used exclusively as an archive table
for the "Euro as a functional currency" project. It mirrors the table
MTL_TRANSACTION_ACCOUNTS prior to conversion to the euro currency.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TRANSACTION_ID | NUMBER | Transaction Identifier | ||
| CURRENCY_CONVERSION_RATE | NUMBER | Currency Conversion Rate | ||
| REFERENCE_ACCOUNT | NUMBER | Reference Account | ||
| BASE_TRANSACTION_VALUE | NUMBER | Yes | Base Transaction Value | |
| RATE_OR_AMOUNT | NUMBER | Rate Or Amount | ||
| SET_OF_BOOKS_ID | NUMBER | Set Of Books Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT TRANSACTION_ID
, CURRENCY_CONVERSION_RATE
, REFERENCE_ACCOUNT
, BASE_TRANSACTION_VALUE
, RATE_OR_AMOUNT
, SET_OF_BOOKS_ID
FROM INV.MTL_TRANSACTION_ACCOUNTS_EFC;
INV.MTL_TRANSACTION_ACCOUNTS_EFC does not reference any database object
INV.MTL_TRANSACTION_ACCOUNTS_EFC is referenced by following:
INV
MTL_TRANSACTION_ACCOUNTS_EFC#
|
|
|
|