[Home] [Help]
[Dependency Information]
Object Name: | XTR_DEAL_TYPES |
---|---|
Object Type: | TABLE |
Owner: | XTR |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
XTR_DEAL_TYPES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
XTR_DEAL_TYPES_U2 | NORMAL | UNIQUE |
![]() |
![]() |
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 |
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
FROM XTR.XTR_DEAL_TYPES;
XTR.XTR_DEAL_TYPES does not reference any database object
XTR.XTR_DEAL_TYPES is referenced by following:
|
|
|