6.13 Change the ICC Batch Ownership

All the seeded batches in the OFS BSP application 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 will be changed.