Approval List issue in Iprocurement

Hi All,
We are facing a issue in which about 10 new employees of an acquired company is created with their Employee-> Manager-> SR Manager.
When this employee is creating a Requisition in IProcurement he is getting the following issue.
"At least one approver needs to be selected before you can proceed to the next step."
1) We are on 11.5.10 Instance
2) We don't get the option to select the Approver as this functionality is disabled, and rather the approver gets selected automatically.
3) Employee and his manager Jobs are set up properly.
4) Approval Assignment and Approval Group is also set up properly in PO
5) User names are mapped correctly with the PER_PEOPLE_F records
6) Amount for which this employee is creating the requisition is below 2000.
When we tried to replicate the same issue in Dev while creating new employees, jobs and username but we are not able to replicate it.
Any help in this will be great.
Regards
Aryan

Hi All,
We have found out the Problem for the above issue.
The PREPARER_ID in the PO_REQUISITION_HEADERS_ALL table is coming as -1 which should not be. The user is linked to HR User and in FND_USER table we can see the employee id.
Can someone suggest on this if we have miss something.
Regards
Aryan

Similar Messages

  • IProcurement Error : Approval List Incomplete

    When I click Next on the Approvals Page in iProcurement during checkout, an error occurs 'Approval list incomplete,Please select a valid cost center manager to submit the requisition'. Please can anyone tell how to get rid of it? Thanks in advance.

    Hi please check approval hierarchy. person who is creating the requisition that person have correct hierarcby.
    For testing purpose, you give full amount access and check self approval.

  • Approval List Error when editing the charge account segments.

    Hi All,
    when i edit the charge account segments for purchase requisition approve through r12 iprocurement an error has occurred.
    " An error has occurred in building your approver list. Please contact your system administrator. "
    I think only it will occur when editing the segments occasionally but not consistently.
    Because i tried for requisition second and third time with same account charge segments but there is no error occured.
    Requisition completed for approve.
    Please forward the suggested reply.
    Thanks,
    Praveen Kumar.

    Does anyone have an answer to this question? I am having the same issue and applying patch 10102050 did not work.

  • Getting error while trying to get pending approval list from SOA server

    Hi,
    I have followed the steps mentioned in the following post to get the pending approval list from SOA server using java api's :
    Using Java APIs for Oracle Human Workflows | Oracle Technologies Premier
    But when I am running the java program I am getting the following error :
    java.io.InvalidClassException: oracle.bpel.services.common.exception.ServicesException; local class incompatible: stream classdesc serialVersionUID = 1, local class serialVersionUID = -2263933888849127134
    Please let me know how to solve this issue.
    Thanks

    You would need to spcify the JNDI path in a properties file or the like.
    Suggestions here should help -
    javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file:  java.naming.factory.initial

  • Approval Preview issue

    Hi,
    Recently we upgraded our production system to SRM 5.5 Server from SRM 3.0. We were using a custom N-step BADI workflow in SRM 3.0. After upgrading it to SRM 5.5 server(we are using the std N-step BADI workflow in our upgraded system), the PO workflows that were awaiting approval before upgrade are not showing the approvers in the approval preview. But the new PO's seems to work fine. The approver list in the wofkflow container for these PO workflows are empty. Have anyone faced this issue before?
    Regards,
    Maria.

    Hi Maria,
       You need to apply several OSS notes based on the Support pack level for the BADI issues like no display of approvers in Apoproval preview,java applet error etc....
      Some of them  are  listed below...Please cehck as epr your SP level whcih ones need to be applied....
    Note 999528 - Adding Ad Hoc Approver fails due to comit error     
    Note 952108 - Incorrect error message when approvers are entered     
    Note 809157 - BBPPREVIEW: Error "Value too large" as of fourth approver     
    Note 994735 - All BAdI workflows: ApprovalIndex does not begin with 1     
    Note 924064 - FM BBP_WFL_DIN_FILL_APPROVER: Approvers may be incorrect     
    Note 983128 - Approval WF Fragment Has No User Assignment
    923463     BAdI n-step approval - Container inconsistent for 1st step
    901068     BAdI Workflows: Enhancement of Note 896556
    909871     Error in BAdI workflow without approval
    903015     BAdI Workflows: Events and parallel steps
    894978     APPROVERLIST container element has incorrect approver status
    903200     Note for approval status not getting updated
    910612     additional note fro SC approval BADI's and WF's
    649551     Approval status not getting updated-related note for SP8
    690716     Approval status not getting updated-related note for SP8
    930750     restart of classic WF's(issue is with Support pack 9)
    525577     Approval Preview - Details for approver not displayed.
    BR,
    Disha.
    Pls reward points for useful answers.

  • SRM SC 'N' step workflow - Approver list wrong approver determined

    Hi Team,
    I am facing a repetetive issue for a SRM shopping cart N-step approval workflow.
    Issue description:
    1. The approver list populated in 'Subworkflow for n-Level Approval SC' step is incorrect.
    2. The BADI for N-step determines correct approver (After running the BADI seperately)
    3. The cost assignment (WBS) determined is correct, so no chance of incorrect approver.
    Example:
    As per WBS (say) E.008.01.02, the correct approver is 'A'.
    The BADI when run separately gives 'A' as the approver - which is correct.
    But, when the workflow is triggered and the approver list populated in the Sub-workflow step it gives approver as 'B'.
    There is no link so as how this approver 'B' is determined.
    I am unable to find the step where this BADI is populating this value (Code) and what could be the reason.
    Appreciate your help as I am having a production emergency!
    Many thanks.
    Harsh Dave

    Hi Vinoth,
    The Task 14007989 deals after the approval list is populated.
    If you observe the workflow log of a SC/PO, the step N-step workflow (sub-workflow) itself determines the approval list and then comes the step 'Determine Next Approver' - TS14007989.
    I tried to where-used list and it just yielded two FM's - BBP_WFL_DIN_APPR_CONTAINER_GET & BBP_WFL_DIN_APPR_BY_RULE_GET.
    But the 1st one is to get only approvers which are already determined in container & 2nd one checks for further approval required (Flag = 'X', see the FM interface).
    This one doesn't help!
    Thanks for your help, Let me know if you have any more findings on this!

  • Carry Global variables  to checkout:Review Approver List

    Hi
    I am writing extenstion for iprocurement,
    If it is shopping lists, I need to store value as a shopping lists and then after checkout review approver list that page
    I need to write the code justification field must not be null.
    Problem is how to carry the global variable to this page.
    Thanks
    Subramanian

    hi,
    There are several ways to pass the value
    1> Putting the value in sesssion
    2> passing the value as page request parameter
    3> Using the View Object attribute -- I recommend the VO as I think same AM is used for the compelte flow i.e. from checkout to review approver list
    Thanks,
    Kumar

  • Requisition Approvals AME errors on Approval List Rebuild When an Employee

    We're using AME for requisition approvals which contains several dynamic approver groups.
    The problem is that the approval list can be large and depending on how long it takes the requisition to be approved a person who has already approved the requisition might be terminated in Oracle. The approval list rebuilds after each subsequent approval and errors at the point where the termed person falls in the list.
    How can we work around this? Is there a way to get AME to NOT rebuild the list once the approval is in process? Or is there a way to have it not look at stages of the approval list where approval has already happened?
    Thanks,
    Suzanne

    Hi All,
    We have found out the Problem for the above issue.
    The PREPARER_ID in the PO_REQUISITION_HEADERS_ALL table is coming as -1 which should not be. The user is linked to HR User and in FND_USER table we can see the employee id.
    Can someone suggest on this if we have miss something.
    Regards
    Aryan

  • Error in Approver list

    Dear Friends
    In my Approver list when i click on dropdown and selected completed tasks it shows the following error is comming
    Unable to perform the request try agian and the problem persists ,inform your system administrator.
    Can anybody please let me how can i solve this issue
    Thanks and Regards

    HI Umang
    In my portal we had a tab Approver list where the employee receives tasks,alerts,notifications pending requests to approve leave etc.It is similar to UWL. Inside it we had Tasks tab in that there is a show drop down where there are to values like New and in progress Tasks and Completed Tasks.Then i have selected Completed Tasks it is there in the dropdown like Completed Tasks(2) when i have selected it then on the the top it has given the explained error.I guess the system is not able to fetch the completed tasks.
    I guess now it is clear please let me know if you find the solution for it.
    Thank you

  • SSHR - APPROVAL CHAIN IS OPEN, APPROVAL LIST SHOWS ALL SUPERVISORS

    Hi,
    In SSHR,I'm trying to raise any Approval Based Request like leave of Absence, Appraisal etc.. in approvers list shows
    all Supervisor list.
    We are using Seeded Workflow with Customized menu, Responsibility. We have the same issue with seeded responsibility also.
    The Approval Chain is open and its keep on adding the Approver List based on
    supervisor Chain.
    We haven't defined "Supervisor Hierarchy "
    Pl suggest

    You may need to configure AME and redefine the default approver rule. I believe the default rule 'out of the box' is approval up 10 levels of the supervisor hierarchy. If you change that action to the action that matches up to approval up 1 level of the supervisor hierarchy, I think you'll be where you want to be.

  • Download basket approval list problem

    hello
    my problem is my maintaince optimizer on solman is working fine it shows the file in download basket ,
    the problem is it will not show the file of approval list  so i am not been able to approve the files selected by me.
    help anyone
    thanks in advance.

    Hi
    Normally there will not be an issue for approving  if your maintanance optimizer is configured fine with the SUSER ID which has relevant authorization. I would suggest you to go through https://cw.sdn.sap.com/cw/docs/DOC-11236 for the correct procedures .
    regards,
    Nibu Antony

  • Hi, I keep getting this message: Creative Cloud attempted to access a secure website, Parental Controls restricts access to secure websites. To add this website to your approved list, click Add Website. To do this, you need an administrator password.

    Hi, I keep getting this message: Creative Cloud attempted to access a secure website, Parental Controls restricts access to secure websites. To add this website to your approved list, click Add Website. To do this, you need an administrator password.
    what is this? what password do i need?
    I am trying to download Creative Cloud but it not working?

    Tamaro34896425 the error message you have posted appears to be related to the settings of your security software.  You can find guidance on how to configure software firewalls at Sign in, activation, or connection errors | CC, CS6, CS5.5 - http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html.  You can find a link to the list of secure servers that the computer will need access to.

  • How to get all the approver list for a particular transaction in iExpense

    Is there any API to get all the approver list for a particular transaction in iExpense workflow after submitting an expense report?

    Hi All,
    Could anyone please let me know API to get all AME approvers in one go.
    I am currently using below API to get approver list.
    ame_api.getallapprovers (applicationidin => 201 , -- PO
    transactionidin => l_document_id , -- req header id
    transactiontypein => 'PURCHASE_REQ'
    ,approversout => l_appr_list
    But if any of the approver is INACTIVE then API is going into exception and not showing all approvers. Requirement is like to show all approvers with their statuses (ACTIVE / INACTIVE).
    Reply ASAP.

  • Application on approved list won't open

    I am running a lab using the Mac OX Server (Leopard) and have had several problems with applications being on the "approved list" but not allowing the user to open them. iPhoto is one of them and the newest is a free program called TextWrangler. Students are logging in to their own hard drive, using the applications that are on the computer. These programs work when logged in to the computer, but not the server. A message always pops up saying the program is not on the approved list to contact the person who set it up. Can anyone help, please?

    Kimberly, there are a couple of things you can try.
    In Workgroup Manager, in your group preferences, under 'Applications' where you're managing what apps they can use, you can try adding the applications in question as if they were folders.
    So by this I mean, where you see the tabs Applications|Folders, select folders and where it says "Allow applications within these folders" click the plus icon and navigate to the application in question as if it were a folder.
    An application is basically a folder (there are a bunch of files inside it) but it doesn't behave like one when you double click it (instead it launches).
    Once you have saved your preferences it would be a good idea to delete the managed preferences on the client machine before testing again.
    These are located /Library/Managed Preferences/
    (note that that is the main "Library" folder at the root of the Macintosh HD not a users Library folder.)
    You can delete the whole "Managed Preferences" folder.
    This folder temporarily stores the settings that are being sent to the client by the server so that they don't have to be downloaded each time a user logs in, and you're deleting it to be sure your new settings are being downloaded.
    I have personally found that I 'do' need to sign my applications under some circumstances. Where are you using WorkGroup Manager? Are you using it on the server or are you using it on one of the client machines? If you're using WGM on the server to add applications, have you checked that the versions of the applications on the server are the same as on the client? Have you tried logging in as admin to one of the client machines, and using Workgroup Manger, adding the application directly from the client machine?
    Sorry for the overly long post.
    Message was edited by: Fridgemagnet

  • I am trying to set up a child account where websites are restricted unless they are on the approved list, however youtube is still allowed.  How do I block youtube?

    I am trying to set up a child account where websites are restricted unless they are on the approved list, however youtube is still allowed.  How do I block youtube?

    Hello jmkibert,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    OS X Mavericks: Set up parental controls
    http://support.apple.com/kb/PH14414
    Web > try to limit access to adult websites > customize > never allow these websites.
    Have a nice day,
    Mario

Maybe you are looking for

  • AppleFileServer crashes on MacBook Pro after G4 PowerBook connects

    My wife successfully connects as registered user to my MacBook Pro (MBP) from her PowerBook G4 (PB). However, when she tries to open the share, the MacBook Pro immediately reports crash of "AppleFileServer" and writes a lengthy crash log. In doing th

  • Launchpad report issue

    Hi, Im trying to implement ESS-MSS(1.0 SP 8) on EP 7 SP 11. There is an iView know as Launchpad under MSS -> Reports. On opening the page Im getting the following error: com.sap.tc.webdynpro.progmodel.controller.MessageManager$AbortMessageManagerExce

  • Is there a way to only download quicktime 7.1.3 and not 7.1.6?

    Quicktime 7.1.6 is not compatible with another program I need to use and iTunes says it needs at least 7.1.3 to work. Is there a way I can download that version and not the newer one?

  • Exporting to FLV

    I am trying to export a 1600 x 1200 FLV from after effects. I believe this is too big to handle? I don't know what the problem is but I keep getting an error: After Effects: AEGP Plugin Media IO Plugin. There is a mismatch between Output Module setti

  • Can't open PDF.  Program does not have valid digital signature. No valid Acrobat S/N found.

    I recently bought new HP computer with Windows 7.  I loaded my Adobe Creative Suite 2 Premium.  Illustrator tries to open then just disappears.  I can not open PDF's.  Get the following message:  This program doesn't have valid digital signature that