DBA Data[Home] [Help]

APPS.OKL_CREATE_KLE_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

Line 4209: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_talv_rec.dnz_khr_id) ;

4205: l_trxv_rec.date_trans_occurred := sysdate;
4206:
4207: --Added by dpsingh for LE Uptake
4208:
4209: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_talv_rec.dnz_khr_id) ;
4210: IF l_legal_entity_id IS NOT NULL THEN
4211: l_trxv_rec.legal_entity_id := l_legal_entity_id;
4212: ELSE
4213: -- get the contract number

Line 4914: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id( l_chr_id) ;

4910: OPEN get_chr_id_csr(p_itiv_rec.kle_id);
4911: FETCH get_chr_id_csr INTO l_chr_id;
4912: CLOSE get_chr_id_csr;
4913:
4914: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id( l_chr_id) ;
4915: IF l_legal_entity_id IS NOT NULL THEN
4916: l_trxv_rec.legal_entity_id := l_legal_entity_id;
4917: ELSE
4918: -- get the contract number