DBA Data[Home] [Help]

APPS.OKL_INTEREST_CALC_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

Line 219: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_khr_id) ;

215: ----------------------------------------------------------------------------------
216: -- Preparing Invoice Header.
217: ----------------------------------------------------------------------------------
218: --Added by dpsingh for LE Uptake
219: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_khr_id) ;
220: IF l_legal_entity_id IS NOT NULL THEN
221: i_taiv_rec.legal_entity_id := l_legal_entity_id;
222: ELSE
223: OPEN contract_num_csr(p_khr_id);