DBA Data[Home] [Help]

APPS.OKL_INS_CLAIM_ASSET_PVT dependencies on OKC_LINE_STYLES_B

Line 53: from okc_k_lines_b cle , okc_line_styles_b lse

49: AND CSI.ID2 = CIM.OBJECT1_ID2;
50:
51: CURSOR l_fav_csr(p_cle_id NUMBER) IS
52: select CLE.ID
53: from okc_k_lines_b cle , okc_line_styles_b lse
54: where cle.cle_id = p_cle_id and
55: cle.lse_id = lse.id and
56: lse.LTY_CODE = 'FIXED_ASSET';
57: BEGIN