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


TABLE: XTR.XTR_DEAL_TYPES

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


XTR_DEAL_TYPES contains information of deal types and their categories, such as money market, foreign exchange, and exposures. Each row corresponds to one deal type and contains a description of the deal type and a flag indicating whether the deal type is authorized for use. All deal type values within Treasury must be in this table.
This table corresponds to the Deal Types region in the Deal Types/Product Types window.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XTR_DEAL_TYPES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnDEAL_TYPE
ColumnZD_EDITION_NAME
XTR_DEAL_TYPES_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnUSER_DEAL_TYPE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
ACCRUE_AMORTISE VARCHAR2 (3)
Not currently used
AMOUNT_TYPE VARCHAR2 (7)
Code that identifies the purpose of the amounts for a deal type
AUTHORISED VARCHAR2 (1)
Flag to indicate if the deal type is authorized for use (Y), or not (N)
DEAL_TYPE VARCHAR2 (7) Yes Code for high level deals
USER_DEAL_TYPE VARCHAR2 (7) Yes User-defined deal type code
FROM_DATE_TYPE VARCHAR2 (7)
Not currently used
FX_MM_EXP_FLAG VARCHAR2 (2) Yes Flag to indicate if the deal type is Foreign Exchange (FX), Money Market (MM) or Exposures (EXP)
METHOD VARCHAR2 (3)
Not currently used
NAME VARCHAR2 (80) Yes Deal type description
TO_DATE_TYPE VARCHAR2 (7)
Not currently used
SEEDED_DESCRIPTION VARCHAR2 (80) Yes Pre-defined deal type description
UPDATED_BY VARCHAR2 (30)
User who last updated this record
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT ACCRUE_AMORTISE
,      AMOUNT_TYPE
,      AUTHORISED
,      DEAL_TYPE
,      USER_DEAL_TYPE
,      FROM_DATE_TYPE
,      FX_MM_EXP_FLAG
,      METHOD
,      NAME
,      TO_DATE_TYPE
,      SEEDED_DESCRIPTION
,      UPDATED_BY
,      ZD_EDITION_NAME
FROM XTR.XTR_DEAL_TYPES;

Dependencies

[top of page]

XTR.XTR_DEAL_TYPES does not reference any database object

XTR.XTR_DEAL_TYPES is referenced by following:

SchemaXTR
ViewXTR_DEAL_TYPES#