[Home] [Help]
[Dependency Information]
| Object Name: | OPI_DBI_COGSF_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: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | Organization ID. | ||
| F_CURRENCY_CODE | VARCHAR2 | (30) | Functional Currency Code. | |
| TRANSACTION_DATE | DATE | Transaction Date. | ||
| CONVERSION_RATE | NUMBER | Conversion Rate. | ||
| SEC_CONVERSION_RATE | NUMBER | Conversion rate of secondary currency |
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_COGSF_CONV_RATES;
OPI.OPI_DBI_COGSF_CONV_RATES does not reference any database object
OPI.OPI_DBI_COGSF_CONV_RATES is referenced by following:
APPS
OPI_DBI_COGSF_CONV_RATES
|
|
|
|