Event oracle.apps.ar.applications.CashApp.apply

Hi,
My application is using oracle.apps.ar.applications.CashApp.apply. I am familiar with AR in 11i I did not use any workflow/event. I do not know what this event does? Somebody can explain me this functionality (apps.ar.applications.Cas..)? Do I have to use it in my application I think I do not need any notification and additional action associated with cash apply.
Regards,
Luko  

Event Details.
Event Field Value
Event Name oracle.apps.ar.applications.CashApp.apply
Event Key oracle.apps.ar.applications.CashApp.apply_3491076_05-04-2012 13:19:33
To Agent
To System
From Agent
From System
Send Date 13-05-1433 13:19:33
Receive Date
Priority 0
Correlation ID
Parameter : USER_ID 1844
Parameter : RESP_ID 50862
Parameter : RESP_APPL_ID 222
Parameter : SECURITY_GROUP_ID 1107
Parameter : ORG_ID 127
Parameter : RECEIVABLE_APPLICATION_ID 3491076
Parameter : TRX_PS_STATUS CL
Parameter : RCPT_PS_STATUS OP
Parameter : TRX_DUE_DATE 2456052
Parameter : TRX_APP_AMT 1350
Parameter : ERROR_TYPE ERROR
Parameter : SKIP_ERROR_SUB 669603A288DE8CA7E040
Parameter : SUB_GUID A242DC2FF79D70A7E030

