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


TABLE: BIL.BIL_BI_CURRENCY_RATE

Object Details
Object Name: BIL_BI_CURRENCY_RATE
Object Type: TABLE
Owner: BIL
FND Design Data: TableBIL.BIL_BI_CURRENCY_RATE
Subobject Name:
Status: VALID


Interface table to store the currency conversion rate from transaction currency to BIS Primary Global Currency. Currency rates are obtained from FII and GL APIs. The interface table is used in base summary concurrent program for better performance.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BIL_BI_CURRENCY_RATE_U1 NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnCURRENCY_CODE
ColumnEXCHANGE_DATE
Columns
Name Datatype Length Mandatory Comments
CURRENCY_CODE VARCHAR2 (15) Yes Transaction Currency code
EXCHANGE_DATE DATE
Yes Date of the currency conversion
EXCHANGE_RATE NUMBER

Currency conversion rate from transaction currency to BIS Primary Global Currency
EXCHANGE_RATE_S NUMBER

Currency conversion rate from transaction currency to BIS Secondary Global Currency
Query Text

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


SELECT CURRENCY_CODE
,      EXCHANGE_DATE
,      EXCHANGE_RATE
,      EXCHANGE_RATE_S
FROM BIL.BIL_BI_CURRENCY_RATE;

Dependencies

[top of page]

BIL.BIL_BI_CURRENCY_RATE does not reference any database object

BIL.BIL_BI_CURRENCY_RATE is referenced by following:

SchemaAPPS
SynonymBIL_BI_CURRENCY_RATE