Search Results okx_service
Overview
APPS.OKL_CS_SERVICE_LINES_UV is a reporting and integration view in Oracle E-Business Suite (EBS) Release 12.1.1 and 12.2.2, defined within the Oracle Enterprise Trade and Fulfillment (ETRM) / Oracle Contracts (OKC/OKL) module family. The view consolidates sold service lines from service contracts and exposes them alongside the associated service item name, line amount, contract dates, status description, contract number, and currency. Its primary role is to provide a denormalized, business-friendly projection of contract line data filtered specifically to service items that are sold (not abandoned) and are flagged as service items rather than vendor warranties.
Because it joins service contract structures with the OKX service item view, OKL_CS_SERVICE_LINES_UV is useful for reporting, downstream integrations, and operational queries that need a flat list of active service lines. It is commonly consulted by developers and analysts searching for objects related to okx_service, since the view is a convenient entry point into service item data tied to contracts.
Underlying Base Objects
The view is defined over the following documented base objects (all referenced as synonyms owned by APPS unless noted):
- OKC_K_HEADERS_B — contract header information (contract number, currency).
- OKC_K_LINES_B — contract line base table, providing the core line records, start/end dates, status code, and header linkage (DNZ_CHR_ID).
- OKC_LINE_STYLES_B — line style definitions, used to restrict results to the
SOLD_SERVICEline type code. - OKC_K_ITEMS — contract line items, linking lines to inventory/service items via
OBJECT1_ID1,OBJECT1_ID2, andJTOT_OBJECT1_CODE. - OKL_K_LINES — lease/contract line details supplying the line amount.
- OKC_STATUSES_B and OKC_STATUSES_TL — status codes and their translated meanings, joined on status code and user language.
- OKX_SYSTEM_ITEMS_V — the service item view (the target of the okx_service search), providing the item name and the flags
SERVICE_ITEM_FLAGandVENDOR_WARRANTY_FLAG.
The join chain requires the line style to equal SOLD_SERVICE, the status code to be other than ABANDONED, the item to be a service item (SERVICE_ITEM_FLAG = 'Y') and not a vendor warranty (VENDOR_WARRANTY_FLAG = 'N'), and the item reference code to equal OKX_SERVICE.
Key Columns
- CLE_ID — identifier of the contract line (from OKC_K_LINES_B).
- NAME — name of the service item (from OKX_SYSTEM_ITEMS_V).
- AMOUNT — line amount (from OKL_K_LINES).
- START_DATE / END_DATE — effective period of the service line.
- MEANING — translated description of the line status.
- CONTRACT_NUMBER — contract header number.
- DNZ_CHR_ID — internal contract header identifier used throughout the join.
- CURRENCY_CODE — currency of the contract.
Common Use Cases and Queries
Typical usage includes extracting all active sold service lines for a contract, reporting service revenue by item, and feeding downstream service management or billing processes. A representative query follows:
- Retrieve service lines for a specific contract number.
- Aggregate service amounts by currency.
- List service lines by status meaning.
For example: SELECT contract_number, name, amount, currency_code, meaning FROM apps.okl_cs_service_lines_uv WHERE contract_number = :p_contract_number;. Because the view filters on service_item_flag, vendor_warranty_flag, line style, and excludes abandoned lines, consumers should not expect warranty or non-service lines to appear.
-
VIEW: APPS.OKL_CS_SERVICE_LINES_UV
12.1.1
-
VIEW: APPS.OKL_CS_SERVICE_LINES_UV
12.2.2
-
View: OKL_CS_SERVICE_LINES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_SERVICE_LINES_UV, object_name:OKL_CS_SERVICE_LINES_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_SERVICE_LINES_UV ,
-
View: OKL_CS_SERVICE_LINES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_SERVICE_LINES_UV, object_name:OKL_CS_SERVICE_LINES_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_CS_SERVICE_LINES_UV ,
-
VIEW: APPS.OKL_PYMTS_SERVICE_INSTS_UV
12.2.2
-
VIEW: APPS.OKL_PYMTS_SERVICE_INSTS_UV
12.1.1
-
VIEW: APPS.OKS_ENT_COVERAGES_V
12.1.1
-
VIEW: APPS.OKS_ENT_COVERAGES_V
12.2.2
-
VIEW: APPS.OKL_LA_SERVICE_LINES_UV
12.2.2
-
VIEW: APPS.OKL_FEE_SERVICE_STRMS_UV
12.2.2
-
VIEW: APPS.OKL_LA_SERVICE_LINES_UV
12.1.1
-
VIEW: APPS.OKL_FEE_SERVICE_STRMS_UV
12.1.1
-
View: OKS_ENT_COVERAGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKS.OKS_ENT_COVERAGES_V, object_name:OKS_ENT_COVERAGES_V, status:VALID, product: OKS - Service Contracts , description: View all Coverages attcahed to a Contract Line , implementation_dba_data: APPS.OKS_ENT_COVERAGES_V ,
-
View: OKS_ENT_COVERAGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKS.OKS_ENT_COVERAGES_V, object_name:OKS_ENT_COVERAGES_V, status:VALID, product: OKS - Service Contracts , description: View all Coverages attcahed to a Contract Line , implementation_dba_data: APPS.OKS_ENT_COVERAGES_V ,
-
View: OKL_PYMTS_SERVICE_INSTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PYMTS_SERVICE_INSTS_UV, object_name:OKL_PYMTS_SERVICE_INSTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User Interface view forService Line instance LOV on Payments Page , implementation_dba_data: APPS.OKL_PYMTS_SERVICE_INSTS_UV ,
-
View: OKL_PYMTS_SERVICE_INSTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PYMTS_SERVICE_INSTS_UV, object_name:OKL_PYMTS_SERVICE_INSTS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User Interface view forService Line instance LOV on Payments Page , implementation_dba_data: APPS.OKL_PYMTS_SERVICE_INSTS_UV ,
-
APPS.OKL_DEAL_PAYMENTS_PVT SQL Statements
12.2.2
-
APPS.OKL_DEAL_PAYMENTS_PVT SQL Statements
12.1.1
-
View: OKL_LA_SERVICE_LINES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_SERVICE_LINES_UV, object_name:OKL_LA_SERVICE_LINES_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_LA_SERVICE_LINES_UV ,
-
View: OKL_FEE_SERVICE_STRMS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_FEE_SERVICE_STRMS_UV, object_name:OKL_FEE_SERVICE_STRMS_UV, status:VALID, product: OKL - Lease and Finance Management , description: View for list of fee and services in a contract , implementation_dba_data: APPS.OKL_FEE_SERVICE_STRMS_UV ,
-
View: OKL_FEE_SERVICE_STRMS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_FEE_SERVICE_STRMS_UV, object_name:OKL_FEE_SERVICE_STRMS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: View for list of fee and services in a contract , implementation_dba_data: APPS.OKL_FEE_SERVICE_STRMS_UV ,
-
View: OKL_LA_SERVICE_LINES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_SERVICE_LINES_UV, object_name:OKL_LA_SERVICE_LINES_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_LA_SERVICE_LINES_UV ,
-
PACKAGE: APPS.OKS_QP_PKG
12.1.1
-
VIEW: APPS.OKL_LA_PAYMENTS_SUMMARY_UV
12.2.2
-
VIEW: APPS.OKL_LA_PAYMENTS_SUMMARY_UV
12.1.1
-
View: OKL_LA_PAYMENTS_SUMMARY_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_PAYMENTS_SUMMARY_UV, object_name:OKL_LA_PAYMENTS_SUMMARY_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for Payment Summary Page , implementation_dba_data: APPS.OKL_LA_PAYMENTS_SUMMARY_UV ,
-
View: OKL_LA_PAYMENTS_SUMMARY_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_PAYMENTS_SUMMARY_UV, object_name:OKL_LA_PAYMENTS_SUMMARY_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User interface view for Payment Summary Page , implementation_dba_data: APPS.OKL_LA_PAYMENTS_SUMMARY_UV ,
-
PACKAGE: APPS.OKS_QP_PKG
12.2.2
-
PACKAGE: APPS.OKS_INTEGRATION_UTIL_PUB
12.2.2
-
PACKAGE: APPS.OKS_INTEGRATION_UTIL_PUB
12.1.1
-
APPS.OKS_ENTITLEMENTS_PVT SQL Statements
12.1.1
-
APPS.OKS_ENTITLEMENTS_PVT SQL Statements
12.2.2
-
PACKAGE: APPS.OKC_PRICE_PUB
12.1.1
-
PACKAGE: APPS.OKC_PRICE_PUB
12.2.2
-
PACKAGE BODY: APPS.OKL_DEAL_PAYMENTS_PVT
12.1.1
-
PACKAGE BODY: APPS.OKL_DEAL_PAYMENTS_PVT
12.2.2
-
PACKAGE BODY: APPS.OKL_SERVICE_LINE_PROCESS_PVT
12.1.1
-
PACKAGE BODY: APPS.OKL_SERVICE_LINE_PROCESS_PVT
12.2.2
-
APPS.OKL_SERVICE_INTEGRATION_PVT SQL Statements
12.1.1
-
APPS.OKS_CCMIGRATE_PVT SQL Statements
12.2.2
-
APPS.OKS_CCMIGRATE_PVT SQL Statements
12.1.1
-
APPS.OKL_SERVICE_INTEGRATION_PVT SQL Statements
12.2.2
-
APPS.OKS_IMPORT_TEST_INSERT SQL Statements
12.1.1
-
PACKAGE: APPS.OKS_EXTWARPRGM_OSO_PVT
12.2.2
-
PACKAGE: APPS.OKS_EXTWARPRGM_OSO_PVT
12.1.1
-
APPS.OKS_ENTITLEMENTS_WEB SQL Statements
12.1.1
-
APPS.OKS_IMPORT_TEST_INSERT SQL Statements
12.2.2
-
APPS.OKS_ENTITLEMENTS_WEB SQL Statements
12.2.2
-
PACKAGE: APPS.OKS_EXTWAR_UTIL_PVT
12.1.1
-
PACKAGE: APPS.OKS_EXTWAR_UTIL_PVT
12.2.2