CURRENCY_SCHEDULE_RATE |
Default Table Name | CURRENCY_SCHEDULE_RATE |
Definition | Name: Currency Schedule Exchange Rates . Description: This table contains the currency exchange rates for specific currency schedules. This data is used for currency conversions. |
CURRENCY_SCHEDULE_RATE Columns |
ColumnName | Domain | Datatype | NULL | Definition |
CURRENCY_SCHEDULE_CD![]() |
VARCHAR2(10) | NO | Name: Currency Schedule. Description: The identifier for the currency schedule. |
|
EFFECTIVE_DT![]() |
DATE | NO | Name: Effective Date. Description: The date the exchange rate was effective. |
|
FROM_CURRENCY_CD![]() |
VARCHAR2(3) | NO | Name: From Currency. Description: The Currency code of the transaction that is being converted. |
|
TO_CURRENCY_CD![]() |
VARCHAR2(3) | NO | Name: To Currency. Description: The Currency code being converted to. |
|
EXCHANGE_RATE | NUMBER(20, 10) | NO | Name: Exchange Rate. Description: The exchange rate. |
|
MODIFIED_BY | VARCHAR2(20) | NO | Name: Modified By. Description: The User ID of the person who last modified this record. |
|
ROWVERSION | NUMBER(10, 0) | NO | Name: Row Version. Description: The number of times this record has been updated. |
|
TIME_STAMP | DATE | NO | Name: Time Stamp. Description: Date and time the record was last modified. |
CURRENCY_SCHEDULE_RATE Primary and Unique Keys |
Key Name | Key Type | Keys |
PI_0168 | PrimaryKey | CURRENCY_SCHEDULE_CD, EFFECTIVE_DT, FROM_CURRENCY_CD, TO_CURRENCY_CD |
CURRENCY_SCHEDULE_RATE Foreign Keys |
Parent Relationships: |
Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Deferrable |
CURRENCY | Identifying | One To Zero or More | F00177 | FROM_CURRENCY_CD | NO | NO | ||
CURRENCY | Identifying | One To Zero or More | F00178 | TO_CURRENCY_CD | NO | NO | ||
CURRENCY_SCHEDULE | Identifying | One To Zero or More | F00179 | CURRENCY_SCHEDULE_CD | NO | NO |
Child Relationships: |
Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Deferrable |