Similar Messages

  • Local Event ERROR : oracle.apps.ar.applications.CashApp.

    Hi,
    I am getting frequent error notifications in my production system with error message:
    Local Event ERROR : oracle.apps.ar.applications.CashApp.apply / oracle.apps.ar.applications.CashApp.apply_3336277_03-04-2012 14:31:15
    these notifications are generated in 100's per day and reached more than 200 thousand now.
    Please suggest how to resolve this issue.
    Thank you.

    Event Details.
    Event Field Value
    Event Name oracle.apps.ar.applications.CashApp.apply
    Event Key oracle.apps.ar.applications.CashApp.apply_3491076_05-04-2012 13:19:33
    To Agent
    To System
    From Agent
    From System
    Send Date 13-05-1433 13:19:33
    Receive Date
    Priority 0
    Correlation ID
    Parameter : USER_ID 1844
    Parameter : RESP_ID 50862
    Parameter : RESP_APPL_ID 222
    Parameter : SECURITY_GROUP_ID 1107
    Parameter : ORG_ID 127
    Parameter : RECEIVABLE_APPLICATION_ID 3491076
    Parameter : TRX_PS_STATUS CL
    Parameter : RCPT_PS_STATUS OP
    Parameter : TRX_DUE_DATE 2456052
    Parameter : TRX_APP_AMT 1350
    Parameter : ERROR_TYPE ERROR
    Parameter : SKIP_ERROR_SUB 669603A288DE8CA7E040
    Parameter : SUB_GUID A242DC2FF79D70A7E030

  • Does FND_USER_PKG.AddResp raise event oracle.apps.fnd.wf.ds.userRole.create

    Hi,
    When a new responsibility is added from the EBS forms UI to a user, the event oracle.apps.fnd.wf.ds.userRole.created is
    raised.
    If the responsibility is added to the user using the pl/sql stored procedure fnd_user_pkg.addresp, is the event
    oracle.apps.fnd.wf.ds.userRole.created raised as part of the stored procedure ?
    Thanks

    Hi,
    I believe it is called, just like creating a responsibility from the application. You may log a SR to confirm this with Oracle Support.
    Regards,
    Hussein

  • Deploying a war file in Oracle Apps's application server

    Hi all, i have a war file which i want to deploy inside oracle apps's application server, i just want to know the location to put my war file in so that the application server will auto deploy it.And also provide port and url(Application server) where i can access that web app.

    Babu,
    There are a lot of dependencies involved. app severes before 10g are not generic j2ee server. what kind of files are you putting in ur war file?
    --Shiv                                                                                                                                                                                                                                                                                                                                       

  • Autocreate task raise business event oracle.apps.jtf.cac.task.createTask?

    Hi All!
    How can I check if event oracle.apps.jtf.cac.task.createTask was raised when a task was created?
    This event will raise every time a task is created independent of which process created the task? I mean if the task was automatically created when SR is created or if the task is manually created?
    How can I test this business event manually?
    In our environment (EBS 11.5.10.2) there are following subscriptions to this business event:
    CS_SR_SECURITY_UTIL.SECURE_SR_TASK_OWNER
    jtf_task_wf_subscribe_pvt.create_task_notif_subs
    CS_SR_CHILD_AUDIT_PKG.CS_SR_Audit_ChildEntities
    I have added subscription xxcsf_002_wf_subscribe_pkg.create_task, which calls to function (create_task) in a DB package (xxcsf_002_wf_subscribe_pkg). The first thing I do, before anything else, is logg to a custom table the event of entering the package function but then when task is created in "Enter Request Service" form nothing is logged in the custom table.
    What am I doing worng? Thanks in advance for the help!
    Patricia

    Hello again and thanks Nagamohan,
    The sql returned 0 so that means the event is not fired. How do I make it fire. Isn't it standard? Is there some setup I have to do or enabled somewhere? I have this requierement to create automatically an assignment for tasks automatically created when SR is created in Field Service Technician Portal. I thought I could create the assignment when this business event is raised, which means a task is being created and validating where it is originated from (WEB). I need to set scheduled dates for the task as well. I appreciate the help in this. I would like to use the business event to call on a package function but it is not being fired.
    Thanks in advance and regards,
    Patricia
    Edited by: Patricia Paredes on Feb 2, 2009 9:50 AM
    Edited by: Patricia Paredes on Feb 2, 2009 9:51 AM

  • 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?

  • Business Event ORACLE.APPS.PER.API.ASSIGNMENT.UPDATE_EMP_ASG_CRITERIA

    Hi,
    According to Document id 1402385.1 , I have subscribed the business event ORACLE.APPS.PER.API.ASSIGNMENT.UPDATE_EMP_ASG_CRITERIA with a synchronous subscription with a phase 99. It is calling an extension which in turn calling hr_assignment_api.update_emp_asg api to update assignment details. Now it is working fine in Oracle forms.
    But when the same operation is being done in SSHR Pages for Manager Self Service responsibility the process could not be completed due to the following error.
    " The HR object is invalid Cause: The HR object which is attempted to be locked is inconsistent with the corresponding object in the HR Schema. Action: Retry the action with the correct object version number. " As the SSHR page do validation in P_VALIDATE= TRUE mode so this error is occurring.
    Now i tried to analyse the XML file generated by the business event. But I am not able to find whether it is being called as P_VALIDATE = TRUE or FALSE I want to know how to check whether the business event is called in TRUE mode or FALSE mode.
    Regards,
    Rakesh

    Hi ,
    Thanks Vignes for your reply.
    The problem is that I am trying to call a custom function through this business event which in turn is calling HR_ASSIGNMENT_API.UPDATE_EMP_ASG.
    Now when I am changing job or position in SSHR page it is validating the data I entered. So while validating they call that business event too. Now entering into that custom function it cannot decide whether the API should be called in P_VALIDATE=FALSE mode or P_VALIDATE=TRUE mode.
    So I am trying to know whether is there any way to know P_VALIDATE mode when the business event is fired.
    Regards,
    Rakesh

  • The cause of generation event oracle.apps.fnd.wf.ds.user.update?

    In which scenario, event oracle.apps.fnd.wf.ds.user.update will be generated besides updating user?

    user545541 wrote:
    In which scenario, event oracle.apps.fnd.wf.ds.user.update will be generated besides updating user?Please see Workflow Developer Guide, Page 9-45 -- http://download.oracle.com/docs/cd/B53825_08/current/acrobat/121wfdg.pdf
    Thanks,
    Hussein

  • Unsubscribe this event oracle.apps.fnd.wf.WFXLoad

    Hi,
    java oracle.apps.fnd.wf.WFXLoad -u <apps_un> <apps_pw> <apps_dbserver.+fqdn>:<db_port>:<SID> thin US \
    $FND_TOP/patch/115/xml/US/icxevte.wfx
    Above event enables us to have only single login on the desktop avoiding multiple logins. Can any one help me out to un-subscribe this event after enabling .. since i am getting any doc in metalink .
    Regards
    Bala

    Hi,
    Did you review the following documents?
    Note: 365445.1 - How To Run Oracle.Apps.Fnd.Wf.Wfxload Command
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=365445.1
    Note: 304209.1 - About the oracle.apps.icx.security.session.created business event.
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=304209.1
    Regards,
    Hussein

  • HOW TO CREATE A EVENT IN WORKFLOW THROUGH ORACLE APPS 11i Application

    Dear all,
    I am un able to create a Business Event in Oracle Work flow Version 2.6.3 through Oracle Apps11i " Workflow Administrator Responsibility" ..
    In Workflow Administrator Responsibility, I could search the Business Events bUT i cannot create the Business Events...
    Please help me to sort the Issue....
    Regards,
    Vijay Kumar L.P.

    Hi Anand,
    Move to a more relevant forum for a better support.
    Simply I found some useful link for you:
    https://social.msdn.microsoft.com/Forums/en-US/df44ac69-35e8-4757-b11e-731cd38c295f/creating-pdf-in-wince?forum=netfxcompact
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • PIM: BUSINESS EVENT :oracle.apps.ego.item.postItemUpdate

    Hi ,
    I have enabled this BE and writing custom valdation on subcription fuction executed by this Event.
    In PL SQL code I am returning error by RETURN 'ERROR' stmnt from the function and the activity should be stopped or rollback when it encounter errors.
    So when I update a item and return error from the Subscription Function the updation of items does not get stopped and system updates items even the BE function return with error.
    Please help me how to return error on OAF/FORM/IOI/EXCEL Upload if Subscription Function ends with error
    -SJ

    Hi,
    Run the query in this document (Step 2) to verify if the event is enabled and licensed.
    Note: 549035.1 - Product Data Is Not Synchronized From E-Business Suite To Siebel CRM On-Demand
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=549035.1
    Regards,
    Hussein

  • Oracle.apps.ar.hz.Location.update event still working

    Dear All,
    I facing a problem, a even was disabled few months back, but still the even sending work flow mails. i have followed this below metalink document
    Oracle.Apps.Ar.Hz.Location.Update / Oracle.Apps.Ar.Hz.Location.UpdateXXXXXX [ID 352888.1]
    As per the Document, i have disabled the event,, now again the same wf mail coming, what might be the reason,, how to stop this WF
    Regards
    HAMEED
    Edited by: Hameed on Aug 10, 2011 2:57 AM

    Not yet,
    i found another Metalink note *Can the event 'oracle.apps.ar.hz.Location.update' be disabled? [ID 315800.1]*.
    According to this note, i have disabled this following two subscriptions
    WSH_MAP_LOCATION_REGION_PKG.Rule_Location
    hz_crmhk_pkg.update_location_prenow waiting for the Client mail, if the wf is not triggred then no problem otherwise i have log an SR as u said.
    more over i have a doubt in that above mentioned metalink note, can u explain me what is TCA information
    These functions would not get executed via workflow but the application that uses these will have a way to handle this in the application. Please check with those groups on what >to run in those applications to handle the workflow functions.
    It is fine to disable the event or if you do not want to run any of the TCA workflow events then just set the HZ: Execute API Callouts profile option to NO and workflow events will >not be used for when updating TCA information.Regards
    HAMEED
    Edited by: Hameed on Aug 10, 2011 2:57 AM

  • RAC RMAN BACKUP Recovery FOR  Oracle APPS Application

    Hi,
    We have an Application which is similar to Oracle APPs application and We have a RAC Database at Backend.
    As I am a Oracle RAC DBA and never worked as an Oracle apps DBA.
    Each Week or month We have to deploy a patch on Our Database which are kind of sql changes to Database and before we applying we need to backup our Database.
    I am very comfortable while applying patches on Single instance Database:-
    I Usually shutdown my database and backing up My Database(Conistent\cold Backup) before applying patch.
    and I have a Flash back on both option I am having for my Database.
    Problem:-
    But in Production I have RAC Database, on which I already configured Hot Backup.
    FlashBackup Feature is there with me, but Not reliable.
    I want cold backup along with my existing hot backup, and want to restore same if something goes wrong.
    Since ASM is configured so we have only option RMAN backup.
    IF possible kindly Share your knowledge and Experience of your to handle Such Problem.

    Sir,
    RMAN is already configured for backing up database online.
    My only intention is to have cold or consistent backup before applying application patch, So that at the time of crisis I will resotre my Cold/Conistent backup.
    Because I am using 11gr2 RAC with ASM, so only option is there for me to use rman as backup tool.
    But I never tried to Have Cold backup in RAC environment in my previous jobs, and I am new to this Oracle APPS DBA technology. So Here I am looking for a Strategy that Normally oracle apps dba use while applying patch to Oracle Database and kind of backup strategy they use.
    Regards
    Gaurav

  • Help me on this oracle.apps.po.event.document_action_event

    1. How can i Verify in E-business the event oracle.apps.po.event.document_action_event. how can i make sure it is enabled and has a subscription assigned to it?
    Thanks
    Venki

    // that looks like a pretty poor tutorial.  but
    public function init(e:Event=null):void{
    go=new Go();  // you need to declare go
    addChild(go);
    go.addEventListener(MouseEvent.CLICK,startgame);
    public function startgame(e:Event):void{
    removeChild(start_mc);  // where start_mc is the movieclip of your start screen
    addChild(game_mc);  // where game_mc is the movieclip of your game

  • Local Event ERROR : oracle.apps.ap.event.invoice.approval / 83099_1

    I logined to sysadmin.
    I showed thirty mail.
    The mail Title is "Local Event ERROR : oracle.apps.ap.event.invoice.approval / 83099_1"
    Perhaps...
    May be generated, Because Approvals Management setup changed .
    What It mean?
    How to settlement?
    I can't Matalink.
    Help me!
    Mail contents is as follows
    Notificatio ID : 178154
    Event Error Name: WFENG_EVENT_NOTFOUND
    Event Error Message: 3142: Process 'APINV/82103_1' has no activities waiting to receive event 'oracle.apps.ap.event.invoice.approval'.
    Event Error Stack:
    Wf_Engine.Event(APINV, 82103_1, APINV_M, oracle.apps.ap.event.invoice.approval)
    Wf_Rule.Default_Rule(oracle.apps.ap.event.invoice.approval, ADE4691FB72F04E1E0340003BA0267DC)
    Event Detail List:
    Event Name: oracle.apps.ap.event.invoice.approval
    Event Key: 82103_1
    source Agent: WF_DEFERRED
    source System INST816.US.ORACLE.COM
    the order of priority: 50
    Send date: 29-JAN-2008 15:52:26
    receive date 29-JAN-2008 15:53:33
    Parameter : SUB_GUID A15D214DADC2507EE034
    Parameter : ERROR_NAME WFENG_EVENT_NOTFOUND
    Parameter : ERROR_TYPE ERROR
    ----------------------------------------------------------------------------------------------------------------

    Please check the following notes:
    Note: 330194.1 - APINV - WFENG_EVENT_NOTFOUND Event Error Message: 3142: Process 'APINV/10204_1' has no activities waiting to receive event 'oracle.apps.ap.event.invoice.approval'
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=330194.1
    Note: 305700.1 - Invoice Approval Workflow Troubleshooting Guide
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=305700.1
    Note: 261409.1 - Checklist to see where and why Invoice Approval Workflow gets stuck
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=261409.1

Maybe you are looking for

  • How to make multiple MobileMe accounts work in iCloud?

    I have 2 MobileMe accounts.  One is an old @mac.com that I use strictly for e-mail.  The other is my current @me.com (with an alias @me.com address) that I use for everything including iTunes store account.  I've already moved my @me.com account to t

  • Reg : Passing two internal table values in to final internal table

    Dear Experts, My first internal table looks like this,                Customer      Name         O/S                A                 Anu             5000                B                 Beema         2000                C                 Chitu     

  • ABAP Proxy generation from JAVA

    Hi, Is it possible to generate ABAP proxy classes from JAVA? If possible then how do we call them during runtime from JAVA? Here is what I am trying to do. I have XSD  ( Open Travel  Standards schemas). I want to generate ABAP proxy classes for these

  • Collection Manager Red Hat VMware

    Hello, My client is asking if the Red Hat Server that Collection Manager  is installed for the SCE platform supports VMware. I have read the installation guide of the collection manager but does not state anything. Is it ok to install in VMware?

  • Need a permanent (remote) applicatio​n reference

    I need a permanent remote Labview application reference. Spending each time 4.8 seconds for Open App. Ref. is not acceptable ! I have to write a driver which will be called by a (huge) main program. The driver is called and exited many hundred of tim