DBA Data[Home] [Help]

APPS.OKL_MAINTAIN_CONTRACT_PVT dependencies on OKC_K_LINES_V

Line 80: from okc_k_lines_v kle,

76: CURSOR c_okx_asset_lines_v(p_asset_number OKX_ASSETS_V.ASSET_NUMBER%TYPE) is
77: SELECT 'Y'
78: FROM DUAL
79: WHERE EXISTS (select '1'
80: from okc_k_lines_v kle,
81: okc_line_styles_b lse
82: where kle.name = p_asset_number
83: and kle.lse_id = lse.id
84: and lse.lty_code = 'FREE_FORM1');