DBA Data[Home] [Help]

APPS.OKL_VFA_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

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

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