DBA Data[Home] [Help]

APPS.OKL_CONTRACT_STATUS_PVT dependencies on DUAL

Line 47: from dual

43: l_areStreamsReqRec VARCHAR2(1) := 'N';
44:
45: cursor stm_csr( chrId NUMBER ) is
46: select 'Y'
47: from dual
48: where exists (
49: select 'X' from okl_trx_contracts ktx
50: where ktx.KHR_ID = chrId
51: and UPPER(ktx.TSU_CODE) = 'WORKING'