Oracle EBS Version : R12.1.3
There is a new functionality that is introduced in R12 concurrent program submission. ( "Delivery Opts" )
When we submit concurrent requests we can choose to send the output of the program upon completion to a specified user. Other features include IPP Printer(Internet Printing Protocol) , Fax , FTP.
These new features enable to avoid additional coding or writing interfaces by developers to achieve the most common functionalities of ftping the output of concurrent programs to banks or sending the output to a targeted user directly into the inbox of the users etc...
The screenshots below show the usage of Email functionality. Interesting point to note is in the From Field even if we submit an email that is not present in the apps it will still send mail as that users. Example for th case below dummyR12@myspace.com does not exist in the env.
There is a new functionality that is introduced in R12 concurrent program submission. ( "Delivery Opts" )
When we submit concurrent requests we can choose to send the output of the program upon completion to a specified user. Other features include IPP Printer(Internet Printing Protocol) , Fax , FTP.
These new features enable to avoid additional coding or writing interfaces by developers to achieve the most common functionalities of ftping the output of concurrent programs to banks or sending the output to a targeted user directly into the inbox of the users etc...
The screenshots below show the usage of Email functionality. Interesting point to note is in the From Field even if we submit an email that is not present in the apps it will still send mail as that users. Example for th case below dummyR12@myspace.com does not exist in the env.
Email received :
The required configurations for this mail to be sent are:
1. Ensure that SMTP server setup is done properly in "Workflow Notification Mailer" configuration
2. Ensure that Notification mailer and background engines are running properly
3. Ensure that the profile options "FND: SMTP Host" & "FND: SMTP Port" are set as per the SMTP configuration done in "Workflow Notification Mailer" Configuration step.
Thanks alot
ReplyDeleteHow to get the output as .xls/.pdf which is concurrent program output instead of .out file in the email? Is there any setup needed?
ReplyDeleteHi this seems to be one time process and is there any way to set default emails?
ReplyDeleteHi. This seems to be confusing as my background engine is down and notification mailer is unavailable.
ReplyDeleteI just setup the FND:SMTP Host to a correct value smtp hostname and it's working.
Can you explain the relationship with the background engine, notification mailer with FND: SMTP Host?
Hi,
ReplyDeleteYou don't need workflow notification mailer to be configured for this.
Just need the two smtp server and port.
Thanks,
Mohammed Ali