DBA Data[Home] [Help]

APPS.OKL_DEAL_CREAT_PVT dependencies on OKL_TRX_CONTRACTS

Line 5847: FROM okl_trx_contracts

5843: row_cnt NUMBER;
5844:
5845: Cursor l_rbr_csr IS
5846: SELECT rbr_code
5847: FROM okl_trx_contracts
5848: WHERE khr_id_new = p_chr_id
5849: --rkuttiya added for 12.1.1 Multi GAAP Project
5850: AND representation_type = 'PRIMARY';
5851: --

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

5849: --rkuttiya added for 12.1.1 Multi GAAP Project
5850: AND representation_type = 'PRIMARY';
5851: --
5852:
5853: l_rbr_code okl_trx_contracts.rbr_code%type := null;
5854:
5855: cursor l_mla_csr is
5856: select id
5857: from OKL_k_headers_full_V