[Home] [Help]
[Dependency Information]
| Object Name: | XTR_RM_MD_SET_CURVES |
|---|---|
| Object Type: | TABLE |
| Owner: | XTR |
| FND Design Data: | XTR.XTR_RM_MD_SET_CURVES
|
| Subobject Name: | |
| Status: | VALID |
The XTR_RM_MD_SET_CURVES table stores information regarding which curves, if any, are part of a market data set.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XTR_RM_MD_SET_CURVES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SET_CODE
CURVE_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SET_CODE | VARCHAR2 | (20) | Yes | Code of the market data set to which the curve belongs |
| CURVE_CODE | VARCHAR2 | (20) | Yes | Code of the market data curve |
| DATA_SIDE | VARCHAR2 | (20) | Yes | Data side of the curve to be used for the market data set |
| INTERPOLATION | VARCHAR2 | (20) | Yes | Interpolation method of the curve to be used for the market data set |
| 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 SET_CODE
, CURVE_CODE
, DATA_SIDE
, INTERPOLATION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM XTR.XTR_RM_MD_SET_CURVES;
XTR.XTR_RM_MD_SET_CURVES does not reference any database object
XTR.XTR_RM_MD_SET_CURVES is referenced by following:
XTR
XTR_RM_MD_SET_CURVES#
|
|
|
|