DBA Data[Home] [Help]

APPS.OKL_KHR_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

Line 158: l_exists := OKL_LEGAL_ENTITY_UTIL.check_le_id_exists(p_khrv_rec.legal_entity_id) ;

154: x_return_status := Okc_Api.G_RET_STS_SUCCESS;
155:
156: IF (p_khrv_rec.legal_entity_id IS NOT NULL) AND
157: (p_khrv_rec.legal_entity_id <> Okl_Api.G_MISS_NUM) THEN
158: l_exists := OKL_LEGAL_ENTITY_UTIL.check_le_id_exists(p_khrv_rec.legal_entity_id) ;
159: IF (l_exists<>1) THEN
160: Okc_Api.set_message(G_APP_NAME, G_INVALID_VALUE,G_COL_NAME_TOKEN,'LEGAL_ENTITY_ID');
161: RAISE item_not_found_error;
162: END IF;