DBA Data[Home] [Help]

APPS.OKL_LIKE_KIND_EXCHANGE_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

Line 806: l_legal_entity_id := okl_legal_entity_util.get_khr_line_le_id(l_asdt_rec.kle_id);

802: l_tasv_rec.comments := p_comments;
803: l_tasv_rec.total_match_amount := l_req_asset_tbl(i).match_amount;
804: --Added by kthiruva for bug 5581186 - LE Uptake project
805:
806: l_legal_entity_id := okl_legal_entity_util.get_khr_line_le_id(l_asdt_rec.kle_id);
807: IF l_legal_entity_id IS NOT NULL THEN
808: l_tasv_rec.legal_entity_id := l_legal_entity_id;
809: ELSE
810: OPEN get_contract_number_csr(l_asdt_rec.kle_id);