xxrsi_data_fix_378678 (1)
xxrsi_data_fix_378678 (1)
update gl_periods
set period_name = 'JUL24-FY24',
last_updated_by = -88,
last_update_date = sysdate
where period_name = 'JUL24-FY25';
update gl_period_statuses
set period_name = 'JUL24-FY24',
last_updated_by = -88,
last_update_date = sysdate
where period_name = 'JUL24-FY25';
update gl_date_period_map
set period_name = 'JUL24-FY24',
last_updated_by = -88,
last_update_date = sysdate
where period_name = 'JUL24-FY25';
commit;