As per https://stackoverflow.com/questions/46883415/error-while-parsing-pkb-file
Description:
Code Sample demonstrating the issue:
FOR sum_res IN (SELECT SUM(loss_reserve) loss_reserve,
SUM(expense_reserve) exp_reserve
FROM gicl_clm_reserve a, gicl_item_peril b
WHERE a.claim_id = b.claim_id
AND a.item_no = b.item_no
AND a.peril_cd = b.peril_cd
AND a.claim_id = p_claim_id
AND (NVL(b.close_flag, 'AP') IN ('AP','CC','CP') OR
NVL(b.close_flag2, 'AP') IN ('AP','CC','CP')))
LOOP
v_loss_res_amt := sum_res.loss_reserve;
v_exp_res_amt := sum_res.exp_reserve;
END LOOP;
Running PMD through: Any
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4