I've subscription "oracle.apps.wf.notification.close" event ,but not work!

Hi,
I've subscription "oracle.apps.wf.notification.close" event,but when notification close my codes don't still work and have no exception come out !
I've try my codes by subscription "oracle.apps.wf.notification.send" event , and when notification send it can work ! I'm sure that there have no different between the subscription "oracle.apps.wf.notification.close" and the subscription "oracle.apps.wf.notification.close" in the subscription step .
Doesn't when notification closing raise the "oracle.apps.wf.notification.close" event?
I need your help!
Best regard!
Your friend, yao!

Please do not create duplicate posts across the forums -- What event is fired when notification close ?

Similar Messages

  • Oracle APPS custom form using KFF is not working as expected

    Hi,
    I have created a custom form and using KFF to accept code combination in line block. My custom form is based on AP_INVOICES_INTERFACE and AP_INVOICE_LINES_INTERFACE.
    When I query the records in form and update the code combination field using keyboard (typing or copy-paste) it works fine at first time but when I re-enter another code then it does not accepts the new code and reverts to previous code. Form accepts the same code when KFF screen is using by pressing LOV button. I concluded this problem as "when record status is QUERY then KFF works fine with keyboard but when record status changes to CHANGED then it does not accepts the new code when entered using keyboard".
    I have created all triggers and invoked relevant fnd_flex.event in triggers. I have created PRE-QUERY, POST-QUERY, PRE-INSERT, PRE-UPDATE, WHEN-VALIDATE-ITEM, WHEN-VALIDATE-RECORD, WHEN-NEW-ITEM-INSTANCE, KEY-EDIT, KEY-LISTVAL at form level and calling FND_FLEX.EVEND and APPS_STANDARD.EVENT (where required) in triggers.
    This same issue is in AP Invoice Workbench form. When updateing code combination in distribution block in invoice form is showing same behaviour.
    I am running this form in 12.1.2, same form is working in other instance which is on 12.1.3.
    Please help.
    Regards,

    Please check the below link just to make sure all steps are taken care.
    http://oraclemaniac.com/2012/08/15/how-to-add-a-descriptive-flexfield-dff-in-a-custom-oracle-apps-form/

  • Oracle.apps.wf.notification.receive.message event subscription

    Hi,
    I have created a custom test subscription for the above event.I have simply created a rule function which inserts values in a custom table to show that the event is being fired.
    I tested from workflow responsibility, and yes, event is being captured and values are being inserted in the custom table. Means, from test subscription, its working.
    However, now I am trying to respond an notification from email(actual testing of the event). The notificatoin gets processed, but my function is not being called. In other words, possibly my event subscription is not being fired, seeded one is working though.
    I checked WF_NOTIFICATION_IN table. The email responses are received here and their state also shows from 0 to 2 changing. Also, the DEQ_TIME column also has values.
    So the question is how to know why my subscription is not being fired?
    Thanks,
    Abdul Wahid

    One Update.
    I tried to fire some different event and registered this function with that.
    Its working with this event.
    Does that mean that oracle.apps.wf.notification.receive.message event is not being fired?

  • Capture event oracle.apps.wf.notification.receive.message

    Hi,
    I am trying to capture the event oracle.apps.wf.notification.receive.message.
    Whenever system receives an email response of a notification, I want to insert some values to a table.
    I have created subscription on this event and calling a package procedure which inserts the data into table.
    Now, If I test the event from the business events screen itself, subscription is working (i.e. inserting the data into table).
    However, when I am replying a notification, I can see that event is fired (from system administratoin->workflow->agent activity), but values are not being inserted in the table.
    My package procedure has pragma autonomous transaction and commit.
    Also, I have tried various combinations of event being Local or external.
    Any thoughts why the subscription is not coming in action?
    Thanks,
    Abdul Wahid

    One Update.
    I tried to fire some different event and registered this function with that.
    Its working with this event.
    Does that mean that oracle.apps.wf.notification.receive.message event is not being fired?

  • Get error when add start:body tag, ERROR: oracle.apps.xdo.template.fo.area.NoAvailableAreaException: Not enough rendering area

    I'm using "Oracle BI Publisher Template Builder for Word"
    Version: 10.1.3.2.1  Build 87
    When I try to add <?start:body?> and <?end body?> tags get error in preview to pdf
    My structure is:
    for-each G_INVOICE
    [TABLE WITH HEADER INFORMATION]
    <?start:body?>
    [for-each G_DISTRIBUTION_LINE
    TABLE WITH DISTRIBUTION LINES INFO
    end G_DISTRIBUTION_LINE]
    <?end body?>
    "text for special instructions"
    end G_INVOICE
    The log generated is:
    Font Dir: C:\Program Files\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\fonts
    Run XDO Start
    RTFProcessor setLocale: en-us
    FOProcessor setData: Z:\projects\AEROSTAR\reports\AERO - AP - Disbursal Request\AEROAPDISREQ.xml
    FOProcessor setLocale: en-us
    oracle.apps.xdo.template.fo.area.NoAvailableAreaException: Not enough rendering area. Please look into the incomplete output file for cause.
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.createNewPage(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.startLayout(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.run(Unknown Source)
      at oracle.apps.xdo.template.fo.FOHandler.endElement(Unknown Source)
      at oracle.apps.xdo.common.xml.XSLTHandler$EEEntry.sendEvent(Unknown Source)
      at oracle.apps.xdo.common.xml.XSLTMerger.startElement(Unknown Source)
      at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:167)
      at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1182)
      at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
      at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
      at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:149)
      at oracle.apps.xdo.template.fo.FOProcessingEngine.process(Unknown Source)
      at oracle.apps.xdo.template.FOProcessor.generate(Unknown Source)
      at RTF2PDF.runRTFto(RTF2PDF.java:632)
      at RTF2PDF.runXDO(RTF2PDF.java:466)
      at RTF2PDF.main(RTF2PDF.java:254)
    Please, Need help.
    Thanks in advance.

    The cause for this seems to be that a row in a table is larger than a page, and there is no place left for the Header row.
    Check the bellow action plan:
    1. Edit the template in MS Word.
    2. Click on the table.
    3. Right click on the little crossed square in the upper right corner of the table.
    4. Click on 'Table Properties' / tab 'ROW'.
    5. Look at all rows by using the button 'Next Row'.
    6. If 'Repeat as Header at the top of each page' is checked, please uncheck it.
    7. Save the template and retry.
    BR,
    Alex

  • Oracle.apps.fnd.framework.OAException: Region could not be found in AK_REGI

    Hi,
    I am new to OA Framework and current developing a small application.
    Here is my application setup:
    I have a page called ComplaintsMainPG.
    This page just has -->pageLayoutRN-->HeaderRN-->an item (link with Destination URI as OA.jsp;page=/mycompany/oracle/apps/ego/complaint/decision/webui/QuestionairePG&country=US&questionId=USQ1&retainAM=Y
    The next page where I want user to navigate to is: QuestionairePG
    This page has a VO with the following query:
    select * from xx_my_table where :1=country and :2=question_id
    When I run my 2nd page QuestionairePG directly ...I get the error: not all values bound (seems logical)
    So, I try to populate the binds by passing them as a part of URL from the 1st page.
    What is wrong that I am doing? Is there a better way to pass the parameters to my VO so that all bind variables are bound?
    When I compile my first page, I get the warning (not error) that:Warning: If "AM Definition" property is the same for more than one region in a page, then each region needs a different "AM Instance". Error on components "/mycompany/oracle/apps/ego/complaint/decision/server/ComplaintMainPG.HeaderRN" and "/mycompany/oracle/apps/ego/complaint/decision/server/ComplaintMainPG.pageLayoutRN".
    And when I run I get the error:
    oracle.apps.fnd.framework.OAException: Region could not be found in AK_REGIONS; RegionCode: RegionApplicationId: -1
    Is this a serious thing that I am missing out?
    I am very much new to OA Fwk and
    any help is highly appreciated.
    Thanks
    null

    Devang,
    If you are new to OAF, better go through the initial chapters of Dev guide and do the sample page create. Unless the basics are not clear, you will be getting stuck at small issues.
    Coming to current issue, there seems to be many things out of order:
    1. You have assigned same AM to 2 different region on the page.
    2. In your VO query "select * from xx_my_table where :1=country and :2=question_id" , how are you doing the binding? Have you written the code for it. Assuming country and question_id are columns names, it should be like "country=:1 and question_id=:2"
    3. AK region error might be coming because of some explicit application id set by you in the page xml.
    My advise will be do some sample pages as per the dev guide before starting on your own.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Oracle.apps.xdo.servlet.CreateException: Report definition not found

    We're running xml publisher under Oracle AS 10.1.3.4 on RHEL 5 against an Oracle 11.1.0.7 database. The problem we have is that scheduled reports fail intermittently with the following error "oracle.apps.xdo.servlet.CreateException: Report definition not found" even though the report does exist and there are no privilege issues. Oracle support suggested increasing the Java memory parameters in opmn.xml which we did and documnet # 333862.1 on MOS recommended increasing the Apache timeout. This also had no effect.
    Does anyone have any ideas what might cause this and how to fix it?
    This is the error stack
    Failed
    System Message oracle.apps.xdo.servlet.scheduler.ProcessingException: oracle.apps.xdo.servlet.CreateException: Report definition not found:/00. PRACTICE/AU/P42 - Internal/Drive usage report/Drive usage report.xdo
         at oracle.apps.xdo.servlet.scheduler.XDOJob.generateReport(XDOJob.java:983)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:418)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    Caused by: oracle.apps.xdo.servlet.CreateException: Report definition not found:/00. PRACTICE/AU/P42 - Internal/Drive usage report/Drive usage report.xdo
         at oracle.apps.xdo.servlet.ReportException.fillInStackTrace(ReportException.java:124)
         at java.lang.Throwable.<init>(Throwable.java:196)
         at java.lang.Exception.<init>(Exception.java:41)
         at oracle.apps.xdo.servlet.ReportException.<init>(ReportException.java:36)
         at oracle.apps.xdo.servlet.CreateException.<init>(CreateException.java:18)
         at oracle.apps.xdo.servlet.ReportRepository.getReport(ReportRepository.java:74)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.generateReport(XDOJob.java:972)
    Edited by: 889485 on 21/06/2012 18:07

    Hi Tim,
    Thanks a lot.......
    To find solution for this i tried this options all are failed:
    1) I created a user,this user can schedule and view but he cant edit report. I scheduled from this user, also it failed some day.
    2)I copied all the reports in to new folder from that i scheduled but no luck.
    one more point... i am having 9 reports to schedule run daily between 11AM to 11.45AM.Is this will b any problem for scheduling.
    In all the above cases i am getting same errors as posted above.
    here i am showing one pic the report failed when it is in that sequence of 9 reports but success when it is scheduled run immediate.
    !http://img263.imageshack.us/img263/6343/errorh.jpg!
    Its urgent for me......pls help me.
    Thanks,
    KSS

  • Oracle Applications Release12 on Windows XP does not work when internet?

    Hi,
    Please note that I have installed Oracle Apps R12 on WINDOWS XP and it works fine when i connected to Internet, why. I want Oracle Apps to work when when i am not connected to internet. I have wireless modem on my LAPTOP and, its not guarantee that where ever i go there is a internet connectivity avaiable.
    Pls help.
    Thanks is advance.
    Regards,
    Rahmathullah

    Hi;
    The problem can be (at least i live this problem and it can be helpful for you too thaswhy i am posting):
    oafm,forms and oacore not starting up after IP adress change Doc ID: 412980.1
    The OC4J lock files contains the IP adress, after the ip adress change the lock files includes the wrong Ip adress which caused the OJ4J to faill. If you agree that solution is:
    1. set your envoriment
    2. follow document (its for linux but u can follow steps of document for windows too)
    I hope it will be helpful
    Regards
    Edited by: helios on 07.Oca.2009 02:07
    Edited by: helios on 07.Oca.2009 02:10

  • I just switched iphones but my app store and my itunes will not work but i can make calls and texts

    i just switched iphones but my app store and my itunes will not work but i can make calls and texts

    Hi there. How were you able to solve it? I have a one year subscription to EW and I was able to receive a couple of issues. But now, I cannot download the new issue anymore. Please help.
    Thanks.

  • Any way to keep apps on my ipod touch but not keep copies of them on my PC?

    Is there any way to keep apps on my ipod touch but not keep copies of them on my PC? I have space issues on my PC, so I don't want to have to keep copies there. I deleted the apps from my PC, but when I synced my ipod to add some photos, all my apps were deleted from my ipod. Is there any way to be able to just sync photos and music, and not apps? Seems I am able to manually manage music, which allows me to not have to keep my music library stored on my PC, but can't get the photos to sync without the apps syncing too.
    Any help here would be greatly appreciated. I'm new at this.
    Thanks.

    marcy5 wrote:
    Is there any way to keep apps on my ipod touch but not keep copies of them on my PC?
    though purchased apps can be re-downloaded for free, i strongly advise against such a practice !
    I have space issues on my PC
    you would be better off to move your iTunes library to an external drive, thus freeing up space on your startup disk. this read will tell you how http://support.apple.com/kb/HT1364.

  • Updated my iphone 3gs, lost my music and apps, they are backed up on itunes, how do I move them back to my phone, tried to sync but not working, please help

    Updated my iphone 3gs, lost my music and apps, they are backed up on my computer but i cannot move them over to my phone, tried to sync but not working, please help

    well first make sure that when you click on the name of your iphone on the left hand side of itunes that you go to the app and music tab and check mark the sync apps and sync music. then try clicking apply in the bottom right hand corner. then if not try doing it again after going to prefrences in the top menu and going to devices tab and click reset sync history if that doesnt work with music try and drop and drag to the name of your iphone, lastly if that doesnt work you can try restoring from a backup from before you updated. it will keep the new software but put everything that was on your phone when you created the backup back onto your phone.
    http://support.apple.com/kb/HT1351 for syncing music

  • My music app on my iphone 5 is not working properly since I downloaded ios7.

    The music app on my iphone 5 is not working properly since I downloaded ios7.
    Sometimes I start to use the music app and then part way though a track it stops. I try to re-start it with no joy. I'm also finding the touch screen is less responsive. Can any help me fix the issue or will I need to take it into the store?

    Removing the SIM has no affect on the power of the phone. It is just the part that facilitates connecting to your carrier. Try holding the sleep/wake and home buttons together until you see the Apple logo on the screen and then release the buttons. The phone should reboot. You may need to hold the buttons together for 15-30 seconds.

  • All of my apps on my new ipad2 are not working. I had this iPad about 4 months and nothing bad has happened before this. I need help on how to make my apps stop crashing. All my built in apps are fine though.

    All of my apps on my new ipad2 are not working. I had this iPad about 4 months and nothing bad has happened before this. I need help on how to make my apps stop crashing. All my built in apps are fine though. WHATBCAN I DO TO MAKE MY APPS STOP CRASHING. I ALREADY TURNED IT OFF THEN ON AGAIN AN IT STILL CRASHES. HELPPP!!!!

    Try a reset. Hold the Sleep and Home button down for about 10 seconds until you see the Apple logo. Ignore the red slider.

  • I wanted to send a push notification, unfortunately it does not work. The page will not load. Anyone know why?

    I wanted to send a push notification, unfortunately it does not work. The page will not load. Anyone know why?

    Push notifications, I believe, is only for iOS.
    If it is for iOS, take a look at Using Apple push notifications with Digital Publishing Suite | Adobe Developer Connection

  • Itunes, App store, Facebook App and Facebook on Safari are not working...can not connect to app store is the message I get.

    Since Sunday I can not access Itunes or App store with my Ipad 2. I can not use the facebook app, it will log in, but will not load up the newsfeed, I can not use it in Safari either. Also can not use apps like Draw Something.  The same thing has happened to my husbands Ipad. On occasion it will allow the app store or itunes to work. Any ideas?

    I have the itunes and app store working now, but my FB app and FB on Safari will not work and other websites are not working very well on Safari...any ideas?

Maybe you are looking for

  • Unable to print to HP 6700

    I am unable to print wireless via my Mac to my HP printer. It was working fine for the past 12 months for both Mac's & PC's and it continues to work fine with several different PC's in my house. When I attempt to print it shows up in the queue but it

  • AppleWorks unexpectedly quitting while working in 'Draw'

    I have been re-working documents in AppleWorks Draw. About five minutes or so into reconfiguration, the program quits! Very frustrating. I reported it to Apple. How can I troubleshoot this?

  • Graphic Distortion Since Upgrade to Yosemite

    I finally updated to Yosemite today. Since then, I am having the same issue as I have seen other posts about regarding the graphics. They are quite pixely and on other images (such as on Pinterest), there is a bunch of random different colors on cert

  • Parsing a non-standard (LabVIEW) xml file

    I inherited an xml file which does not use the normal LabVIEW schema, where the types would be defined for each value and the number of elements would be defined for an array.  Although a schema file xsl is listed in the xml header, no such file exis

  • How do I sent mail from @mac using OS X 10.6.8

    I have a Macbook running OS X 10.6.8, stmp for moble.me listed as offline. How do I send outgoing messages? I use iCloud on iPhone but Macbook is not upgradeable to Mountain Lion.