Search Results xtr_layout_template
Overview
The XTR_LAYOUT_TEMPLATE table is a core data object within the Oracle E-Business Suite (EBS) Treasury (XTR) module. It serves as the master repository for defining and storing the configuration of confirmation letter templates. These templates are critical for the automated generation of formal financial documents, such as deal confirmations and settlement advices, which are legally binding communications between parties in treasury transactions. The table's role is to provide the structural blueprint and metadata for these document layouts, enabling the system to produce standardized, compliant correspondence for various transaction types, including foreign exchange, money market, and derivative deals.
Key Information Stored
The primary data stored in this table defines the identity and type of each confirmation template. The key column is TEMPLATE_NAME, which uniquely identifies each template configuration and serves as the table's primary key. A second critical column is TEMPLATE_TYPE, which categorizes the template, likely determining its application for specific deal types or confirmation purposes (e.g., FX Spot, Forward, Swap). While the provided metadata does not list all columns, typical supporting columns in such a table would include a description, status (active/inactive), creation date, and the user who created the template, facilitating template lifecycle management within the treasury operations.
Common Use Cases and Queries
The primary use case is the setup and maintenance of confirmation templates by treasury system administrators. A common operational query involves listing all active templates for a specific transaction type to select the appropriate one for a deal confirmation run. For example: SELECT template_name FROM xtr.xtr_layout_template WHERE template_type = 'FX_SPOT' AND status = 'ACTIVE';. Reporting use cases often involve auditing template usage or generating a catalog of all available document layouts. Integration points, such as data feeds or custom reporting, may query this table to understand the document framework associated with confirmed treasury transactions before extracting corresponding deal data.
Related Objects
The XTR_LAYOUT_TEMPLATE table has defined foreign key relationships with two other key Treasury tables, forming a hierarchy for template definition.
- XTR_LAYOUT_TEMPLATE_LINE: This table holds the detailed line-level components of a template, such as specific text blocks, field placeholders, and formatting instructions. It joins to XTR_LAYOUT_TEMPLATE via the foreign key column
XTR_LAYOUT_TEMPLATE_LINE.TEMPLATE_NAMEreferencing the primary keyXTR_LAYOUT_TEMPLATE.TEMPLATE_NAME. - XTR_LAYOUT_WHERE_CLAUSE: This table likely stores conditional logic or filtering criteria used to determine when a specific template or section is applied. It references XTR_LAYOUT_TEMPLATE through the column
XTR_LAYOUT_TEMPLATE.TEMPLATE_TYPE.
These relationships indicate that a single master template record in XTR_LAYOUT_TEMPLATE governs multiple line items and can be associated with specific conditional rules for dynamic document assembly.
-
Table: XTR_LAYOUT_TEMPLATE
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_LAYOUT_TEMPLATE, object_name:XTR_LAYOUT_TEMPLATE, status:VALID, product: XTR - Treasury , description: Confirmation letter template information , implementation_dba_data: XTR.XTR_LAYOUT_TEMPLATE ,
-
Table: XTR_LAYOUT_TEMPLATE
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_LAYOUT_TEMPLATE, object_name:XTR_LAYOUT_TEMPLATE, status:VALID, product: XTR - Treasury , description: Confirmation letter template information , implementation_dba_data: XTR.XTR_LAYOUT_TEMPLATE ,
-
VIEW: XTR.XTR_LAYOUT_TEMPLATE#
12.2.2
owner:XTR, object_type:VIEW, object_name:XTR_LAYOUT_TEMPLATE#, status:VALID,
-
VIEW: APPS.XTR_LAYOUT_TEMPLATE_V
12.1.1
-
SYNONYM: APPS.XTR_LAYOUT_TEMPLATE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XTR_LAYOUT_TEMPLATE, status:VALID,
-
VIEW: XTR.XTR_LAYOUT_TEMPLATE#
12.2.2
-
TABLE: XTR.XTR_LAYOUT_TEMPLATE
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_LAYOUT_TEMPLATE, object_name:XTR_LAYOUT_TEMPLATE, status:VALID,
-
SYNONYM: APPS.XTR_LAYOUT_TEMPLATE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XTR_LAYOUT_TEMPLATE, status:VALID,
-
VIEW: APPS.XTR_LAYOUT_TEMPLATE_V
12.2.2
-
TABLE: XTR.XTR_LAYOUT_TEMPLATE
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_LAYOUT_TEMPLATE, object_name:XTR_LAYOUT_TEMPLATE, status:VALID,
-
Table: XTR_LAYOUT_TEMPLATE_LINE
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_LAYOUT_TEMPLATE_LINE, object_name:XTR_LAYOUT_TEMPLATE_LINE, status:VALID, product: XTR - Treasury , description: Confirmation template lines , implementation_dba_data: XTR.XTR_LAYOUT_TEMPLATE_LINE ,
-
View: XTR_LAYOUT_TEMPLATE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_LAYOUT_TEMPLATE_V, object_name:XTR_LAYOUT_TEMPLATE_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_LAYOUT_TEMPLATE_V ,
-
Table: XTR_LAYOUT_TEMPLATE_LINE
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_LAYOUT_TEMPLATE_LINE, object_name:XTR_LAYOUT_TEMPLATE_LINE, status:VALID, product: XTR - Treasury , description: Confirmation template lines , implementation_dba_data: XTR.XTR_LAYOUT_TEMPLATE_LINE ,
-
Table: XTR_LAYOUT_WHERE_CLAUSE
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_LAYOUT_WHERE_CLAUSE, object_name:XTR_LAYOUT_WHERE_CLAUSE, status:VALID, product: XTR - Treasury , description: SQL select statement and where clause for each template type , implementation_dba_data: XTR.XTR_LAYOUT_WHERE_CLAUSE ,
-
Table: XTR_LAYOUT_WHERE_CLAUSE
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_LAYOUT_WHERE_CLAUSE, object_name:XTR_LAYOUT_WHERE_CLAUSE, status:VALID, product: XTR - Treasury , description: SQL select statement and where clause for each template type , implementation_dba_data: XTR.XTR_LAYOUT_WHERE_CLAUSE ,
-
View: XTR_LAYOUT_TEMPLATE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_LAYOUT_TEMPLATE_V, object_name:XTR_LAYOUT_TEMPLATE_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_LAYOUT_TEMPLATE_V ,
-
View: XTR_VIEW_TABLE_NAME_V
12.1.1
product: XTR - Treasury , implementation_dba_data: Not implemented in this database ,
-
View: XTR_VIEW_TABLE_NAME_V
12.2.2
product: XTR - Treasury , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.XTR_LAYOUT_TEMPLATE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_LAYOUT_TEMPLATE_V, object_name:XTR_LAYOUT_TEMPLATE_V, status:VALID,
-
VIEW: APPS.XTR_LAYOUT_TEMPLATE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_LAYOUT_TEMPLATE_V, object_name:XTR_LAYOUT_TEMPLATE_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
eTRM - XTR Tables and Views
12.2.2
description: Created on 29-OCT-96 ,
-
eTRM - XTR Tables and Views
12.1.1
description: Created on 29-OCT-96 ,
-
eTRM - XTR Tables and Views
12.2.2
description: Created on 29-OCT-96 ,
-
eTRM - XTR Tables and Views
12.1.1
description: Created on 29-OCT-96 ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1