DBA Data[Home] [Help]

APPS.OKL_TAS_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

Line 394: l_exists := OKL_LEGAL_ENTITY_UTIL.check_le_id_exists(p_tasv_rec.legal_entity_id) ;

390: x_return_status := Okc_Api.G_RET_STS_SUCCESS;
391:
392: IF (p_tasv_rec.legal_entity_id IS NOT NULL) AND
393: (p_tasv_rec.legal_entity_id <> Okl_Api.G_MISS_NUM) THEN
394: l_exists := OKL_LEGAL_ENTITY_UTIL.check_le_id_exists(p_tasv_rec.legal_entity_id) ;
395: IF (l_exists<>1) THEN
396: Okc_Api.set_message(G_APP_NAME, G_INVALID_VALUE,G_COL_NAME_TOKEN,'LEGAL_ENTITY_ID');
397: RAISE item_not_found_error;
398: END IF;