[Home] [Help]
[Dependency Information]
Object Name: | XTR_LAYOUT_TEMPLATE |
---|---|
Object Type: | TABLE |
Owner: | XTR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
XTR_LAYOUT_TEMPLATE contains information about confirmation letter templates. Each row corresponds to a template and includes the template name, template type and deal action type. It also indicates whether the template is a default template or not.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
XTR_LAYOUT_TEMPLATE_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ACTION_TYPE | VARCHAR2 | (50) | Yes | Deal action type |
CLIENT_LETTER | VARCHAR2 | (1) | Not currently used | |
CLIENT_OR_CPARTY_LETTER | VARCHAR2 | (2) | Yes | Flag to indicate if a confirmation is a client (C) or counterparty letter (CP) |
CURRENT_TEMPLATE_YN | VARCHAR2 | (1) | Flag to indicate if the template is the default template (Y), or not (N) | |
DESCRIPTION | VARCHAR2 | (100) | Not currently used | |
REPORT_NAME | VARCHAR2 | (200) | Not currently used | |
REPORT_SUB | VARCHAR2 | (200) | Not currently used | |
REPORT_TYPE | VARCHAR2 | (1) | Yes | Report type |
TEMPLATE_NAME | VARCHAR2 | (24) | Yes | Template name |
TEMPLATE_TYPE | VARCHAR2 | (50) | Yes | Template type |
VIEW_EXISTS_YN | VARCHAR2 | (1) | Flag to indicate if the view has been created for the template (Y), or not (N) | |
WHEN_CREATED | DATE | Date this record was created | ||
WHO_CREATED | VARCHAR2 | (30) | User who created this record |
Cut, paste (and edit) the following text to query this object:
SELECT ACTION_TYPE
, CLIENT_LETTER
, CLIENT_OR_CPARTY_LETTER
, CURRENT_TEMPLATE_YN
, DESCRIPTION
, REPORT_NAME
, REPORT_SUB
, REPORT_TYPE
, TEMPLATE_NAME
, TEMPLATE_TYPE
, VIEW_EXISTS_YN
, WHEN_CREATED
, WHO_CREATED
FROM XTR.XTR_LAYOUT_TEMPLATE;
XTR.XTR_LAYOUT_TEMPLATE does not reference any database object
XTR.XTR_LAYOUT_TEMPLATE is referenced by following:
|
|
|