DBA Data[Home] [Help] [Dependency Information]


TABLE: GL.GL_MC_UPGRADE_RATES

Object Details
Object Name: GL_MC_UPGRADE_RATES
Object Type: TABLE
Owner: GL
FND Design Data: TableSQLGL.GL_MC_UPGRADE_RATES
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GL_MC_UPGRADE_RATES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnUPGRADE_RUN_ID
ColumnFROM_CURRENCY
ColumnTO_CURRENCY
Columns
Name Datatype Length Mandatory Comments
UPGRADE_RUN_ID NUMBER (15) Yes Upgrade run defining column
FROM_CURRENCY VARCHAR2 (15) Yes From currency code
TO_CURRENCY VARCHAR2 (15) Yes To currency code
DENOMINATOR_RATE NUMBER
Yes Denominator that is used to calculate the conversion rate
NUMERATOR_RATE NUMBER
Yes Numerator that is used to calculate the conversion rate
CONVERSION_RATE NUMBER
Yes Currency conversion rate
PRECISION NUMBER (1)
Maximum number of digits to the right of the decimal point
MINIMUM_ACCOUNTABLE_UNIT NUMBER

Minimum accountable unit for the currency
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT UPGRADE_RUN_ID
,      FROM_CURRENCY
,      TO_CURRENCY
,      DENOMINATOR_RATE
,      NUMERATOR_RATE
,      CONVERSION_RATE
,      PRECISION
,      MINIMUM_ACCOUNTABLE_UNIT
FROM GL.GL_MC_UPGRADE_RATES;

Dependencies

[top of page]

GL.GL_MC_UPGRADE_RATES does not reference any database object

GL.GL_MC_UPGRADE_RATES is referenced by following:

SchemaGL
ViewGL_MC_UPGRADE_RATES#