DBA Data[Home] [Help]

APPS.OKL_IPY_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

Line 944: l_exists := OKL_LEGAL_ENTITY_UTIL.check_le_id_exists(p_ipyv_rec.legal_entity_id);

940: le_not_found_error EXCEPTION;
941: BEGIN
942: x_return_status := Okl_Api.G_RET_STS_SUCCESS;
943: IF (p_ipyv_rec.legal_entity_id IS NOT NULL) THEN
944: l_exists := OKL_LEGAL_ENTITY_UTIL.check_le_id_exists(p_ipyv_rec.legal_entity_id);
945: IF(l_exists <> 1) THEN
946: Okc_Api.set_message(G_APP_NAME, G_INVALID_VALUE,G_COL_NAME_TOKEN,'LEGAL_ENTITY_ID');
947: RAISE le_not_found_error;
948: END IF;