Waiting for approval item does not execute attached procedure !

Hi.
Using 3.0.8 on Solaris.
Create one custom item type and associate one on plsql procedure to be run in place when item is listed within its folder.
Go to folder, add item, look for the plsql result : Good it's working !
After that create an item as a create with approval ACL and come back as folder owner, look at the plsql result : NOTHING !!!
My PLSQL procedure is displaying some attributs in order for the folder owner to approve or not the waiting item. So if wainting for approval items does not execute associated plsql function as they are "waiting" (active=0) then I've got some problems!
Any suggestions ?

Hi all,
Thanks very much for your feedback.
In reply to Brian's suggestions
1. I checked to see if WS14500013 was defined as general task; it was not and this has has now been rectified. Went through the other workflows also.
Double checked the contents of the tables:
APPROVAL_TABLE, ITEM_APPROVAL_TABLE, ITEM_APPROVAL_OBJECT.
All appeared OK.
Created a simple one line SC. Invoked approval preview and the message: 'Approval step without ad-hoc capability. No preview possible' was displayed. This is odd since WS14500015 and sub-workflows do not use AD-HOC approval. Or am I not understanding this correctly.
Followed Smitas suggestions but to no effect.
Here are the contents of the said tables which I lifted from the workflow tables:
Again, many thanks for your responses...
**APPROVAL_TABLE****
NAME="APPROVERLIST:ApproverList:"   <APPROVAL_INDEX>0000000001</APPROVAL_INDEX>
<APPROVAL_BRANCH>0000000001
<APPROVAL_AGENT>USMGRR11000 
<APPROVAL_STATE>0000000002 
<INITIAL_AGENT>USMGRR11000
<INITIAL_INDEX>0000000002
**ITEM_APPROVAL_OBJECT***.
NAME="ITEMAPPOBJTABLE:ItemAppObjTable:" - <item>
  <SC_GUID>957117374BC6434882B0BFD5462A2724</SC_GUID>
  <APP_CRIT_NAME1>COST_CTR</APP_CRIT_NAME1>
  <APP_CRIT_NAME2>ORDER_NO</APP_CRIT_NAME2>
  <APP_CRIT_NAME3 />
  <APP_CRIT_VALUE1>R11000</APP_CRIT_VALUE1>
  <APP_CRIT_VALUE2 />
  <APP_CRIT_VALUE3 />
  <APPROVAL_OBJECT_GUID>9E6EFAC500B681458284BBB60BF99C8A
*****ITEM_APPROVAL_TABLE***,
NAME="APPROVALITEMLIST:ApprovalItemList:"
<item>
<APPROVAL_OBJECT_GUID>9E6EFAC500B681458284BBB60BF99C8A  <APPROVAL_ITEM_GUID>1137519335F51C4DB3D2844A8AD484C0

