[SICSR-16784] Walkback - Occurrence Year Allocation Of Losses Order - PK__AC_LEDGE__6697C5CD313A0286  
Product Line: P&C
Component/s: Accounting Orders
Affects Version/s: SICS 4.9.3
Fix Version/s: SICS 4.9.4 SICS 4.9.3 SSP1
Customer: Renaissance Re
External Issue ID: SO-250

Problem:
Abend -Occurence Year Allocation of Losses Order

Solution:
Create balances with Description of Account = 'RA' - Regular Account for all balances created by this order.

Workaround:
Technical worksheets with description of account = 'RCA' should get the value 'RA' updated with a script.

UPDATE ac_ledger_balance
SET
frk_ac_period_cl = 'RA'
WHERE
frk_ac_period_cl = 'RCA'
AND frk_balance_type = 'TECHNICAL'

Root Cause:

Extent of Impact:

Impact on Existing Data

Recovery Method for Existing Data Affected