[Home] [Help]
[Dependency Information]
| Object Name: | OPI_DBI_RES_CONV_RATES |
|---|---|
| Object Type: | TABLE |
| Owner: | OPI |
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OPI_DBI_RES_CONV_RATES_N1 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
ORGANIZATION_ID
TRANSACTION_DATE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | Conversion rate of secondary global currency. | ||
| F_CURRENCY_CODE | VARCHAR2 | (30) | Functional currency code. | |
| TRANSACTION_DATE | DATE | Transaction date. | ||
| CONVERSION_RATE | NUMBER | |||
| SEC_CONVERSION_RATE | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, F_CURRENCY_CODE
, TRANSACTION_DATE
, CONVERSION_RATE
, SEC_CONVERSION_RATE
FROM OPI.OPI_DBI_RES_CONV_RATES;
OPI.OPI_DBI_RES_CONV_RATES does not reference any database object
OPI.OPI_DBI_RES_CONV_RATES is referenced by following:
APPS
OPI_DBI_RES_CONV_RATES
|
|
|
|