DBA Data[Home] [Help]

APPS.OKL_BILL_UPFRONT_TAX_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

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

269: l_object1_id2 := NULL;
270: l_jtot_object2_code := NULL;
271:
272: IF (p_taiv_rec.legal_entity_id IS NULL OR (p_taiv_rec.legal_entity_id = Okl_Api.G_MISS_NUM)) THEN
273: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(l_khr_id);
274: ELSE
275: l_legal_entity_id := p_taiv_rec.legal_entity_id;
276: END IF;
277: x_taiv_rec.legal_entity_id := l_legal_entity_id;