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


TABLE: XTR.XTR_DEAL_CONFO_TYPES

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


XTR_DEAL_CONFO_TYPES contains deal confirmation types used in confirmation letter templates. Each row corresponds to a confirmation type, and includes a description of the confirmation type and the deal type with which the confirmation type is associated.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XTR_DEAL_CONFO_TYPES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCONFO_TYPE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
CONFO_TYPE VARCHAR2 (50) Yes Deal confirmation action type
DEAL_TYPE VARCHAR2 (7) Yes Code for high level deals
DESCRIPTION VARCHAR2 (200)
Deal action description
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT CONFO_TYPE
,      DEAL_TYPE
,      DESCRIPTION
,      ZD_EDITION_NAME
FROM XTR.XTR_DEAL_CONFO_TYPES;

Dependencies

[top of page]

XTR.XTR_DEAL_CONFO_TYPES does not reference any database object

XTR.XTR_DEAL_CONFO_TYPES is referenced by following:

SchemaXTR
ViewXTR_DEAL_CONFO_TYPES#