Search Results okc_process_defs_tl
Overview
OKC_PROCESS_DEFS_TL is the translation (TL) table for the Contracts Core process definition entity in Oracle EBS. It stores the language-specific, translatable columns that accompany the base record held in OKC_PROCESS_DEFS_B. In the Oracle Multi-Lingual Support (MLS) architecture used throughout the E-Business Suite, a base table holds language-independent attributes and a paired _TL table holds the descriptive text that varies by installed language. This table belongs to the OKC schema and is valid in both release 12.1.1 and 12.2.2.
From a data-modeling perspective, the ETRM metadata classifies this object heuristically as a standalone Data Vault entity as mined from its foreign-key structure. A more precise modeling suggestion, given that OKC_PROCESS_DEFS_TL carries descriptive attributes dependent on the parent base row rather than a business key of its own, is that it functions as a satellite keyed on the base entity plus language. Analysts building downstream models should treat it as descriptive, version-of-language context rather than an independent hub.
Key Information Stored
The table contains fifteen documented columns. The physical surrogate identifier is the composite primary key OKC_PROCESS_DEFS_TL_PK, defined on ID and LANGUAGE. ID is the surrogate key that links the translation row to its base row in OKC_PROCESS_DEFS_B; LANGUAGE identifies the language of the descriptive text.
The remaining attributes convey the language-specific content and MLS/audit context:
- DESCRIPTION and SHORT_DESCRIPTION — the translated descriptive text for the process definition, suitable for display and reporting.
- NAME — the translated user-facing name of the process definition.
- COMMENTS — free-form translated commentary associated with the definition.
- SOURCE_LANG and SFWT_FLAG — MLS metadata identifying the source language and the standard "seed with translation" processing flag.
- SECURITY_GROUP_ID — the operating-unit/security grouping that scopes access to the record; it is documented as a foreign key to FND_SECURITY_GROUPS.
- ZD_EDITION_NAME — the editioning column introduced with the EBS online patching (Edition-Based Redefinition) model. It participates with ID and LANGUAGE in the unique index OKC_PROCESS_DEFS_TL_U1, making it a business-key candidate alongside the primary key.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN provide standard "who/when" traceability for each translated row.
Common Use Cases and Queries
The table is typically joined to its base table on ID and filtered to the session or report language to return readable process-definition text. A representative query for a single language is:
SELECT t.NAME, t.DESCRIPTION FROM OKC_PROCESS_DEFS_TL t, OKC_PROCESS_DEFS_B b WHERE t.ID = b.ID AND t.LANGUAGE = USERENV('LANG');
Reporting scenarios include listing all defined contract process flows with their localized names and descriptions, extracting source text for translation maintenance, and auditing which languages have been populated for a given process definition. Because MLS stores one row per language, a query filtered only on ID may return multiple rows; reports should always constrain LANGUAGE (or aggregate with a language preference). The SECURITY_GROUP_ID provides a further predicate for restricting output to the caller's operating unit. The EDITION_NAME and SFWT_FLAG columns are relevant when validating data migrated or seeded via translation-seeding programs.
Related Objects
The following documented relationships are most significant:
- OKC_PROCESS_DEFS_B — the base table supplying the language-independent rows; joined on ID.
- FND_SECURITY_GROUPS — referenced via the SECURITY_GROUP_ID foreign key for access scoping.
- FND_LANGUAGES — supplies the valid LANGUAGE codes against which rows are validated.
- OKC_PROCESS_DEFS_TL_PK — the primary-key constraint over ID and LANGUAGE.
- OKC_PROCESS_DEFS_TL_U1 — the unique index over ID, LANGUAGE, and ZD_EDITION_NAME, identifying the business-key candidate.
- OKC_PROCESS_DEFS_VL — the conventional MLS view layered over the base and translation tables, which application code queries rather than the physical _TL table.
-
Table: OKC_PROCESS_DEFS_TL
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_PROCESS_DEFS_TL, object_name:OKC_PROCESS_DEFS_TL, status:VALID, product: OKC - Contracts Core , description: Translatable columns from OKC_PROCESS_DEFS_B, as per MLS standards. , implementation_dba_data: OKC.OKC_PROCESS_DEFS_TL ,
-
Table: OKC_PROCESS_DEFS_TL
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_PROCESS_DEFS_TL, object_name:OKC_PROCESS_DEFS_TL, status:VALID, product: OKC - Contracts Core , description: Translatable columns from OKC_PROCESS_DEFS_B, as per MLS standards. , implementation_dba_data: OKC.OKC_PROCESS_DEFS_TL ,
-
VIEW: OKC.OKC_PROCESS_DEFS_TL#
12.2.2
owner:OKC, object_type:VIEW, object_name:OKC_PROCESS_DEFS_TL#, status:VALID,
-
APPS.OKC_PDF_PVT SQL Statements
12.1.1
-
TRIGGER: APPS.OKC_PROCESS_DEFS_TL+
12.2.2
-
VIEW: OKC.OKC_PROCESS_DEFS_TL#
12.2.2
-
VIEW: APPS.OKL_VP_QACHECK_RESULTS_UV
12.1.1
-
TRIGGER: APPS.OKC_PROCESS_DEFS_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:OKC_PROCESS_DEFS_TL+, status:VALID,
-
SYNONYM: APPS.OKC_PROCESS_DEFS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_PROCESS_DEFS_TL, status:VALID,
-
SYNONYM: APPS.OKC_PROCESS_DEFS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_PROCESS_DEFS_TL, status:VALID,
-
APPS.OKC_PDF_PVT SQL Statements
12.2.2
-
View: OKC_PROCESS_DEFS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_PROCESS_DEFS_V, object_name:OKC_PROCESS_DEFS_V, status:VALID, product: OKC - Contracts Core , description: View based on tables OKC_PROCESS_DEFS_B and OKC_PROCESS_DEFS_TL. , implementation_dba_data: APPS.OKC_PROCESS_DEFS_V ,
-
VIEW: APPS.OKL_VP_QACHECK_RESULTS_UV
12.2.2
-
View: OKC_PROCESS_DEFS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_PROCESS_DEFS_V, object_name:OKC_PROCESS_DEFS_V, status:VALID, product: OKC - Contracts Core , description: View based on tables OKC_PROCESS_DEFS_B and OKC_PROCESS_DEFS_TL. , implementation_dba_data: APPS.OKC_PROCESS_DEFS_V ,
-
FUNCTION: APPS.OKC_PROCESS_DEFS_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:OKC_PROCESS_DEFS_TL=, status:VALID,
-
VIEW: APPS.OKC_PROCESS_DEFS_V
12.1.1
-
FUNCTION: APPS.OKC_PROCESS_DEFS_TL=
12.2.2
-
VIEW: APPS.OKC_PROCESS_DEFS_V
12.2.2
-
TABLE: OKC.OKC_PROCESS_DEFS_TL
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_PROCESS_DEFS_TL, object_name:OKC_PROCESS_DEFS_TL, status:VALID,
-
TABLE: OKC.OKC_PROCESS_DEFS_TL
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_PROCESS_DEFS_TL, object_name:OKC_PROCESS_DEFS_TL, status:VALID,
-
View: OKL_VP_QACHECK_RESULTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_VP_QACHECK_RESULTS_UV, object_name:OKL_VP_QACHECK_RESULTS_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_VP_QACHECK_RESULTS_UV ,
-
PACKAGE BODY: APPS.OKC_PDF_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_PDF_PVT, status:VALID,
-
View: OKL_VP_QACHECK_RESULTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_VP_QACHECK_RESULTS_UV, object_name:OKL_VP_QACHECK_RESULTS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_VP_QACHECK_RESULTS_UV ,
-
PACKAGE: APPS.OKC_PDF_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKC_PDF_PVT, status:VALID,
-
PACKAGE: APPS.OKC_PDF_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKC_PDF_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.OKC_PDF_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_PDF_PVT, status:VALID,
-
VIEW: APPS.OKL_VP_QACHECK_RESULTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_VP_QACHECK_RESULTS_UV, object_name:OKL_VP_QACHECK_RESULTS_UV, status:VALID,
-
VIEW: APPS.OKL_VP_QACHECK_RESULTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_VP_QACHECK_RESULTS_UV, object_name:OKL_VP_QACHECK_RESULTS_UV, status:VALID,
-
VIEW: APPS.OKL_VP_AGREEMENT_UV
12.1.1
-
View: OKR_K_HDR_IP_DV
12.1.1
product: OKR - Contracts for Rights (Obsolete) , description: View on tables OKC_K_HEADERS_B, OKC_K_ITEMS, OKC_K_LINES_B, OKR_IP_COMMON_TL, OKC_PROCESS_DEFS_B, OKC_K_PROCESSES, OKC_QA_CHECK_LISTS_TL , implementation_dba_data: Not implemented in this database ,
-
View: OKR_K_HDR_IP_DV
12.2.2
product: OKR - Contracts for Rights (Obsolete) , description: View on tables OKC_K_HEADERS_B, OKC_K_ITEMS, OKC_K_LINES_B, OKR_IP_COMMON_TL, OKC_PROCESS_DEFS_B, OKC_K_PROCESSES, OKC_QA_CHECK_LISTS_TL , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OKL_VP_AGREEMENT_UV
12.2.2
-
View: OKR_K_HDR_DV
12.2.2
product: OKR - Contracts for Rights (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: OKR_K_HDR_DV
12.1.1
product: OKR - Contracts for Rights (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: OKR_K_HDR_IP_HDV
12.1.1
product: OKR - Contracts for Rights (Obsolete) , description: History view for OKR contract header , implementation_dba_data: Not implemented in this database ,
-
View: OKR_K_HDR_IP_HDV
12.2.2
product: OKR - Contracts for Rights (Obsolete) , description: History view for OKR contract header , implementation_dba_data: Not implemented in this database ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design 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.1.1 DBA Data
12.1.1
-
View: OKL_VP_AGREEMENT_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_VP_AGREEMENT_UV, object_name:OKL_VP_AGREEMENT_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_VP_AGREEMENT_UV ,
-
12.2.2 DBA Data
12.2.2
-
View: OKL_VP_AGREEMENT_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_VP_AGREEMENT_UV, object_name:OKL_VP_AGREEMENT_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_VP_AGREEMENT_UV ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2