DBA Data[Home] [Help]

APPS.OKL_VIB_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

Line 245: l_exists := OKL_LEGAL_ENTITY_UTIL.check_le_id_exists(p_legal_entity_id) ;

241: OKL_API.set_message(G_APP_NAME, G_REQUIRED_VALUE, G_COL_NAME_TOKEN, 'legal_entity_id');
242: x_return_status := OKL_API.G_RET_STS_ERROR;
243: ELSIF (p_legal_entity_id IS NOT NULL) AND
244: (p_legal_entity_id <> Okl_Api.G_MISS_NUM) THEN
245: l_exists := OKL_LEGAL_ENTITY_UTIL.check_le_id_exists(p_legal_entity_id) ;
246: IF (l_exists<>1) THEN
247: Okl_Api.set_message(G_APP_NAME, G_INVALID_VALUE,G_COL_NAME_TOKEN,'LEGAL_ENTITY_ID');
248: RAISE item_not_found_error;
249: END IF;