Referencing an image in Oracle Workflow Notification
My requirement is to generate a HTML Oracle Message in Oracle Workflow which references an image. The information which i came across is that we can incorporate an image in html using a URL attribute. This means that we need to put the image file in a location which can be accessed via a url. In Oracle applications, the icons are stored in the folder <ORACLE_HOME>/wf/java/oracle/apps/fnd/wf/icons/. Can we put the image file in this location and refer to it in the HTML notification. In this case we would not be able to use a url attribute. In this case,