Issue
After upgrade from IFS8 version to IFS Cloud table quick_report_tab has empty rowkey column. With this it is impossible to assign report to ACP package.
Resolution
Running the below query will solve the issue,
UPDATE QUICK_REPORT_TAB SET ROWKEY = sys_guid() WHERE ROWKEY IS NULL;
Permanant solution has been implented in 23R1.