Oracle AME AP Invoice approval

Hi,
Can some one tell me if in AME with patch B installed.
1) Can i configure AME Invoice approval at the Org level or responsibility level rather than at the application level. I ask this question because we are a multi org single SOB environment and we are trying to implement AME for only one of the org's. If i Setup AME profile AME:Installed = Yes at the application level will all users from my other org also be affected?
2) How do i force PO matched invoices to go through Approval? it seems like the implementation guide says all PO matched invoices automatically goes to Not-required. However, we require PO matched invoices to go through approval. I have followed steps in note 337714.1 but it doesnt seem to work, my PO's still get marked as not required.
Appreciate your help.
Thanks
Gayathri

Hi Gayathri,
1) Set AME profile AME:Installed = Yes at the application level : Payables. Set Use invoice approval workflow : Y at Payables Options window > Approval step for the related operating unit. Payables invoice approval will work for only those operating units that you set Yes at Payables options.
2) Note 337714.1 was written for R11. If you have the problem at R12 please review the note.
Seeded AME Production Rules Are Not Working (Doc ID 727140.1)
It says:
Cause
The seeded condition in the INVOICE HEADER MATCH CHECK is APPROVE_MATCHED_INVOICES = False.
This means in order for that condition to be met by any specific invoice and for the production
rule to apply to it, the system would need to be setup with the mandatory attribute Approve
Matched Invoices = False but this also defaults to true.
Hence, for the rule to be applicable, the condition needs to be APPROVE_MATCHED_INVOICES = True.
Once the seeded rule is setup with condition APPROVE_MATCHED_INVOICES = True this rule will then be applicable to all the invoices entered and hence the additional condition in that rule can be
evaluated. This will alllow the production rule to be applicable to PO matched invoices which will in effect bypass approval and allow the status to change to Not Required.
Solution
To implement the solution, please execute the following steps:
1) Create a condition with APPROVE_MATCHED_INVOICES is True
2) Remove the existing condition APPROVE_MATCHED_INVOICES is False from the rule INVOICE HEADER MATCH CHECK
3) Add the new condition APPROVE_MATCHED_INVOICES is True to the rule INVOICE HEADER MATCH CHECK
4) Test on AME screens and ensure the rule is found applicable.
5) Retest with a new invoice, this time PO matched invoices should not require approval and should
change to Not Required.
Hope it works,
Zeynep

