SELECT parameter_valueFROM fnd_svc_comp_param_vals fscpv
, fnd_svc_comp_params_b fscp
WHERE fscpv.parameter_id = fscp.parameter_id
AND fscp.parameter_name = 'OUTBOUND_SERVER';
You can find the other workflow mailer related attributes using the above tables.
No comments:
Post a Comment