7.13 Change the ICC Batch Ownership

All the seeded batches in the OFS PA applications are automatically assigned to the SYSADMN user during installation.

To see 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:
  • fromUser indicates the user who currently owns the batch.
  • toUser indicates the user to whom the ownership must be transferred.
  • infodom is an optional parameter. If specified, the ownership of the batches pertaining to that Infodom is changed.