Similar Messages

  • AME AP Invoice approval complex process

    I have a very complex requirement for AP Invoice approval. Which will go to different cost center for approval according to attributes (DFF cost center and DFF Invoice Category)
    for given at the invoice. If anyone who have worked on AME using customization. Please advice its urgent.
    Pawan B

    Hi,
    I have a similar requirement too in my project. Could you please share with me any document you have on the same @ [email protected]
    Regards
    Siva Kalyan.

  • AME Payables Invoice Approval

    Hi,
    I'm new to AP module and AME. Currently working on setting up a rule in AME for Payables Invoice approval. Here is the rule - If Invoice amount is greater than $50 it needs an approval from manager level1. I'm getting this
    Error : "This transaction's requestor lacks a person ID, so AME cannot locate the requestor's supervisor to begin the chain of authority."
    So I found out that I have to use attribute TRANSACTION_REQUESTOR_PERSON_ID which needs requester ID.
    1. How do I populate the REQUESTER_ID in AP_INVOICES_ALL.
    2. How to I stop the approval to only one job level.
    Please let me know.
    Thanks in advance.

    Follow the following steps to do the personlization:
    Open the AP Invoice window. Go to Help --> Diagnostics --> Custom Code --> Personalize
    Enter a sequence and description as desired.
    Condition tab:
    Trigger Event: WHEN-VALIDATE-RECORD
    Trigger Object: INV_SUM_FOLDER
    Condition: :INV_SUM_FOLDER.REQUESTER_ID is null
    Actions Tab:
    Seq: 1
    Type: Property
    Object_type: Item
    Target Object: INV_SUM_FOLDER.REQUESTER_NAME
    Property Name: Value
    Value: =select full_name from per_all_people_f
    where person_id = (select employee_id from FND_USER
    where user_id = :INV_SUM_FOLDER.CREATED_BY)
    and sysdate between effective_start_date and effective_end_date
    Seq: 2
    Type: Property
    Object_type: Item
    Target Object: INV_SUM_FOLDER.REQUESTER_ID
    Property Name: Value
    Value: =select to_char(person_id) from per_all_people_f
    where person_id = (select employee_id from FND_USER
    where user_id = :INV_SUM_FOLDER.CREATED_BY)
    and sysdate between effective_start_date and effective_end_date
    Save and validate the personalization. Close all window, open the invoice window again and enter the invoice details. Upon saving the invoice header, the person name and id will be populated automatically.
    Ensure that an employee is attached to the person entering the transaction (in the user definition screen).
    Hope this helps
    Vinit

  • Invoice Approval workflow - forward functionality with AME

    Dear,
    We are on R12.0.6, setting up AME for invoice approval.
    Looking at the Invoice Approval process Approval lookup type I don't see 'forward' or 'approve and forward' lookup codes.
    Does it indicate that 'Forward' and 'Approve and Forward' functionality is not implemented for the Invoice Apporval workflow?
    The AME documentation on the other hand discusses forwardingBehaviors.
    If anybody went through this and can through any comments on the subject of the forward functionality in the invoice approval would be great!
    Thank you
    Anatoliy

    Pl post details of OS, database and EBS versions.
    In 11i, using AME is a requirement. I believe the same applies to R12 also.
    AP Invoice Approval Workflow White Paper (Doc ID 293152.1)
    A Guide to Invoice Approval Workflow - setup and demo (Doc ID 299618.1)
    HTH
    Srini

  • Oracle Payable Invoice Approval with AME issue

    Hello,
    This is on r12.
    We are using AME for Oracle Payables Invoice Approval.
    We have a requirement that if the supplier type is of Audit, then Person "John Johny" is the final authority on that invoices. That means such invoices will have one and only one approver - "John Johny"
    To incorporate this, I did following AME setup
    1. Created a List Modifiers Conditions of type "HR People" and "FND User" and explicitly assigned John Johny in the condition.
    2. Created an Action Type of "Final Authority"
    3. Created a rule of "List Modification" type
    4. Attached appropriate conditions
    5. Attached List Modifier ConditionsMy probelm is #5 from above. Even after creating conditions of List modifiers #1, It is simply not showing up in list of values when setting up the step #5. Not sure what is missing. Any advise?
    Thanks,
    Darsh

    The AME does not apply any item class when list modifications rule type with final authority is applied.
    The drop down box for item class remains grayed out
    Thanks
    Darsh

  • How to create Invoice Approval in oracle Payable R12 ?

    Hi All..
    Can any one let me know how to create Invoice Approval in oracle payable R12?

    pl.go thru following link.
    http://oracleerpfunctional.blogspot.in/2012/08/ap-invoice-approval-workflow-setup-and.html
    http://oracleerpfunctional.blogspot.in/2012/08/oracle-approvals-management-ame-setup.html
    http://www.scribd.com/doc/101107120/Oracle-Payables
    HTH
    Sanjay

  • R11:RECEIVED ERROR MESSAGES FOR AP INVOICE APPROVAL IN ORACLE WORKFLOW

    Hi All,
    We have this error:
    ### Detailed Problem Statement ###
    Received the following error messages in sysadmin notifications:
    Event Error Name: 100
    Event Error Message: ORA-01403: no data found
    Event Error Stack: HZ_DQM_SYNC>REALTIME_SYNCH(oracle.apps.ar.hz.DQM.realtimesync,
    30665979B704AE043C0A81404B04A)
    Event Error Name: WFE_DISPATCH_RULE_ERR
    Event Error Message: [WFE_DISPATCH_RULE_ERR] ENAME=oracle.apps.ap.payment EKEY=10001
    RULE=ap_payment_event_wf_pfg.rule_function SQLCODE=100 SQLERRM=ORA-01403: no
    data found
    Event Error Stack: WF_Event.dispatch_internal()
    In addition, during the set-up of Oracle Approvals Management, there was no available list of
    values in the Notification Style in the workflow configurator page.
    Action Plan
    =======
    1) Confirm if the workflow is customized in any way.
    2) Confirm whether you are able to select global preferences for the other invoices approval, meaning are you
    getting the list of values for the other invoices.
    There are no workflow customizations. We are trying to implement it to AP invoice
    approval only.
    Can you instruct me on how to test this one? I thought I could only select the global preferences from the workflow configuration window. And there are no distinction as to which invoice approval
    process it is applicable. Where could I select the global preferences for other
    invoices approval?
    Thanks a lot

    thanks hussein , but still we can not see LOV values even if we inserted data manually...:(
    But it has improved and we moved on to another error which is:
    *****received the error message:3120: Activity 'APINV/52822' has no performer
    ### Problem description or inquiry details ###
    Received the following error message:
    Error Message
    3120: Activity 'APINV/52822' has no performer.
    Error Stack
    Wf_Engine_Util.Notification_Send(APINV, 115191_1, 52822, APINV:APINV_MRA) Wf_Engine_Util.Notification(APINV, 115191_1, 52822, RUN)
    Encountered the following:
    No list of values in the notification style field in the global configuration region in the Workflow Configuration Page
    Please note that we could not update the workflow configuration page using the forms because there
    is no list of values to select in the above-mentioned field. We just recently
    changed the workflow administrator role from SYSADMIN to KCAALIM to reduce
    changing of user log-in. We have previously used the sysadmin user log-in to
    access the workflow configuration page. there was still no list of values for
    the notification style. we changed the wf admin role to kcaalim using the sql:
    udpate wf_resources set text = 'KCAALIM' where name like 'WF_ADMIN_ROLE';
    Commit;
    Hence, changing of wf admin role and user log-in (to sysadmin) won't help (just in case you would advise me to do so) since we tried it
    already.
    ### Responsibility and navigational paths to reproduce ###
    1. set-up the AME for ap invoice approval.
    2. test an actual transaction.
    3. when the list is generated, set-up workflow for AP approval.
    when setting up the configuration page, there is no list of values available for the notification style. hence the workflow
    configuration could not be updated.
    4. Run the required programs (i.e., synchronizations)
    5. run the approval workflow from the developer studio page.
    6. review the status from the Status Monitor page.
    7. The error message appears
    8. payables, create a sample invoice.
    9. validate and initiate approval.
    10. review the approval history to find out the required approver. (the approver's name appears with 0 amount of approval)
    11. check the notifications in the required approver's worklist.
    12. there are no notifications sent.
    Text continued in next action...
    **** screen shots availble >http://rapidshare.com/files/176008682/error_-noperformer.doc.html
    Thanks again...

  • Payables Error for Invoice Approval in Oracle Workflow

    Hi
    Product Oracle Payables
    Product Version 11.5.10.2 (VISION Instance)
    We need to implement the AP workflow/approvals in Payables,have set-up Approvals Management(AME) for AP invoice approval in the vision instance.
    Create a invoice Payables and initiated approval process found the below error in wf_notifications
    Error in Workflow APINV/63401_1 ORA-01403: no data found ORA-01403: no data found
    checked the notifications in the sysadmin responsibility, do find the errors
    An Error occurred in the following Workflow.
    Item Type = APINV
    Item Key = 63401_1
    User Key =
    Error Name = 100
    Error Message = ORA-01403: no data found
    ORA-01403: no data found
    Error Stack =
    AME_ENGINE.doWeakHeaderRuleEvaluation(12732)
    AME_ENGINE.evaluateRules(12733)
    AME_ENGINE.updateTransactionState(12734)
    AME_API2.getNextApprovers4(12735)
    AME_API.getNextApprover(12736)
    APINV.Get_Approver(APINV, 63401_1, 536104)
    Wf_Engine_Util.Function_Call(AP_WFAPPROVAL_PKG.get_approver, APINV, 63401_1, 536104, RUN)
    Activity Id = 536104
    Activity Label = APINV_M:APINV_IA
    Result Code = #EXCEPTION
    Notification Id =
    Assigned User =
    Regards
    Yram

    Please see these docs.
    APINV Errors with Ora-01403 in AP_WFAPPROVAL_PKG.get_approver [ID 413840.1]
    Invoices Getting Stuck Intermittently In Invoice Approval Workflow With No Data Found Error [ID 1201053.1]
    Intermittent Error "3835: ORA-20002: 2018: Unable to Generate the Notification Xml" when Notification is Reassigned through a Vacation Rule [ID 1305504.1]
    Thanks,
    Hussein

  • 로컬 이벤트 ERROR : oracle.apps.ap.event.invoice.approval / 83099_1

    sysadmin으로 로그인하면
    "로컬 이벤트 ERROR : oracle.apps.ap.event.invoice.approval / 83099_1"라는
    제목을 메일이 30개 정도 와 있습니다.
    아무래도
    제가 "AME 지원 담당자"에서 approval 내용을 좀 변경해서 온거같은데요..
    어떤 내용을 의미하는 것이고 사후 대처를 어떻게 해야할 지몰라서요..
    메타링크도 안되고...1월 마감이 이제 거의 끝나가는데
    이것 때문에 좀 찝찝합니다.ㅠ.ㅠ
    상세 메일 내용은 다음과 같습니다.
    발신자
    수신인 SYSADMIN
    발송됨 29-1월-2008 15:53:42
    통지 ID 178154
    지역 개인 설정
    이벤트 등록 이벤트 등록 에서 오류가 발생했습니다.
    이벤트 오류명: WFENG_EVENT_NOTFOUND
    이벤트 오류 메시지: 3142: Process 'APINV/82103_1' has no activities waiting to receive event 'oracle.apps.ap.event.invoice.approval'.
    이벤트 오류 스택:
    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)
    이벤트 데이터: 이벤트 데이터 URL
    기타 이벤트 상세내역:
    이벤트 필드 값
    이벤트명 oracle.apps.ap.event.invoice.approval
    이벤트 키 82103_1
    출처 에이전트 WF_DEFERRED
    출처 시스템 INST816.US.ORACLE.COM
    대상 에이전트
    대상 시스템
    우선순위 50
    발송 일자 29-JAN-2008 15:52:26
    수령 일자 29-JAN-2008 15:53:33
    상호 관계 ID
    매개변수 : SUB_GUID A15D214DADC2507EE034
    매개변수 : ERROR_NAME WFENG_EVENT_NOTFOUND
    매개변수 : 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

  • Invoice Approval Setup steps without AME

    Hi,
    Can some one help me with your directions on setting up AP Invoice approval process with out using AME
    Appreciate in Advance
    Thanks
    Ravi

    Hi Ravi,
    I dont think there are much setup steps involved if you are not using AME.
    You need to check the Require invoice approval flag in the payables options to be checked.
    There are 2 more checkbox - require validation before approval & Force approval - whereby the invoice should be validated before it can be approved and the force approval option specifies an user can force approve the invoice using the invoices action window.
    and thereafter whatever invoice which gets created in system will be routed for approval.
    Infact AME is used for specific and complex rules set up to be in place for invoice approval, if you dont have specific/complex rules than standard rules of invoice approval will be applied.
    i.e. an invoice created by an user will be routed to his supervisor using the employee supervisor hierarchy and once approved by the supervisor the invoice status will change to approved.
    Hope this helps.
    Thanks
    Manish Jain.

  • 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

  • Oracle AP Invoice Approval Workflow

    WorkFlow Gurus,
    I create an AP invoice and add attachment to it and initiate approvals.
    The Invoice Requester's manager logs into Oracle and can see the Invoice Approval Notification (in Worklist) and can also see the attachment.
    But the same manager also receives an email for the same Invoice Approval but in email he can't see the attachment or any link to point to the attachment.
    Can you please suggest what can be done to see attachments in email for invoice approval workflow?
    Please help here!
    Thanks

    If you have some idea, can you point me to what exactly could be causing this issue. Is this the problem with emailing message preparation part or email sending part or something else that could be causing this. Sorry, I have no idea -- It might be reported in the bug.
    Another questions that comes to my mind, does attachment work with other workflows like iProcurement / PO / HR etc.....that is, is this a problem with just AP Invoice Approval or other oracle workflows have the same issue.
    One point brought out by one of fucn folks was, because invoice images could be of several pages that is why oracle don't want to send those in emails.Please log a SR for this.
    Thanks,
    Hussein

  • Oracle EBS AP Invoice Batch Approval

    Hi All,
    We have one requirement for EBS R12 as mentioned below.
    1) We want to implement batch approval for AP invoices.
    2) It should allow user to select or deselect invoices from a batch for approval or rejection.
    3) Approved or Rejected invoices from the batch should be processed later on with the same process.
    4) It should allow 3 level approval hierarchy ( accountant, manager & director )
    5) It should allow vacation rule creation for standard processing.
    Can anybody suggest how we can achieve this functionality???
    Thanks in advance for your inputs.
    sanjaypanchal

    Hi Srinivas,
    This sounds like it would be a customization:
    1. Enable and require standard invoice level approval
    2. Switch off notifications on standard invoice approval and implement "mock" approver to receive all notifications each invoice (as your batch approver would now be the approver at a batch level)
    3. Write extension to allow user to submit invoice batch for approval (e.g. SPECIALX or MENUX forms personalization) with each invoice in the batch submitted for approval when batch is submitted
    4. Write custom workflow to provide logic you require for batch
    5. When batch is approved/rejected update status (via backend or by callback to standard invoice workflow) of each invoice in batch as approved/rejected.
    6. Probably a couple of reports to support the above.
    Regards
    Gareth
    http://garethroberts.blogspot.com

  • Oracle Invoice Approval

    Hi I've just started looking at an existing setup for Invoice Approval.  There is a custom workflow in place here to utilise looking at the position hierarchy and looking for the 'Primary flag' of an assignment in order to select 1 assignment per person in cases of multiple assignments.
    This isn't really suiting the need - we have an example where we have 1 person who is 0.5 FTE Head Teacher at 2 schools.  Obviously they should be getting approval requests from staff at both schools but as it is, they are only getting approvals from one school as it's only picked up one of their assignment records.
    Does anyone have any experience with working with multiple assignments within workflow and ways/workarounds to get round this kind of issue?
    Thanks

    Anyone have any thoughts?

  • Change Distribution in a active AP Invoice Approval workflow notification.

    Hi Experts,
    My client is using oracle 11i, we are in the process of configuring the oracle payable invoice approval workflow using AME.
    We have a requirement where in the person who receives the workflow notifications should be able to modify the distribution in the invoice.
    The approver may not have the Oracle Payable responsibility.
    Is it possible? If yes then how?
    Regards,
    Vishvesh

    Hi,
    Using the Sysadmin responsibility, please submit "Workflow Background Process" with the below parameters and see if it helps:
    Process Deferred: Y
    Process Timeout: Y
    Please also see the following notes;
    How to Manually Process the Events from Workflow Queues When The Deferred Agent Listener Won't Start [ID 953103.1]
    Workflow Background Process Does Not Progress Shipped Lines: Stuck in Fulfill - Deferred [ID 804133.1]
    Hope this helps!
    Best Regards

Maybe you are looking for