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


TABLE: XTR.XTR_DEAL_STATUSES

Object Details
Object Name: XTR_DEAL_STATUSES
Object Type: TABLE
Owner: XTR
FND Design Data: TableXTR.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.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XTR_DEAL_STATUSES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnDEAL_TYPE
ColumnSTATUS_CODE
XTR_DEAL_STATUSES_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnDEAL_TYPE
ColumnUSER_STATUS_CODE
Columns
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
Query Text

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;

Dependencies

[top of page]

XTR.XTR_DEAL_STATUSES does not reference any database object

XTR.XTR_DEAL_STATUSES is referenced by following:

SchemaAPPS
SynonymXTR_DEAL_STATUSES