ECC Lease Contracts, Service

Description
Categories: Enterprise Command Center
Imported from Enterprise Command Center
Description: Contract Version Service
Dataset Key: okl-cv-service
Query Procedure: OKL_CV_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure:

Download Blitz Report™ – World’s fastest reporting and data upload for Oracle EBS

Contact us to schedule a demo or if you need help with the installation

select
x.*
from
(
SELECT * from (SELECT /*+ leading(process_t) push_pred(service) use_nl(process_t service) */  service.*
		  FROM OKL_ECC_CV_SERVICE_V service, okl_ecc_cv_process_t process_t
		 WHERE service.dnz_chr_id = process_t.khr_id
		   AND process_t.incremental_flag = 'N'
		   AND language in ('US')
		   )
		   PIVOT (MAX(LINE_NAME) as LINE_NAME ,
		          MAX(LINE_STATUS_MEANING) as LINE_STATUS_MEANING,
                          MAX(MAJOR_VERSION) as MAJOR_VERSION
		          for LANGUAGE in ('US' "US"))
) x
where
2=2
Parameter Name SQL text Validation
Operating Unit
x.org_id in (select haouv.organization_id from hr_all_organization_units_vl haouv where haouv.name=:operating_unit)
LOV