[Home] [Help]
5745: row_cnt NUMBER;
5746:
5747: Cursor l_rbr_csr IS
5748: SELECT rbr_code
5749: FROM okl_trx_contracts
5750: WHERE khr_id_new = p_chr_id
5751: --rkuttiya added for 12.1.1 multigaap project
5752: AND representation_type = 'PRIMARY';
5753: --
5751: --rkuttiya added for 12.1.1 multigaap project
5752: AND representation_type = 'PRIMARY';
5753: --
5754:
5755: l_rbr_code okl_trx_contracts.rbr_code%type := null;
5756:
5757: cursor l_mla_csr is
5758: select id
5759: from OKL_k_headers_full_V