Interim close process generates locked journals
PeopleSoft FSCM: General Ledger
9.2 Image 32
Hi
Sometimes Interim close process generates locked journals and the solution is to change the close estatus and post ir again.
update ps_jrnl_ln set closing_status = ' ' where business_unit = 'XXXX' and closing_status = 'C'
and journal_id = 'XXXX'
Is there any reason why this can happened?