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


TABLE: XTR.XTR_FX_PERIOD_WEIGHTINGS

Object Details
Object Name: XTR_FX_PERIOD_WEIGHTINGS
Object Type: TABLE
Owner: XTR
FND Design Data: TableXTR.XTR_FX_PERIOD_WEIGHTINGS
Subobject Name:
Status: VALID


XTR_FX_PERIOD_WEIGHTINGS contains limit weighting information. Each row corresponds to a limit weighting for a combination of deal type, deal subtype, and the number of months the deal is from maturity before this limit is applied.
This table corresponds to the Weightings window.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XTR_FX_PERIOD_WEIGHTINGS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDEAL_TYPE
ColumnDEAL_SUBTYPE
ColumnNOS_MONTHS
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
DEAL_SUBTYPE VARCHAR2 (7) Yes Code for deal executions permissible within a deal type
DEAL_TYPE VARCHAR2 (7) Yes Code for high level deals
LIMIT_WEIGHTING NUMBER

Percentage of a deal's face value considered as risk
NOS_MONTHS NUMBER
Yes Number of months to maturity date for which the limit weighting applies
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT DEAL_SUBTYPE
,      DEAL_TYPE
,      LIMIT_WEIGHTING
,      NOS_MONTHS
,      ZD_EDITION_NAME
FROM XTR.XTR_FX_PERIOD_WEIGHTINGS;

Dependencies

[top of page]

XTR.XTR_FX_PERIOD_WEIGHTINGS does not reference any database object

XTR.XTR_FX_PERIOD_WEIGHTINGS is referenced by following:

SchemaXTR
ViewXTR_FX_PERIOD_WEIGHTINGS#