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


TABLE: XTR.XTR_RM_MD_CURVE_RATES

Object Details
Object Name: XTR_RM_MD_CURVE_RATES
Object Type: TABLE
Owner: XTR
FND Design Data: TableXTR.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XTR_RM_MD_CURVE_RATES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCURVE_CODE
ColumnRATE_CODE
Columns
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
Query Text

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;

Dependencies

[top of page]

XTR.XTR_RM_MD_CURVE_RATES does not reference any database object

XTR.XTR_RM_MD_CURVE_RATES is referenced by following:

SchemaXTR
ViewXTR_RM_MD_CURVE_RATES#