DBA Data[Home] [Help]

APPS.OKL_DEAL_CREAT_PVT dependencies on OKL_TRX_CONTRACTS

Line 5873: FROM okl_trx_contracts

5869: row_cnt NUMBER;
5870:
5871: Cursor l_rbr_csr IS
5872: SELECT rbr_code
5873: FROM okl_trx_contracts
5874: WHERE khr_id_new = p_chr_id
5875: --rkuttiya added for 12.1.1 Multi GAAP Project
5876: AND representation_type = 'PRIMARY';
5877: --

Line 5879: l_rbr_code okl_trx_contracts.rbr_code%type := null;

5875: --rkuttiya added for 12.1.1 Multi GAAP Project
5876: AND representation_type = 'PRIMARY';
5877: --
5878:
5879: l_rbr_code okl_trx_contracts.rbr_code%type := null;
5880:
5881: cursor l_mla_csr is
5882: select id
5883: from OKL_k_headers_full_V