Search Results cover_prod
Overview
APPS.OKL_COV_PROD_LINES_V is a reporting view in the Oracle E-Business Suite Contracts (OKC) and Enterprise Trading and Risk Management (ETRM) schema. It exposes the contract lines that represent covered products within service contracts, specifically those whose line style is classified with the code COVER_PROD and whose parent contract header carries a status code of SERVICE. The view joins the base contract line tables with the line styles and header tables to present a denormalized, user-facing picture of each covered product line together with its description, active dates, current lifecycle status, and the authoring organization identifier.
The name, with its _V suffix, follows the standard EBS convention for read-only views intended for inquiry, reporting, and integration consumption. It is not a transactional entity; it provides a stable projection over the underlying OKC tables that BI Publisher reports, Discoverer workbooks, OAF/ADF pages, and custom SQL extracts can query directly.
Underlying Base Objects
The view is defined over four base objects, each referenced through APPS synonyms:
- OKC_K_LINES_B — the contract lines base table, aliased CLE. This supplies the line
ID,START_DATE,END_DATE,STS_CODE(line status), and the foreign keysLSE_ID(line style) andDNZ_CHR_ID(header). - OKC_K_LINES_TL — the translated lines table, aliased TL. It supplies the language-dependent
NAMEandITEM_DESCRIPTION, joined to the base line byIDand filtered byUSERENV('LANG'). - OKC_LINE_STYLES_B — the line styles base table, aliased LSE. It provides the
LTY_CODEused to restrict rows to theCOVER_PRODline style. - OKC_K_HEADERS_B — the contract headers base table, aliased CHR. It supplies
AUTHORING_ORG_IDand theSCS_CODEused to restrict rows toSERVICEcontracts.
Because all four objects are joined through inner joins, a row appears from the view only when the line references a valid style, header, and translation in the session language.
Key Columns
- ID1 — the contract line identifier (
CLE.ID), the primary key of the covered product line. - ID2 — a literal placeholder column containing '#', retained from the source definition.
- NAME — the translated line name from OKC_K_LINES_TL.
- DESCRIPTION — the translated item description.
- START_DATE_ACTIVE / END_DATE_ACTIVE — the line's effective start and end dates.
- STATUS — a derived flag: 'I' when the current date precedes the start date or exceeds the end date, otherwise 'A' for active. The DECODE/SIGN logic treats missing dates as today's date, so a line with null dates evaluates to active.
- STS_CODE — the raw status code of the contract line.
- ORG_ID — the authoring organization identifier, used for multi-org security and reporting partitions.
Common Use Cases and Queries
The view is typically queried to list covered products for a service contract or to drive an LOV. A representative query is:
SELECT id1, name, description, start_date_active, end_date_active, status FROM apps.okl_cov_prod_lines_v WHERE status = 'A' ORDER BY name;
To scope by authoring organization for multi-org reporting, add WHERE org_id = :org_id. To resolve the parent contract, join id1 back to OKC_K_LINES_B on ID and then to OKC_K_HEADERS_B. Analysts commonly use the view in BI Publisher against AUTHORING_ORG_ID, and developers embed it in OAF regions where a covered-product list must be filtered to service contracts and active dates.
-
VIEW: APPS.OKL_COV_PROD_LINES_V
12.1.1
-
VIEW: APPS.OKL_COV_PROD_LINES_V
12.2.2
-
VIEW: APPS.OKL_LA_LINK_SERVICE_UV9
12.1.1
-
VIEW: APPS.OKL_LA_LINK_SERVICE_UV
12.2.2
-
View: OKL_COV_PROD_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_COV_PROD_LINES_V, object_name:OKL_COV_PROD_LINES_V, status:VALID, product: OKL - Leasing and Finance Management , description: This view selects covered product lines from Oracle service contracts , implementation_dba_data: APPS.OKL_COV_PROD_LINES_V ,
-
VIEW: APPS.OKL_LA_LINK_SERVICE_UV
12.1.1
-
VIEW: APPS.OKL_LA_LINK_SERVICE_UV9
12.2.2
-
APPS.OKL_AM_SERVICE_K_INT_WF SQL Statements
12.1.1
-
View: OKL_COV_PROD_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_COV_PROD_LINES_V, object_name:OKL_COV_PROD_LINES_V, status:VALID, product: OKL - Lease and Finance Management , description: This view selects covered product lines from Oracle service contracts , implementation_dba_data: APPS.OKL_COV_PROD_LINES_V ,
-
APPS.OKL_AM_SERVICE_K_INT_WF SQL Statements
12.2.2
-
View: OKL_LA_LINK_SERVICE_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_LINK_SERVICE_UV, object_name:OKL_LA_LINK_SERVICE_UV, status:VALID, product: OKL - Lease and Finance Management , description: OKL Link Service Line LOV View , implementation_dba_data: APPS.OKL_LA_LINK_SERVICE_UV ,
-
View: OKL_LA_LINK_SERVICE_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_LINK_SERVICE_UV, object_name:OKL_LA_LINK_SERVICE_UV, status:VALID, product: OKL - Leasing and Finance Management , description: OKL Link Service Line LOV View , implementation_dba_data: APPS.OKL_LA_LINK_SERVICE_UV ,
-
VIEW: APPS.OKL_CS_SERVICE_ASSETS_UV
12.2.2
-
VIEW: APPS.OKL_CS_SERVICE_ASSETS_UV
12.1.1
-
View: OKL_LA_LINK_SERVICE_UV9
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_LINK_SERVICE_UV9, object_name:OKL_LA_LINK_SERVICE_UV9, status:VALID, product: OKL - Leasing and Finance Management , description: OKL Link Service Line LOV View , implementation_dba_data: APPS.OKL_LA_LINK_SERVICE_UV9 ,
-
View: OKL_LA_LINK_SERVICE_UV9
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_LINK_SERVICE_UV9, object_name:OKL_LA_LINK_SERVICE_UV9, status:VALID, product: OKL - Lease and Finance Management , description: OKL Link Service Line LOV View , implementation_dba_data: APPS.OKL_LA_LINK_SERVICE_UV9 ,
-
Lookup Type: OKC_LINE_TYPE
12.1.1
product: OKC - Contracts Core , meaning: LINE TYPE , description: Line Types ,
-
Lookup Type: OKC_LINE_TYPE
12.2.2
product: OKC - Contracts Core , meaning: LINE TYPE , description: Line Types ,
-
View: OKL_CS_SERVICE_ASSETS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_SERVICE_ASSETS_UV, object_name:OKL_CS_SERVICE_ASSETS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: Service contracts line details view. , implementation_dba_data: APPS.OKL_CS_SERVICE_ASSETS_UV ,
-
View: OKL_CS_SERVICE_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_SERVICE_ASSETS_UV, object_name:OKL_CS_SERVICE_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , description: Service contracts line details view. , implementation_dba_data: APPS.OKL_CS_SERVICE_ASSETS_UV ,
-
APPS.OKL_SERVICE_INTEGRATION_PVT SQL Statements
12.1.1
-
APPS.OKL_SERVICE_INTEGRATION_PVT SQL Statements
12.2.2
-
PACKAGE: APPS.OKC_OC_INT_KTQ_PVT
12.2.2
-
PACKAGE: APPS.OKC_OC_INT_KTQ_PVT
12.1.1
-
APPS.OKL_AM_LEASE_LOAN_TRMNT_PVT SQL Statements
12.1.1
-
APPS.OKS_QA_DATA_INTEGRITY SQL Statements
12.1.1
-
APPS.OKL_AM_LEASE_LOAN_TRMNT_PVT SQL Statements
12.2.2
-
APPS.OKS_QA_DATA_INTEGRITY SQL Statements
12.2.2
-
APPS.OKL_AM_CREATE_QUOTE_PVT SQL Statements
12.1.1
-
APPS.OKL_AM_CREATE_QUOTE_PVT SQL Statements
12.2.2
-
APPS.OKI_DBI_LOAD_CLEB_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OKS_UTIL_PUB
12.2.2
-
PACKAGE BODY: APPS.OKS_UTIL_PUB
12.1.1
-
PACKAGE: APPS.OKL_QA_DATA_INTEGRITY
12.1.1
-
PACKAGE: APPS.OKL_QA_DATA_INTEGRITY
12.2.2
-
APPS.OKS_QA_DATA_INTEGRITY dependencies on OKC_LINE_STYLES_B
12.2.2
-
APPS.OKS_QA_DATA_INTEGRITY dependencies on OKC_LINE_STYLES_B
12.1.1
-
APPS.OKS_QA_DATA_INTEGRITY dependencies on OKC_K_LINES_V
12.2.2
-
APPS.OKL_AM_SERVICE_K_INT_WF dependencies on OKL_TXL_QUOTE_LINES_B
12.2.2
-
APPS.OKL_AM_LEASE_LOAN_TRMNT_PVT dependencies on OKC_K_ITEMS
12.1.1
-
APPS.OKL_AM_LEASE_LOAN_TRMNT_PVT dependencies on OKC_K_ITEMS
12.2.2
-
APPS.OKL_AM_SERVICE_K_INT_WF dependencies on OKL_TXL_QUOTE_LINES_B
12.1.1
-
APPS.OKS_QA_DATA_INTEGRITY dependencies on OKC_K_LINES_V
12.1.1
-
PACKAGE BODY: APPS.OKI_DBI_LOAD_CLEB_PVT
12.1.1
-
APPS.OKI_DBI_LOAD_CLEB_PVT dependencies on CSI_ITEM_INSTANCES
12.1.1
-
APPS.OKL_AM_CREATE_QUOTE_PVT dependencies on OKC_K_ITEMS
12.1.1
-
APPS.OKL_AM_CREATE_QUOTE_PVT dependencies on OKC_K_ITEMS
12.2.2
-
APPS.OKL_SERVICE_INTEGRATION_PVT dependencies on OKC_LINE_STYLES_V
12.2.2
-
PACKAGE BODY: APPS.OKL_AM_SERVICE_K_INT_WF
12.1.1
-
APPS.OKS_QA_DATA_INTEGRITY dependencies on OKC_LINE_STYLES_V
12.2.2