[Home] [Help]
[Dependency Information]
| Object Name: | XTR_DEAL_STATUSES |
|---|---|
| Object Type: | TABLE |
| Owner: | XTR |
| FND Design Data: | XTR.XTR_DEAL_STATUSES
|
| Subobject Name: | |
| Status: | VALID |
XTR_DEAL_STATUSES contains the different deal type, status combinations. One deal type can have many statuses. With the exception of exposure transactions, all deal types have at least two statuses: CURRENT and CANCELLED. Physical instruments also have a CLOSED status. Derivatives, with the exception of FRAs, have an EXPIRED and an EXERCISED status. FRAs have a SETTLED status. Treasury changes deal status automatically when a deal goes from one stage to another. You can only change a deal status to CANCELLED from CURRENT.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XTR_DEAL_STATUSES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
DEAL_TYPE
STATUS_CODE
|
| XTR_DEAL_STATUSES_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
DEAL_TYPE
USER_STATUS_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| AUTO_USER_SET | VARCHAR2 | (1) | Yes | Flag to indicate the status is set automatically (A) or manully by user (U) |
| DEAL_TYPE | VARCHAR2 | (7) | Yes | Code for high level deals |
| DESCRIPTION | VARCHAR2 | (80) | Yes | Status description |
| STATUS_CODE | VARCHAR2 | (10) | Yes | Code for the execution status of deals and transactions |
| USER_STATUS_CODE | VARCHAR2 | (10) | Yes | User-defined deal status code |
| UPDATEABLE | VARCHAR2 | (1) | Yes | Flag to indicate whether the status is updateable (Y), or not (N) |
| SEEDED_DESCRIPTION | VARCHAR2 | (80) | Yes | Pre-defined status description |
| UPDATED_BY | VARCHAR2 | (30) | User who last updated this record |
Cut, paste (and edit) the following text to query this object:
SELECT AUTO_USER_SET
, DEAL_TYPE
, DESCRIPTION
, STATUS_CODE
, USER_STATUS_CODE
, UPDATEABLE
, SEEDED_DESCRIPTION
, UPDATED_BY
FROM XTR.XTR_DEAL_STATUSES;
XTR.XTR_DEAL_STATUSES does not reference any database object
XTR.XTR_DEAL_STATUSES is referenced by following:
APPS
XTR_DEAL_STATUSES
|
|
|
|