[Home] [Help]
[Dependency Information]
| Object Name: | XTR_DEAL_CONFO_TYPES |
|---|---|
| Object Type: | TABLE |
| Owner: | XTR |
| FND Design Data: | XTR.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.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT CONFO_TYPE
, DEAL_TYPE
, DESCRIPTION
FROM XTR.XTR_DEAL_CONFO_TYPES;
XTR.XTR_DEAL_CONFO_TYPES does not reference any database object
XTR.XTR_DEAL_CONFO_TYPES is referenced by following:
APPS
XTR_DEAL_CONFO_TYPES
|
|
|
|