req_id NUMBER;
RESULT BOOLEAN;
RESULT := APPS.fnd_request.set_mode (TRUE);
req_id := APPS.FND_REQUEST.SUBMIT_ REQUEST('FND',
'FNDSCURS',
'',
sysdate,
FALSE,
:NEW.BATCH_ID);
commit;
--this is sample to run the active users standard report having no parameter, you can explore the parameters by reviewing the FND_REQUEST.SUBMIT body.