Similar Messages

  • '&' character erratic in SQL (sometimes waits for input, sometimes does not)

    Hi everyone,
    I have a C program using OCI which sends insert, update and delete statements to an Oracle database. Now there was a case when I tried to insert a statement say INSERT INTO EMP(EMPNO, ENAME) VALUES(7000,'Jack & Jill'). This statement was hanging when I sent it once and then I realised that & is a special character which causes the statement to wait for an input. So we had to use escape characters probably so that the statement would not hang.
    Sometime later (a day later) I deleted the record and put in the same one again and this time it worked without hanging.
    Is there some reason why this can be do. The OCI code has not changed, but I do not know if the Oracle DBAs did any changes to the server to accept & as okay. The DBAs say that they are not aware of any changes made.
    Does anyone know why this can happen? Or is there someway this '&' issue can be sorted out?
    Thanks
    Kind Regards
    Aby Philip

    Hi !!
    I really could not figure out why it had gone thru the second time..
    A way o get around it would be to modiy ur sql like :-
    insert into .... ('sini'||'&'||'somakumar');
    Has to do the work ;
    Reagrds
    Sini Somakumar

  • '&' character in SQL behaves erratic (waits for input sometimes does not)

    Hi everyone,
    I have a C program using OCI which sends insert, update and delete statements to an Oracle database. Now there was a case when I tried to insert a statement say INSERT INTO EMP(EMPNO, ENAME) VALUES(7000,'Jack & Jill'). This statement was hanging when I sent it once and then I realised that & is a special character which causes the statement to wait for an input. So we had to use escape characters probably so that the statement would not hang.
    Sometime later (a day later) I deleted the record and put in the same one again and this time it worked without hanging.
    Is there some reason why this can be do. The OCI code has not changed, but I do not know if the Oracle DBAs did any changes to the server to accept & as okay. The DBAs say that they are not aware of any changes made.
    Does anyone know why this can happen? Or is there someway this '&' issue can be sorted out?
    Thanks
    Kind Regards
    Aby Philip

    Aby,
    I have a similar problem when running scripts in SQL*PLUS. In this case I resolved problem using concat (||), like this example
    <code>
    INSERT INTO EMP(EMPNO, ENAME) VALUES(7000,'Jack '||'&'||' Jill')
    </code>
    Sergio
    Hi everyone,
    I have a C program using OCI which sends insert, update and delete statements to an Oracle database. Now there was a case when I tried to insert a statement say INSERT INTO EMP(EMPNO, ENAME) VALUES(7000,'Jack & Jill'). This statement was hanging when I sent it once and then I realised that & is a special character which causes the statement to wait for an input. So we had to use escape characters probably so that the statement would not hang.
    Sometime later (a day later) I deleted the record and put in the same one again and this time it worked without hanging.
    Is there some reason why this can be do. The OCI code has not changed, but I do not know if the Oracle DBAs did any changes to the server to accept & as okay. The DBAs say that they are not aware of any changes made.
    Does anyone know why this can happen? Or is there someway this '&' issue can be sorted out?
    Thanks
    Kind Regards
    Aby Philip

  • IMessage just says "waiting for activation" and does not work

    help!!

    If you get an error when trying to activate iMessage or FaceTime - Apple Support
    Per the link if it has been more than 24 hours you will need to contact Apple support.
    Or update your device to IOS 8.1.3

  • Oracle ADF refresh as deferred does not execute query on page load

    In the oracle ADF page I have two panel boxes. (Oracle ADF 11.1.1.4)
    a) Personal information panel box with PanelFormLayout (PersonalInfoViewObj) - ReadOnly View Object
    b) Address information panel box with Table (AddressInfoViewObj) - Read Only View Object
    For the iterators in a) and b) I have kept refresh condition as deferred and cacheResult=false. Also in b) for af:table, I have kept contentDelivery="immediate"
    When page loads it fires SQL query for a) and populate the data in Personal information panel box. However for b) it does not execute the SQL query and the data is not getting populated ( in AddressInformation panel with the tables. Please note data is there in the DATABASE......)
    Becasue with the refresh as deferred it was not executing the sql query for Panel b) (panel with Table and table iterator). I have tried refresh as always and refresh ifNeeded/renderModel/prepareModel however in that case it is executing the SQL query two times (twice).
    Please let me know the best way to fix this issue.

    Hi,
    I think you need a method in an application module to init your data.
    In your AM : create a method like :
    public void init(){
    getViewObject().executeQuery();
    }In your adfc-config.xml create a methodCall from this method and a "control flow case" from the methodCall to your page.
    and keep refresh as "deferred " in your pageDef.
    Clément

  • I have restored my iphone 3g, put it in my husbands name and it just keeps sying waiting for activation and will not connect to the wifi

    I have restored my iphone 3g, it is no longer connected to At%t want to use it as a ipod(which I have been doing)  Now my phone just says waiting for activation it
    does not recognise the wifi.. help

    http://support.apple.com/kb/ht3406

  • PO Response approval Work item is not executing from approver inbox.

    Hi,
    PO Response approval Work item is not executing from approver inbox. After click the approve button system is not showing any error and also work item is not clearing from user inbox. When we checked the status of the work item in SWI1 Transaction is still READY.
    Standard Task: TS14508055 - Transfer purchase order response data to purchase order
    Business Object: BUS2209
    Scenario:
    1. Create PO in SRM System, Vendor belongs to SUS System Vendor
    2. SUS Vendor creates the PO Response SUS system, POR Value is greater Than PO Value
    3. Approval Work item will go to Buyers of purchasing group
    4. Buyer trying to approving The PO Response from his approval inbox
    Regards,
    Surya Sankar

    what all buttons do you see when you open the workitem in the approval inbox.
    as far as i know , there will only button 'transfer response to purchase order'..
    what happens if you click the above button.

  • MIRO-Account type/account for invoice reference does not match item-F5350

    Hi gurus
    please help
    When I tried to cancel an MIRO invoice, it is giving me the error
    Account type/account for invoice reference does not match item". "F5350 "
    Please advise.
    thanks
    MSJ

    Hello,
    This seems to be a configuration issue or you might be entering the wrong details.
    This is a standard transaction. IF you feel there is nothing wrong, then search for OSS notes on http://service.sap.com to see if there is a solution to this problem.
    cheers,
    sushil joshi

  • IDoc message Document or line item does not exist for invoice reference

    Hello,
    We activated IDoc message type FIDCC2. When cancelling documents which were created before the activation date the cancellation documents aren't posted in the receiving system. Message 'Document or line item does not exist for invoice reference' appears. How can I process these items (the reference document can't exist in the receiving system so the only option is to remove it from the IDoc?)?
    Regards, Jan

    This is just a guide.  Adapt it to your situation.  I get this kind of error message where in the case, someone has marked for deletion a line item in the purchase order.  In this regard, the IDoc errors out because the line item number being referenced is marked for deletion.
    You can either delete the IDoc or have the deletion flag taken off the line item number in the PO or document number to enable you reprocess the IDoc number in question.
    Elias

  • Global succession updates are limited to 500 relationships. If more than 500 exist PLM presents a warning message and does not execute the update

    Global succession updates are limited to 500 relationships. If more than 500 exist PLM presents a warning message and does not execute the update.
    How/Where to increase the relationship count?
    The message which I can see :
    Warning:
    This specification has exceeded the number of parent relationships allowed by Where Used. The Where Used tool only supports up to 500 parent relationships.
    Thanks

    This really brings up a larger topic around change management.
    The questions you should start with is
    1. What kind of change is happening to the raw material? 
    2. Will this change affect anything upstream inside or outside of PLM4P? (Will this change affect nutrition, compliance, the ingredient statement, the label etc?)
    3. Who needs to approve this change?
    If they are non-material changes (changes that don't affect theoretical calculations, the ingredient statement, labeling, upstream systems that need to be notified etc) then you should be using get latest revision instead of global succession.   Get Latest Revision will automatically switch out the material with the latest approved version.  This logic is also configurable in case you need to add additional guard conditions.   We can also provide guidance around locking the get latest revision lock once a specification has reached the retired/obsolete state so changes won't occur for specifications in those statuses.
    If the changes to the raw material are material changes (changes that affect calculations, labeling etc) then the change should be reflected with a copy of the specification.  Dependent specifications then need to be re-issued so calculations can be performed and the appropriate workflow reviews can occur.   Smart Issue allows for filtering based on status and should let you re-issue in smaller blocks. 
    Let me know more about your change management strategy, how often large material changes happen and maybe example causes for those mass changes.  We can also schedule a change management training session for everyone where we can share our vision and tools available for change management.  This topic is quite large and generally requires a lot of business process discussion beyond just the tools available. 
    Thanks
    Kelly

  • Header status say "waiting for approval".

    Hello Team,
    We have contract with 10 line items. All line items are approved. ie the status say approval finished.
    However in the header status say "waiting for approval".
    We have approval at header level.
    System details we have SRM 7.01 ie Ehp 1.
    Thanks in advance.
    With Regards
    Divakar V

    Hi,
    Check in IMG >>>> "Check Event Type Linkage" check whether "linkage enabled" got unchecked or not.
    Ganapathi

  • Waiting for Approval - RFx Question

    Hi Experts,
    We are in Esourcing 7.0. My Client has a requirement to add spend category group as approver for RFx before it go to next phase 'Open for Review'.
    I modified the document security template for RFx and provided the group information.
    Added them as Colloboraters - Role (Approver)
    When I changed the phase to 'Waiting for approval'. I dont see any approval item in the workbench (My Workflow Activities)...
    But when I click on the link(that I received in email as colloborator) , I can view a button 'Approve RFx'.
    Is there something I am missing?
    Will 'My Workflow Activities' only shows that are routed through XPDL  (Project and Contract Document)?
    Thanks,

    Rfx approval is not supported by workflow.  It is a separate process.  As you stated Projects, Contract Documents, UserDefined objects and recently Vendors are supported workflow documents.  The way you can tell is objects that have configurable phase definitions also have the ability to add workflow. These will show up in the workflow activities report.

  • Message no. F5350 account type/account for invoice reference does not match

    Hi SD Experts
    Getting error message when the Billing document is released to accounting.
    "Message no. F5350 account type/account for invoice reference does not match item"
    Client is having 6.0 version , I have checked OSS notes, only available for upto 4.7 version.
    Please help to solve this issue.
    Thanks/karthik

    have you checked which account type is maintained in respective G/L account which supposed to be hit once invoice is released . eg: check in Reconcilation account assigned in Customer Master in FS00, Reconcillation account for accoun type should be - D= Customers.
    similarly for other accounts such as "Revenue account"  & check Field status group assigned in G/L account in FS00.
    Check & revert

  • Error "Account assignment 00 for  purchase document does not exist " when u

    Hai,
    I am encountering the following problem when posting a PO based Invoice using BAPI_INCOMINGINVOICE_CREATE.
    The error says " account assignment 00 for purchasing document does not exist".
    The scenario is very simple.  I need to raise an Invoice against a PO. the PO has a single line item of quantity 10 net price 10.  Tax code is U2 ( 7% tax).
    I am passing the following at header level.
    Invoice_indicator ( as 'X'),company code,doc date , posting date, gross amount (107, currency USD, calc tax indicator as 'X'.
    At line item i am passing Invoice document item 000001, po number , po item number, tax code(U2) item amount (100),
    Does this error has got any thing to relate configuration matters?
    Regards,
    Upender

    Hi Upender,
    In some cases, depending on the type of PO / Posting,
    you might have to populate the accounting data itab and pass in the BAPI parameter.
    you can select the accounting data from EKKN for the PO.
    Again it depends on the PO category, wether you need to populate Qty & Unit in accounting data.
    Further, the accounting data should be exactly the same as there in EKKN ( all the fields except Qty & Unit ).
    Thanks,
    Ram

  • I had just upgraded my OS to the OS X Mavericks.  After doing so, I noticed that my MS Outlook for Mac 2011 does not sync with the calendar/contacts/notes, thus, also not sync these info with my iPhone4s anymore.  Please help, thank you.

    Dear Sirs,
    I had just upgraded my OS to the OS X Mavericks.  After doing so, I noticed the following changes:
    1) My MS Outlook for Mac 2011 does not sync with my Mac book's calendar/contacts/notes.
    2) My iPhone4s does not sync with my Mac book's calendar/contacts/notes anymore.
    Please help, thank you.
    aawwii

    Correct, USB local sync was taken away from iphones and ipads with 10.9.1 and 2. We are not allowed to speculate on rumours it might come back in 10.9.3 plus new iTunes. Either wait and see or explore Syncmate 5 beta free trial.
    icloud still works.
    Cant help with the Outlook problem.

Maybe you are looking for