How to Enable E-Mail Approval Setup in BPEL Process

Hello Experts,
we are working on OCM Project, where in which, we are implementing ODC / OFR / IPM 11g. We have got a requirement from the Client that, for Non-PO Invoices, we need to develop a E-Mail Approval Notifications as part of BPEL Process.
I really appreciate, if any one us has done this before, can you please brief me in this, any document is also very much appreciated,
You can reach out me on the following:
[email protected]
Phone: 1510-673-9630.
Regards
Chandra

Any news re: page update and comment notifications on the wiki.  I installed 10.7.3, checked the boxes for document updates and comments, answered the email address dialog box and nothing seems to be happening.
Thanks,

Similar Messages

  • How to enable push mail for gmail in iphone 6 plus

    how to enable push mail for gmail in iphone 6 plus

    Tommacgr wrote:
    You can setup gmail account in iphone as exchange so the trick is simple and easy and push notification work after instantly . Just follow this steps http://email.about.com/od/iphonemailtips/ss/Set_Up_Push_Gmail_in_iPhone_Mail_Ste p_by_Step_Screenshots.htm
    You can only set up a Gmail account as an Exchange account if you have a paid account. Google dropped Exchange support for free accounts two years ago. That link is just a bit outdated.

  • How many different way can we call a BPEL process

    Hi Guys,
    How many ways can we call a BPEL process
    I know 3 ways
    1 ) Thru PLSQL 2) using Java API 3) From another BPEL Process.
    are there any other ways .... if so what are they ..... .
    Thanks
    Tom...

    Hi Tom,
    your normal BPEL process (a regular process you create with the "new BPEL process" wizard), can be configured in Oracle application server to be accessible
    - via SOAP over HTTP or
    - via JMS
    since it is has a WSDL based service interface.
    JDeveloper as well allows additionally more options for starting a BPEL process such as a file based interface, an e-mail as a starter etc.
    Still, I like to see the ESB as a virtualizer of the endpoint protocol, so I suggest you model the BPEL process regularly, exposing its functionality through WSDL and use ESB services that wrap your BPEL process to deal with the actual endpoints.
    Cheers,
    Hajo

  • How to use multiple WSDL operations in One BPEL process Recieve Activity ?

    Is there anyway to attach multiple WSDL operations with a Single BPEL process ? How ?

    Thanks Melvin for your quick respond.
    When I create a BPEL process, It asks me to give the XSD as an Input. When I import the XSD it asks me to select an operation not more than one. Let suppose I select addRequest and finish the wizard.
    Now what I can see, It create Recieve activity with an Input msg of Add operation. Well what I understand from your statement is that, I remove the recieve activity and put the Pick activity.
    Now my question is How to mention the other operations like update and delete ? And how to test them ?? The link provided by you is just tell me what Pick activity can do for me, But its not telling me how to use it ?? and how the give the operation to it. Where should I need to change in the BPEL ???

  • How to send the output of the 1st BPEL process as a input to 2nd BPEL Proce

    Hi,
    I am working on OBPM 11G and my requirement is like below,
    From Mediator we need to call two different BPEL process. 1st one is Synchronous one and second one will be a one way interface. We need to call a java call out from Mediator and then give the output to the first BPEL process. The output from the first BPEL process has to be given to the second BPEL process with a filter condition.
    However we have achieved to call Java callout as well as call to two different BPEL process but facing issues in sending the output of the first BPEL process as a part of input to the second BPEL process.
    Any help on this would be appreciated.
    Bibhu

    Hi,
    Why do you need the third step, if the second step is a Numeric Limit Test step type, you can setup the limits of this step for your required limits of 11V and 12V. Your result is returned from your VI to Step.Results.Numeric which will be evaluated in the Status Expression giving you a Pass / Fail status.
    Look at the example TestStand\examples\demo\..\Computer Motherboard Test\computer.seq
    But to answer your reoriginal question, some additional information is required.
    What are your inputs and outputs assigned to in TestStand, do you use the Step properties, Locals, FileGlobals?
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • How to read values from Property file into BPEL process local variable?

    I would like to use a Property file with some parameters e.g.
    <myparm1>12345</myparm1>
    How can I read from a BPEL process such a Property file and assign it into e.g. local variable "intparm1"?
    Where (in which directory) should I put this XML Property file to have it always available for reading?
    Peter

    Hi,
    You can also use
    ora:readFile( ) function as follow :
    ora:readFile(xml file location (ex. "file:///D:\\SOA\\FileAdapters\\readFile\\test\\test.xml"),xsd file location (ex."file:///D:\\SOA\\FileAdapters\\readFile\\test\\test.xsd"))
    inside the assign activity and assign this to the variable you want.
    regards
    arababah
    Edited by: arababah on Aug 10, 2009 12:55 AM

  • How to read values from Property XMLfile into BPEL process local variable?

    I would like to use a Property file with some parameters e.g.
    <myparm1>
    12345
    </myparm1>
    How can I read from a BPEL process such a Property XML text file and assign it into e.g. local variable "intparm1"?
    Where (in which directory) should I put this XML Property file to have it always available for reading?
    Peter

    Hi,
    You can also use
    ora:readFile( ) function as follow :
    ora:readFile(xml file location (ex. "file:///D:\\SOA\\FileAdapters\\readFile\\test\\test.xml"),xsd file location (ex."file:///D:\\SOA\\FileAdapters\\readFile\\test\\test.xsd"))
    inside the assign activity and assign this to the variable you want.
    regards
    arababah
    Edited by: arababah on Aug 10, 2009 12:55 AM

  • How to invoke an OSB service from a BPEL process

    I need help, to figure out how to invoke an OSB proxy service from a BPEL process.
    I found a blog which exactly does that; but I am unable to get it to work. I get the following error on my BPEL console. We are on OSB10gR3 and SOA 10134.
    "com.bea.wli.sb.transports.TransportException: Unknown error while processing message for service ProxyService DWIntegrations/ProxyService/PeopleServiceBus"
    Any help will be greatly appreciated.
    Regards,
    BP

    It really comes down to the proxy service on the OSB. Is it invoked by a WSDL? If so you should be able to take the endpoint defined in the proxy service messaging configuration and use that URL. You also need to use the sb transport type.
    Can you also post the blog you used, then we can put it into context.
    also have a look at this link.
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/bpelpmtransport/transport.html#wp1116011
    cheers
    James

  • How to see out put after Transform in BPEL process

    hi,
    Is there some way in 11 G "BPEL" process manager, to see the output after "transform".
    I am using "transform" to map data, however unable to see what is going in the output
    please advice
    thanks
    Yatan

    thanks James,
    Yes I was seeing the flow only, however if I click on "transform" activity, I dont see any thing more then
    "updated output variable x", is there some other view where we can see, what values got updated in the output variable,
    I am asking this because lot of logic goes while transforming the variables which creates lot of errors, so how to check
    what variables are going in the output of the transform variable.
    please advice
    thanks
    Yatan

  • How to know server/node name inside a BPEL process in a clustered env

    We have a clustered environment of 4 nodes, we know that one of the BPEL Process on one of the nodes is not functioning normally. One way we isolated the problem is to test through Java Delivery API on each of the individual nodes through BPEL Console. However this is time consuming. If we want to implement an error handling mechanism, where we can format the name of the server/node of the cluster on which the BPEL process is getting executed it will be great. I couldn't find any Xpath Extension Function to retrieve the node /server name easily inside a BPEL process. There are functions to retrieve the domain, process name, version etc... but I'm trying to find something like ora:getRMIHostName() and ora:getRMIPort(). I can retrieve the few entries such as hostname.rmi from the return value of java.lang.System.getProperties () inside Embedded Java Code Step but not sure how safe it is to do so.

    Hi There,
    JMX can be used to discover all the names and addresses of managed servers in a cluster.
    find more information on this link: http://e-docs.bea.com/wls/docs81/jmx/index.html
    Let me know if works,
    Cheers

  • 11.5.10 Example how to Enable AP Invoice Approval

    Dear All
    Will you please send me an example how to setup AP invoice Approval Workflow
    [email protected]
    Thanks for your help

    Hi,
    Mailed you the document!!
    Regards,
    Yuvaraj

  • How to enable Google Mail on the N9

    So I want to turn on the Mail application with my google account. I click on the create account, select google, add my credentials and it says it's being successful. I can turn on google talk and it works without issues. However, the Mail app just continues to ask me for my password, tells me it's wrong (it's not wrong) and doesn't fetch any mail. Where is the problem and how do you fix it?

    Try this.
    But make sure what you want to do with your contacts. If you want to sync your gmail contacts to your phone and choose the mail data to remain it will delete your phone contacts. But if you select phone contacts to keep, it will update the data in the gmail.
    To configure the Mail for Exchange application for Google Sync, follow these steps:
    Open the MfE folder on your phone and start the Mail for Exchange application.
    Select Yes when prompted to create a new Sync profile.
    Configure the profile with the following settings:
    * Connection
    Exchange Server: m.google.com
    Secure Connection: Yes
    Access Point: your carrier's Internet access point
    Sync while roaming: your preferred setting
    Use default port: Yes
    * Credentials
    Username: Your full Google email address, e.g. [email protected]
    Password: Your Google Account password. (If you're a 2-step verification user, please use an application-specific password instead.)
    Domain: leave empty
    * Sync schedule
    Decide when you want synchronization to happen. Leaving this Always On will ensure your data is always current, but will also consume more battery than other settings.
    * Calendar
    Synchronize Calendar: Enable or disable
    Sync Calendar back: your preference
    Initial Sync: Decide if you want to keep existing Calendar events on your phone or replace them all with events synced from Google Calendar.
    * Tasks
    Synchronize Tasks: No (currently not supported by Google Sync)
    * Contacts
    Synchronize Contacts: Enable or Disable
    Initial Sync: Decide if you want to keep existing Contacts on your phone or replace them all with contacts synced from Google.
    * E-mail
    Synchronize Email: Enable or Disable
    E-mail address (default based on profile)
    Show new mail popup (yes/no)
    Use signature (default to no)
    Signature
    When sending mail (default: send immediately; alternative is send at next sync only)
    Sync messages back (default: 3 days; alternatives are 1 day, 1 week, 2 weeks, 1 month, all messages)
    if it helps, accept as a solution and hit the star.
    Owned Nokia 5110, Nokia 8210, Nokia 8250, Nokia 6610, Nokia 6820, Nokia 9500, Nokia E50, Nokia 8800 , Nokia E71, Nokia N91 4 GB, Nokia N95, Nokia N95 8GB, Nokia N97, iPhone 3GS & finally Nokia N900,Nokia X6, Nokia E55, BB BOLD 9700, iphone 4, Nokia N8; BB Pearl 9100, HTC Legend, & Now Nokia N9. (N900 is the Best)

  • How do I use Mail (same setup) on two computers?

    I have a MacMini and a MacBook; both are running MtnLion 10.8.5.  The mini is my main computer. I used to have Snow Leopard on both.  When I traveled, I would copy my Mail folder and mail plist file to my Macbook and I was able to check/use Mail with my Macbook away from home.  When I was back and ready to use my mini, I would reverse the copy and viola I was ready to go.  (I easily connect the two wirelessly and easily copy files to and from. I don't have any issues with that part.)
    (I am thinking the first thing most people think is, no worries because of imap and icloud and other clouds, etc.  I use POP and I don't use iclouds, imaps, or other clouds.  Even if I did, there would still be the fact that I save emails in folders on my computer.  I have tried imap, and I personally do not care for it.  I like and use pop.)
    Now, with both having MtnLion, it seems more complicated.  I think of have found most of the files, even the ones located in different places.  There are more places now and more to remember and copy.  I think I got the macbook ready to go, but was thinking perhaps there is an easier way.
    Does anyone know a less complicated way to do what I am needing??
    I just want a way to copy all settings and mail to and from my MacMini and my MacBook.
    If there is not another way to do this, does someone have a complete checklist of what files and folders should be copied??  That would also be helpful.
    Thank you.

    thank you dianeoforegon for your post.
    My library folder was not hidden. I know how to find the files and folders, only want to make sure I get them all.  I upgraded to MtnLion months ago, just have not used my macbook for mail.  Last time was when they both had SnowLeopard.  Where the OS keeps all the files is different and there are more files/folders for Mail.  Some are in ~/library/mail  but some are in ~/library/containers/.…  too.  This is a new spot.  It took me a while to locate some of the spots.  It used to be just copy "Mail" "Mail Downloads" and the plist file.  It's not quite like that now.  I even found some in /Library/...  (this is not the user "library" folder, but the computer Library folder).
    Anyway, I just wanted some other way of "Copying" my Mail and Settings.  Not "transferring" my mail (like to a new system).  I want to copy it all and then use it.  Then copy it back with any changes and use it from there.
    Sorry if I am not explaining it very well.  I don't know what to call it!!

  • How to enable sending mail animation?

    I notice that on my Mail account, when I send a message, my "Sent" box changes to "Sending" and I see a little twerling animation. But on my son's account (on the same computer) I don't see that. Is there a setting to enable that?
    Thanks!

    I think that should be on all the time, not a setting.
    Not certain, but this can fix myriad Mail problems...
    Safe Boot from the HD, (holding Shift key down at bootup), it will try to repair your Disk Directory while the spinning radian is happening, so let it go, run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, then move these folder & file to the Desktop.
    Move this Folder to the Desktop...
    /Users/YourUserName/Library/Caches/Mail/
    Move this file to the Desktop...
    /Users/YourUserName/Library/Mail/Envelope Index
    Reboot.
    If that doesn't do it and you can afford to redo all your Rules, try these & reboot...
    /Users/YourSonsUserName/Library/Mail/MessageRules.plist
    /Users/YourSonsUserName/Library/Mail/MessageRules.plist.backup

  • How to invoke a custom adapter from a BPEL process

    Hi guys,
    I've implemented a custom outbound adapter and deployed successfully on Weblogic V.10.3.4.
    My current installation also consists of Oracle SOA Suite 11g / JDeveloper 11g (11.1.1.4.0)
    In the Weblogic administrator's console,
    *1.* I navigated to:
    Summary of Deployments -> AdapterName -> Configuration -> Outbound Connection Pools
    *2.* Selected: javax.resource.cci.ConnectionFactory and added new JNDI name for Outbound Connection Instance: "*eis/HelloWorld*"
    My task is to invoke the custom adapter from a BPEL process.
    I altered the customAdapter-config.xml so as to be able to use custom adapter wizard from JDeveloper's "Service Adapters" palette,
    and fullfilled the custom adapter wizard's fields accordingly. The 3rd step of the wizard requires Connection Information.
    I added: "*eis/HelloWorld*" in the "*Connection Factory Location*" field.
    Deployed BPEL process successfully, but testing failed due to binding.jca-12510 error:
    "The JCA Binding Component was unable to establish an outbound JCA CCI connection due to the following issue: BINDING.JCA-12510 JCA Resource Adapter location error. Unable to locate the JCA Resource Adapter via .jca binding file element <connection-factory/> The JCA Binding Component is unable to startup the Resource Adapter specified in the <connection-factory/> element: location='eis/HelloWorld'. The reason for this is most likely that either 1) the Resource Adapters RAR file has not been deployed successfully to the WebLogic Application server or 2) the '<jndi-name>' element in weblogic-ra.xml has not been set to eis/HelloWorld. In the last case you will have to add a new WebLogic JCA connection factory (deploy a RAR). Please correct this and then restart the Application Server "I tried to apply (just for testing) "eis/FileAdapter" in the "Connection Factory Location" field of the custom adapter wizard,
    and BPEL successfully invoked the adapter.
    Any ideas ?
    Thanks,
    George

    George, What deployment do you have this associated with?
    - D.J.

Maybe you are looking for

  • Cost Center Authorization

    Dear Friends / Experts We have around 10 HR (BW/BO) reports. All are woking fine. Now the users wants to restrict the report based on cost center. Hence, I have created one DSO with relevent information and extracted the data from ECC ( Used id, Cost

  • How can I change a wrong e-mail adres in the Adobe ID for an E-Reader.

    I have an Adobe ID for Digital Editions for my pc. Then I connected an E-Reader to my pc and I had to authorize the reader with an Adobe ID. I thought it would be the same as the ID for my pc, but the system send my the message that this ID already w

  • How can I get photos off iPad onto PC

    A friend posted some photos on Photo Stream and I was able to load them onto my friend's iPad, however I am having trouble getting them from the iPad to my Windows PC.  I plugged in the USB cord into the iPad and PC, a window pops up on the iPad aski

  • In running standard Cost Estimate, System is selecting wrong selection ID

    We have two Process in Production . one we use Process flow(PI), in other we use Production flow(PP). Now, while running standard cost estimate for Process industry(PI) as  it uses recipe instead of Routing...But system is searching/selecting for rou

  • Upgrading from After Effects CS5 to CS6

    I am creating a new post for this since my previous post on Design Premium was "Answered" yeaterday. I went ahead and purchased the Creative Suite Design Premium 5.5 Upgrade today which apparently includes a FREE upgrade to CS6 Web & Design Premium P