DBA Data[Home] [Help]

APPS.OKL_INTEREST_CALC_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

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

221: ----------------------------------------------------------------------------------
222: -- Preparing Invoice Header.
223: ----------------------------------------------------------------------------------
224: --Added by dpsingh for LE Uptake
225: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_khr_id) ;
226: IF l_legal_entity_id IS NOT NULL THEN
227: i_taiv_rec.legal_entity_id := l_legal_entity_id;
228: ELSE
229: OPEN contract_num_csr(p_khr_id);