DBA Data[Home] [Help]

APPS.OKL_VERSION_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

Line 194: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_chr_id) ;

190: -------------------------------------
191: --bug# 2981308 : fetch asset key ccid
192: ------------------------------------
193: --Added by dpsingh for LE Uptake
194: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_chr_id) ;
195: IF l_legal_entity_id IS NOT NULL THEN
196: l_vfav_rec.legal_entity_id := l_legal_entity_id;
197: ELSE
198: -- get the contract number

Line 391: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_chr_id) ;

387: l_vibv_rec.install_site_use_id := r_ib_info.install_location_id;
388: l_vibv_rec.quantity := r_ib_info.quantity;
389:
390: --Added by dpsingh for LE Uptake
391: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_chr_id) ;
392: IF l_legal_entity_id IS NOT NULL THEN
393: l_vibv_rec.legal_entity_id := l_legal_entity_id;
394: ELSE
395: -- get the contract number