7.19 Change the ICC Batch Ownership

All the seeded batches in the OFS Profitability Management application are automatically assigned to the SYSADMN user during installation.

To see the batches in the Batch Maintenance menu, 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 to be transferred.
  • infodom is an optional parameter. If specified, the ownership of the batches pertaining to that infodom will be changed.