Search Results okc_report_xsl_tl
Overview
OKC_REPORT_XSL_TL is a translation (TL) table in the OKC – Contracts Core product of Oracle E-Business Suite, valid in both 12.1.1 and 12.2.2. It stores the language-specific stylesheets used for Oracle Contracts printing. The XSLT text held in this table drives the sql-xml-xsl-html report pipeline that transforms contract XML output into formatted HTML documents. Each row represents a stylesheet record for a given language, and the table also carries help text describing the tokens defined in the stylesheet, which is oriented toward the Articles writer role.
The table has 14 documented columns, an owner of OKC, and a primary key OKC_REPORT_XSL_TL_PK defined on (ID, LANGUAGE). A unique index, OKC_REPORT_XSL_TL_U1, also covers (ID, LANGUAGE), reinforcing that pair as the business key. The table references FND_SECURITY_GROUPS through SECURITY_GROUP_ID. From a Data Vault modeling perspective, the metadata classifies this object heuristically as standalone, which suggests treating it as an independent hub or reference satellite rather than a dependent child within a larger contract model.
Key Information Stored
- ID – Surrogate/business identifier for the stylesheet record; part of the primary key OKC_REPORT_XSL_TL_PK.
- LANGUAGE – Language code of the translated stylesheet; the second component of the primary key and of OKC_REPORT_XSL_TL_U1.
- NAME – Name of the stylesheet, used to identify the report or template.
- XSL_TEXT – The XSLT stylesheet body that performs the XML-to-HTML transformation during contract printing.
- HELP_TEXT – Descriptive help content about the tokens defined in the stylesheet, intended for Articles writers.
- PROTECTED_YN – Flag indicating whether the stylesheet is protected from modification.
- SOURCE_LANG – The source language from which the translation originates.
- SFWT_FLAG – Standard "seed data / translation" flag used in Oracle translation tables.
- SECURITY_GROUP_ID – Foreign key to FND_SECURITY_GROUPS, controlling row-level access.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN – Standard audit columns recording who created and last modified the row and when.
Common Use Cases and Queries
Typical scenarios include verifying that a stylesheet exists for a specific language, retrieving the XSLT body for debugging contract print output, and auditing protected stylesheets. A common query retrieves the translation row for a given ID and language:
SELECT id, language, name, xsl_text FROM okc_report_xsl_tl WHERE id = :p_id AND language = :p_lang;
Reporting use cases include listing all languages in which a stylesheet is available, comparing XSL_TEXT differences across translations, and joining to FND_SECURITY_GROUPS to enforce data security. Administrators may also query HELP_TEXT to review token documentation before authoring articles. Access should generally be restricted to read-only reporting, since direct modification of XSL_TEXT affects contract printing behavior.
Related Objects
- FND_SECURITY_GROUPS – Referenced by OKC_REPORT_XSL_TL.SECURITY_GROUP_ID for row-level security.
- OKC_REPORT_XSL_B – The base (non-translated) counterpart table, joined on ID to obtain language-independent stylesheet attributes.
- OKC_REPORT_GROUPS / OKC_REPORT_GROUP_ITEMS – Contract report grouping objects that can reference stylesheet definitions.
- OKC_CONTRACT_TEMPLATES / OKC_TEMPLATES_B – Contract template definitions that drive which print stylesheet is applied.
- OKC_REPORT_XSL_TL_PK / OKC_REPORT_XSL_TL_U1 – Primary key and unique index enforcing (ID, LANGUAGE) integrity.
- OKC Articles / Contract Terms APIs – Consume the stylesheet tokens documented in HELP_TEXT during contract document generation.
-
Table: OKC_REPORT_XSL_TL
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_REPORT_XSL_TL, object_name:OKC_REPORT_XSL_TL, status:VALID, product: OKC - Contracts Core , description: Used for Contract Printing. Stylesheet that drives XSLT in sql-xml-xsl-html report.Help text about tokens defined in stylesheet, usage: for Articles writer. , implementation_dba_data: OKC.OKC_REPORT_XSL_TL ,
-
Table: OKC_REPORT_XSL_TL
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_REPORT_XSL_TL, object_name:OKC_REPORT_XSL_TL, status:VALID, product: OKC - Contracts Core , description: Used for Contract Printing. Stylesheet that drives XSLT in sql-xml-xsl-html report.Help text about tokens defined in stylesheet, usage: for Articles writer. , implementation_dba_data: OKC.OKC_REPORT_XSL_TL ,
-
VIEW: APPS.OKC_REPORT_XSL_V
12.2.2
-
SYNONYM: APPS.OKC_REPORT_XSL_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_REPORT_XSL_TL, status:VALID,
-
VIEW: OKC.OKC_REPORT_XSL_TL#
12.2.2
owner:OKC, object_type:VIEW, object_name:OKC_REPORT_XSL_TL#, status:VALID,
-
VIEW: OKC.OKC_REPORT_XSL_TL#
12.2.2
-
SYNONYM: APPS.OKC_REPORT_XSL_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_REPORT_XSL_TL, status:VALID,
-
VIEW: APPS.OKC_REPORT_XSL_V
12.1.1
-
TABLE: OKC.OKC_REPORT_XSL_TL
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_REPORT_XSL_TL, object_name:OKC_REPORT_XSL_TL, status:VALID,
-
TABLE: OKC.OKC_REPORT_XSL_TL
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_REPORT_XSL_TL, object_name:OKC_REPORT_XSL_TL, status:VALID,
-
View: OKC_REPORT_XSL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_REPORT_XSL_V, object_name:OKC_REPORT_XSL_V, status:VALID, product: OKC - Contracts Core , description: Used in Contract Printing. Keeps stylesheet for sql-xml-xsl-html contract printing. , implementation_dba_data: APPS.OKC_REPORT_XSL_V ,
-
View: OKC_REPORT_XSL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_REPORT_XSL_V, object_name:OKC_REPORT_XSL_V, status:VALID, product: OKC - Contracts Core , description: Used in Contract Printing. Keeps stylesheet for sql-xml-xsl-html contract printing. , implementation_dba_data: APPS.OKC_REPORT_XSL_V ,
-
PACKAGE BODY: APPS.OKC_REPORT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_REPORT_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_REPORT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_REPORT_PVT, status:VALID,
-
VIEW: APPS.OKC_REPORT_XSL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_REPORT_XSL_V, object_name:OKC_REPORT_XSL_V, status:VALID,
-
VIEW: APPS.OKC_REPORT_XSL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_REPORT_XSL_V, object_name:OKC_REPORT_XSL_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
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
-
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.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.OKC_REPORT_PVT SQL Statements
12.2.2
-
APPS.OKC_REPORT_PVT dependencies on OKC_REPORT_XSL_TL
12.1.1
-
APPS.OKC_REPORT_PVT SQL Statements
12.1.1
-
APPS.OKC_REPORT_PVT dependencies on OKC_REPORT_XSL_TL
12.2.2
-
APPS.OKC_REPORT_PVT dependencies on OKC_REPORT_SQL_TL
12.1.1
-
APPS.OKC_REPORT_PVT dependencies on OKC_REPORT_SQL_TL
12.2.2
-
APPS.OKC_REPORT_PVT dependencies on OKC_REPORT_XST
12.1.1
-
APPS.OKC_REPORT_PVT dependencies on OKC_REPORT_XST
12.2.2
-
eTRM - OKC Tables and Views
12.1.1
description: Intersection entity between templates and rules. ,
-
eTRM - OKC Tables and Views
12.2.2
description: Intersection entity between rules and templates ,
-
PACKAGE BODY: APPS.OKC_REPORT_PVT
12.1.1
-
PACKAGE BODY: APPS.OKC_REPORT_PVT
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - OKC Tables and Views
12.1.1
description: Intersection entity between templates and rules. ,
-
eTRM - OKC Tables and Views
12.2.2
description: Intersection entity between rules and templates ,