DBA Data[Home] [Help]

APPS.OKL_BILL_UPFRONT_TAX_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

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

260: l_object1_id2 := NULL;
261: l_jtot_object2_code := NULL;
262:
263: IF (p_taiv_rec.legal_entity_id IS NULL OR (p_taiv_rec.legal_entity_id = Okl_Api.G_MISS_NUM)) THEN
264: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(l_khr_id);
265: ELSE
266: l_legal_entity_id := p_taiv_rec.legal_entity_id;
267: END IF;
268: x_taiv_rec.legal_entity_id := l_legal_entity_id;