[Home] [Help]
[Dependency Information]
| Object Name: | XTR_RM_MD_CURVE_RATES |
|---|---|
| Object Type: | TABLE |
| Owner: | XTR |
| FND Design Data: | XTR.XTR_RM_MD_CURVE_RATES
|
| Subobject Name: | |
| Status: | VALID |
XTR_RM_MD_CURVE_RATES maps market data curves to the rates they contain. Each row corresponds to a curve/rate combination.
This table is used by the Market Data Curves and Show Market Data Curves windows.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XTR_RM_MD_CURVE_RATES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CURVE_CODE
RATE_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RATE_CODE | VARCHAR2 | (20) | Yes | Code for the interest rate or volatility |
| CURVE_CODE | VARCHAR2 | (20) | Yes | Code for the market data curve that contains the rate |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT RATE_CODE
, CURVE_CODE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM XTR.XTR_RM_MD_CURVE_RATES;
XTR.XTR_RM_MD_CURVE_RATES does not reference any database object
XTR.XTR_RM_MD_CURVE_RATES is referenced by following:
XTR
XTR_RM_MD_CURVE_RATES#
|
|
|
|