Thursday, April 20, 2017

Delete Request Set from Backend in Oracle Apps



BEGIN
FND_SET.DELETE_SET(request_set => 'XX_RG', application => 'XXAPPL');
COMMIT;
end;

In the code above, XX_RG is an example request set name and XXAPPL is an example application name.

1 comment:

  1. This comment has been removed by a blog administrator.

    ReplyDelete