Search Results okl_pdt_templates
Overview
The OKL_PDT_TEMPLATES table is a core master data table within the Oracle E-Business Suite (EBS) Leasing and Finance Management (OKL) module. It serves as the central repository for defining product templates. These templates are foundational blueprints used during the setup and configuration of financial products, such as leases, loans, or other financing instruments. The table enables the standardization and reuse of complex product definitions, ensuring consistency and efficiency in the product creation process. Its role is critical in the product lifecycle management within the OKL module, acting as the source for template-driven product instantiation.
Key Information Stored
The table stores the essential attributes that define a unique product template. The primary identifier is the ID column, which is the system-generated primary key. A crucial business key is the combination of the NAME and VERSION columns, which together enforce uniqueness for a specific template iteration. This structure allows for version control of templates over time. While the provided metadata does not list all columns, the core data stored includes the template's identifying name, its version number, and other descriptive or control attributes necessary for the template's function within the product setup workflows.
Common Use Cases and Queries
A primary use case is querying the available templates for product setup or reporting. Administrators may run queries to audit template versions or identify templates used by active products. Common SQL patterns include fetching all templates or finding a specific template by its name and latest version. For example, to list all unique template names with their highest version, one might use: SELECT NAME, MAX(VERSION) FROM OKL.OKL_PDT_TEMPLATES GROUP BY NAME;. Another typical scenario involves joining to the OKL_PRODUCTS table to report on which products are based on which templates, facilitating impact analysis for template changes.
Related Objects
The OKL_PDT_TEMPLATES table has defined foreign key relationships with several other key tables in the OKL schema, as documented in the metadata. These relationships show where the template ID (PTL_ID) is referenced as a foreign key:
- OKL_PDT_PQYS: Links templates to product qualification rules.
- OKL_PRODUCTS: This is a critical relationship, indicating that products (
OKL_PRODUCTS.PTL_ID) are created based on a specific template. - OKL_PTL_PTQ_VALS: Associates templates with specific product template qualification values.
-
Table: OKL_PDT_TEMPLATES
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PDT_TEMPLATES, object_name:OKL_PDT_TEMPLATES, status:VALID, product: OKL - Leasing and Finance Management , description: Product Templates used by Product during setup. , implementation_dba_data: OKL.OKL_PDT_TEMPLATES ,
-
Table: OKL_PDT_TEMPLATES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PDT_TEMPLATES, object_name:OKL_PDT_TEMPLATES, status:VALID, product: OKL - Lease and Finance Management , description: Product Templates used by Product during setup. , implementation_dba_data: OKL.OKL_PDT_TEMPLATES ,
-
APPS.OKL_PTL_PVT dependencies on OKL_PDT_TEMPLATES
12.2.2
-
APPS.OKL_PTL_PVT dependencies on OKL_PDT_TEMPLATES
12.1.1
-
APPS.OKL_PTL_PVT dependencies on OKL_PDT_TEMPLATES
12.1.1
-
APPS.OKL_PTL_PVT dependencies on OKL_PDT_TEMPLATES
12.2.2
-
SYNONYM: APPS.OKL_PDT_TEMPLATES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_PDT_TEMPLATES, status:VALID,
-
VIEW: APPS.OKL_PDT_TEMPLATES_V
12.2.2
-
VIEW: OKL.OKL_PDT_TEMPLATES#
12.2.2
-
VIEW: OKL.OKL_PDT_TEMPLATES#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_PDT_TEMPLATES#, status:VALID,
-
SYNONYM: APPS.OKL_PDT_TEMPLATES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_PDT_TEMPLATES, status:VALID,
-
VIEW: APPS.OKL_PDT_TEMPLATES_V
12.1.1
-
APPS.OKL_PTL_PVT SQL Statements
12.1.1
-
APPS.OKL_PTL_PVT SQL Statements
12.2.2
-
TABLE: OKL.OKL_PDT_TEMPLATES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PDT_TEMPLATES, object_name:OKL_PDT_TEMPLATES, status:VALID,
-
Table: OKL_PDT_PQYS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PDT_PQYS, object_name:OKL_PDT_PQYS, status:VALID, product: OKL - Leasing and Finance Management , description: Association of qualities with product . , implementation_dba_data: OKL.OKL_PDT_PQYS ,
-
Table: OKL_PDT_PQYS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PDT_PQYS, object_name:OKL_PDT_PQYS, status:VALID, product: OKL - Lease and Finance Management , description: Association of qualities with product . , implementation_dba_data: OKL.OKL_PDT_PQYS ,
-
Table: OKL_PTL_PTQ_VALS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PTL_PTQ_VALS, object_name:OKL_PTL_PTQ_VALS, status:VALID, product: OKL - Leasing and Finance Management , description: Association of Template Qualities and Values with Product Template. , implementation_dba_data: OKL.OKL_PTL_PTQ_VALS ,
-
TABLE: OKL.OKL_PDT_TEMPLATES
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PDT_TEMPLATES, object_name:OKL_PDT_TEMPLATES, status:VALID,
-
View: OKL_PDT_TEMPLATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PDT_TEMPLATES_V, object_name:OKL_PDT_TEMPLATES_V, status:VALID, product: OKL - Lease and Finance Management , description: Product Templates used by Product during setup. , implementation_dba_data: APPS.OKL_PDT_TEMPLATES_V ,
-
Table: OKL_PRODUCTS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PRODUCTS, object_name:OKL_PRODUCTS, status:VALID, product: OKL - Leasing and Finance Management , description: Define the financial treatment for the contract. , implementation_dba_data: OKL.OKL_PRODUCTS ,
-
PACKAGE BODY: APPS.OKL_PTL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_PTL_PVT, status:VALID,
-
Table: OKL_PTL_PTQ_VALS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PTL_PTQ_VALS, object_name:OKL_PTL_PTQ_VALS, status:VALID, product: OKL - Lease and Finance Management , description: Association of Template Qualities and Values with Product Template. , implementation_dba_data: OKL.OKL_PTL_PTQ_VALS ,
-
PACKAGE BODY: APPS.OKL_PTL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_PTL_PVT, status:VALID,
-
Table: OKL_PRODUCTS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PRODUCTS, object_name:OKL_PRODUCTS, status:VALID, product: OKL - Lease and Finance Management , description: Define the financial treatment for the contract. , implementation_dba_data: OKL.OKL_PRODUCTS ,
-
View: OKL_PDT_TEMPLATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PDT_TEMPLATES_V, object_name:OKL_PDT_TEMPLATES_V, status:VALID, product: OKL - Leasing and Finance Management , description: Product Templates used by Product during setup. , implementation_dba_data: APPS.OKL_PDT_TEMPLATES_V ,
-
PACKAGE: APPS.OKL_PTL_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_PTL_PVT, status:VALID,
-
PACKAGE: APPS.OKL_PTL_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_PTL_PVT, status:VALID,
-
VIEW: APPS.OKL_REPORTING_PRODUCTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_REPORTING_PRODUCTS_UV, object_name:OKL_REPORTING_PRODUCTS_UV, status:VALID,
-
VIEW: APPS.OKL_REPORTING_PRODUCTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_REPORTING_PRODUCTS_UV, object_name:OKL_REPORTING_PRODUCTS_UV, status:VALID,
-
TABLE: OKL.OKL_PTL_PTQ_VALS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PTL_PTQ_VALS, object_name:OKL_PTL_PTQ_VALS, status:VALID,
-
VIEW: APPS.OKL_PTL_PTQ_VALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PTL_PTQ_VALS_V, object_name:OKL_PTL_PTQ_VALS_V, status:VALID,
-
TABLE: OKL.OKL_PTL_PTQ_VALS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PTL_PTQ_VALS, object_name:OKL_PTL_PTQ_VALS, status:VALID,
-
TABLE: OKL.OKL_PDT_PQYS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PDT_PQYS, object_name:OKL_PDT_PQYS, status:VALID,
-
VIEW: APPS.OKL_PTL_PTQ_VALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PTL_PTQ_VALS_V, object_name:OKL_PTL_PTQ_VALS_V, status:VALID,
-
TABLE: OKL.OKL_PDT_PQYS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PDT_PQYS, object_name:OKL_PDT_PQYS, status:VALID,
-
VIEW: APPS.OKL_PDT_PQYS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PDT_PQYS_V, object_name:OKL_PDT_PQYS_V, status:VALID,
-
VIEW: APPS.OKL_PDT_TEMPLATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PDT_TEMPLATES_V, object_name:OKL_PDT_TEMPLATES_V, status:VALID,
-
VIEW: APPS.OKL_PDT_TEMPLATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PDT_TEMPLATES_V, object_name:OKL_PDT_TEMPLATES_V, status:VALID,
-
VIEW: APPS.OKL_PDT_PQYS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PDT_PQYS_V, object_name:OKL_PDT_PQYS_V, status:VALID,
-
VIEW: APPS.OKL_PRODUCTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PRODUCTS_UV, object_name:OKL_PRODUCTS_UV, status:VALID,
-
VIEW: APPS.OKL_PRODUCTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PRODUCTS_UV, object_name:OKL_PRODUCTS_UV, status:VALID,
-
VIEW: APPS.OKL_PRODUCT_PARAMETERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PRODUCT_PARAMETERS_ALL_V, object_name:OKL_PRODUCT_PARAMETERS_ALL_V, status:VALID,
-
VIEW: APPS.OKL_PRODUCT_PARAMETERS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PRODUCT_PARAMETERS_ALL_V, object_name:OKL_PRODUCT_PARAMETERS_ALL_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.OKL_PRODUCT_PARAMETERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PRODUCT_PARAMETERS_V, object_name:OKL_PRODUCT_PARAMETERS_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1