Oracle Apps Tutorials
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:
arif
May 12, 2019 at 1:05 PM
This comment has been removed by a blog administrator.
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
This comment has been removed by a blog administrator.
ReplyDelete