DBA Data[Home] [Help]

APPS.OKL_CNR_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

Line 153: l_exists := OKL_LEGAL_ENTITY_UTIL.check_le_id_exists(p_cnrv_rec.legal_entity_id);

149: item_not_found_error EXCEPTION;
150: BEGIN
151: x_return_status := Okl_Api.G_RET_STS_SUCCESS;
152: IF (p_cnrv_rec.legal_entity_id IS NOT NULL) THEN
153: l_exists := OKL_LEGAL_ENTITY_UTIL.check_le_id_exists(p_cnrv_rec.legal_entity_id);
154: IF(l_exists<>1) THEN
155: Okc_Api.set_message(G_APP_NAME, G_INVALID_VALUE,G_COL_NAME_TOKEN,'LEGAL_ENTITY_ID');
156: RAISE item_not_found_error;
157: END IF;