7.15 Change the ICC Batch Ownership
All seeded Batches in the OFS CRA pack are automatically assigned to the SYSADMN user during installation. To view the batches in the Batch Maintenance menu, you must execute the following query in the Config Schema of the database:
begin
AAI_OBJECT_ADMIN.TRANSFER_BATCH_OWNERSHIP ('fromUser','toUser','infodom'); end;
OR
begin
AAI_OBJECT_ADMIN.TRANSFER_BATCH_OWNERSHIP ('fromUser','toUser');
end;
Where:
fromUserindicates the user who currently owns the batchtoUserindicates the user to whom the ownership must be transferredinfodomis an optional parameter. If specified, the ownership of the batches of that Infodom will be changed.