DBA Data[Home] [Help]

APPS.OKL_INTERNAL_BILLING_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

Line 485: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(l_khr_id);

481: l_jtot_object2_code := NULL;
482:
483: -- for LE Uptake project 08-11-2006
484: IF (p_taiv_rec.legal_entity_id IS NULL OR (p_taiv_rec.legal_entity_id = Okl_Api.G_MISS_NUM)) THEN
485: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(l_khr_id);
486: ELSE
487: l_legal_entity_id := p_taiv_rec.legal_entity_id;
488: END IF;
489: x_taiv_rec.legal_entity_id := l_legal_entity_id;