Command to download/upload the wfx file:-
java oracle.apps.fnd.wf.WFXLoad -<option> <user> <password> <connect_string> <protocol> <LANG> <file_name.wfx> <object> <key> OWNER_TAG <prod>
option:- d for download, u for upload and uf for force upload
protocol:- thin / oci8
connect_string:- if protocol is thin then <server>:<port>:<SID> else <tnsnames entry>
object:- EVENTS / SUBSCRIPTIONS / AGENTS
key:- name of the object and it is optional
prod:- product, application short name
Ex:-
java oracle.apps.fnd.wf.WFXLoad -d apps apps host:port:SID thin US new_file.wfx SUBSCRIPTIONS OWNER_TAG XLA
By
Vamsi