Friday, January 29, 2010
Business event generation from backed
In the below, if you want you can provide additional informations by extending the v_parameter
declare
v_event_name VARCHAR2(100);
v_event_key VARCHAR2(100);
v_parameter wf_parameter_list_t:=wf_parameter_list_t();
begin
v_event_name:='oracle.apps.wsh.delivery.gen.shipconfirmed';
v_event_key:=51425;
wf_event.raise(p_event_name => v_event_name ,
p_event_key => v_event_key,
p_event_data => NULL,
p_parameters => v_parameter,
p_send_date => sysdate);
COMMIT;
end;
Do you think this Article is useful?
Subscribe to:
Post Comments (Atom)
Disclaimer
The ideas, thoughts and concepts expressed here are my own. They, in no way reflect those of my employer or any other organization/client that I am associated. The articles presented doesn't imply to any particular organization or client and are meant only for knowledge Sharing purpose. The articles can't be reproduced or copied without the Owner's knowledge or permission.
3 Responses to “Business event generation from backed”
September 24, 2016 at 3:08 AM
Regards
Sridevi Koduru (Senior Oracle Apps Trainer Oracleappstechnical.com)
LinkedIn profile - https://in.linkedin.com/in/sridevi-koduru-9b876a8b
Please Contact for One to One Online Training on Oracle Apps Technical, Financials, SCM, SQL, PL/SQL, D2K at training@oracleappstechnical.com | +91 - 9581017828.
December 29, 2018 at 9:51 PM
Thanks and Regards. Oracle Apps R12 Training Videos at affordable cost. please check oracleappstechnical.com
September 9, 2020 at 3:45 AM
One Tree Hill should be the best TV series for me, the characters are great~ Audio Visual Production Company
Post a Comment