Search This Blog

Sunday, September 2, 2012

API to remove Oracle EBS Request Set

BEGIN
FND_SET.DELETE_SET(request_set => 'XXOGL_F102_PROCESS_FILE', application => 'XXPO');

COMMIT;
end;


In the code above, XXOGL_F102_PROCESS_FILE is an example request set name and XXPO is an example application name.

No comments:

Post a Comment