Friday, March 12, 2021

DB trigger Submit request mandatory initialization set_mode

retval boolean; req_id number begin retval := fnd_request.set_mode(db_trigger=>TRUE); --then call below req_id:=fnd_request.submit_request(....); end; --It can be use as without pragma autonomous and without commit

No comments:

Post a Comment