AP 11i Invoice Approval API

Hi,
We were trying to implement Invoice Approval Workflow, but in our version 11.5.8 (on Sun SPARC) there was a bug and it was not sending emails to approving users. Then once we put a SR to Oracle Support they said that 11.5.8 is de-supported and there is no bug fix for this version and asked us to upgrade which is not possible at this moment.
So we are finding a solution to where an Invoice Approval out of Oracle Financials. Is there any API for Oracle Invoice Approvals?
Thanks!
Nilaksha.

Hi Nilaksha,
I'd want to know the problem you're encountering to see if it can be solved through other methods. If its a core problem then you'd probably strike the same issue trying to call private APIs around Invoice Approvals. Note that the main logic is in the Workflow APINV, so you could reproduce what it does. This course of action would be unsupported.
Regards,
Gareth

Similar Messages

  • Error in Invoice Approval API

    Hi,
    We are facing the below error while using standard API (ap_approval_pkg.approve) to approve an Invoice in R12.
    The API is a part of custom workflow, which is used for the invoice approval process.
    DECLARE
    ERROR at line 1:
    ORA-20001: APP-SQLAP-10000: ORA-06502: PL/SQL: numeric or value error: NULL
    index table key value occurred
    in
    AP_APPROVAL_PKG.Approval_Init<-AP_APPROVAL_PKG.Approval<-APXAPRVL
    with parameters (&PARAMETERS)
    while performing the following operation:
    Set Options from Cache
    ORA-06512: at "APPS.APP_EXCEPTION", line 72
    ORA-06512: at "APPS.AP_APPROVAL_PKG", line 1698
    ORA-06512: at line 22
    If any one has faced similar issue please let us know.
    Regards,
    Syed

    Hi,
    I am facing the same error. Do anyone knows the solution?
    Regards,
    Hatim Ali Asgher

  • Payable Invoices Approval

    Hi
    I need to customize the payable invoices approval method for the legacy data (data migration)
    Approach
    Get the API which the Workflow is using to approve the Invoices... and customize it... create a concurrent program and submit the concurrent program...
    after the data migration is completed enable the workflow...
    Can you pls let me know the API name which does the approval opeartion..
    I do not want to customize the workflow as it is a one time job...
    If there is any changes which can be done in the interface table pls let me know.. if i can do a manual update on to the tables, if possible pls let me know the tables for same.
    Regards
    Yram

    Hi,
    We have done an extension on the approval workflow here.
    Basically, if you set the WF_APPROVAL_STATUS status of the invoice and corresponding invoice line to ‘WFAPPROVED’ then the invoice is approved.

  • Probelm with SECONDARY INVOICE APPROVAL WORKFLOW

    hi
    we have created new secondary approval workflow when i run that concurrent program
    i cannot see in the status monitor or in my notification but when i check wf_items i can see the record and begin date also
    can you please let me know its very urgent please
    friends ............................pls help me thanks

    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

  • 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

  • Workflow notifications of AP Invoice approval are not transferring.

    Workflow notifications of AP Invoice approval are not transferring in ERP 11i. The voucher remains in the INITIATED status for long and approval notification is
    not reaching the approvers login for approval.
    Regards

    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

  • Populating AP Invoice Approval History

    Hi,
    We have requirement where we need to send notifications up-to two escalations in Invoice Approval Workflow (IAW).
    We were able to do so, but we are not able to populate the approval history correctly.
    The approval history is getting populated till the second escalation correctly and once he approves it. It is not getting reflected in the approval history.
    For populating the approval history we are using the standard API ap_workflow_pkg.insert_history_table .
    Action Person
    Sent A
    Escalated B
    Escalated C
    Future B
    When C approves the invoice. It shows like below
    Action Person
    Sent A
    Escalated B
    Escalated C
    Approved B
    It will be great if someone can shed some light on it.
    Thanks,
    Manoj

    Hi,
    I did not find any notes or bugs that address this specific error. I see that the AP_WORKFLOW_PKG.Get_ALL_Approvers procedure calls the AME_API2.getAllApprovers1.
    I can certainly look at your versions and see if there are any existing code bugs that address this. You would need to provide the versions of those procedures by running the following:
    select text from all_source
    where name = 'AP_WORKFLOW_PKG'
    and line = 2;
    select text from all_source
    where name= 'AME_API2'
    and line = 2;
    It might also help to get an FND Log or wfstatus.sql script output for review, but it might be best to log an SR to get this reviewed in more detail.
    Regards,
    Cheryl

  • AP Invoice Approval - Notification to originator/requestor

    Dear All,
    I would like to customize the APINVAPR (AP Invoice Approval) to send FYI notification to requestor when the request is rejected?
    I've check in the current item type, there is no requestor information, how do i start?
    Thanks
    Rgds
    Ung

    Hi,
    Your question : Is this option available in 11i also or in R12 only ?
    Ans : Yes available in both 11i and R12..
    Q: Do we need to do anything with the PO Approval Workflow to get this notification ?
    Ans : Hope you have done appropriate setup in Document Type (Purchasing>Setup>Purchasing>Document Types)..
    PO WF is basically derived from the Document type. In the Document type attribute e.g. say Purchase Order Standard Approval Workflow is normally set as : PO Approval and Workflow Startup Process as : PO Approval Top Process..
    we believe below are the prerequisite for WF to send mail for approval...
    - Make sure notification mailer is up and running
    - WF background process is scheduled
    Kind Regards,
    S.P DASH

  • 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

  • R12 Payable Invoice Approval - Issue - Requesting URGENT help please

    Hello,
    This is on r12.1
    For some reason all invoices entered on Invoice workbench goes into approval mode "Not required" after we check the "initate approval" checkbox on the Action button.
    This is happening irrespective of any supplier, amount we use.
    We have no customizations in AME and APINVAPR workflow.
    The system options approval tab has check box "Use Workflow for Invoice Approva" CHECKED.
    The checkbox "Force Invoice Approval" is UNCHECKED.
    We have run out of options and the problem is still persistent.
    Please advise. How can we have invoices go through approval and not have it "Not Required" all the time.
    Thanks,
    Darsh

    Hi Darsh,
    can you review the AME configuration on the approval limits and the people assigned in the approval groups.
    Also, is this is the first time you are using this feature ? If not, was it working fine before ....?
    Also please check the below reference:
    11i: APXINWKB - Invoice Approval Status Is Incorrectly Changed To Not Required when Approval is Initiated if Approval Group Contains FND Users [ID 331214.1]
    Regards,
    Ivruksha

  • Accounts payable invoice approval

    Hello All,
    I am working on AP invoice approval workflow, i wanted to know whether there is any standard workflow for this.
    Cheers
    Manish

    Hi Manish,
    For Non-Po Invoices(Which uses Business Object FIPP) please check workflow templates WS00400004 and WS10000051.
    However for PO Invoices(Which uses Business Object BUS2081), i did not find any standard workflow templates.
    However you can build your own workflows based on the requirement you have.
    You can check workflow templates  and event linkages in transaction SWETYPV.
    Hope this helps.
    Please reward points if the hint is found useful.
    Thanks & Regards,
    Venkat

  • Possible values for AP Invoice Approval Status  in fnd_lookups

    Hi,
    I have a EBS system deployed which is currently like a black box for me and iam doing some reporting on the top of it.
    i need to find out the possible values of AP Invoice Approval Status in fnd_lookups , fnd_lookup_values or some other tables Defined in that system.
    Something like the below is use for employee expense status
    SELECT LOOKUP_CODE FROM FND_LOOKUP_VALUES WHERE FND_LOOKUP_VALUES.LOOKUP_TYPE= 'EXPENSE REPORT STATUS' AND FND_LOOKUP_VALUES.LANGUAGE = USERENV('LANG')

    Please see if Oracle Payables Guides available at http://www.oracle.com/technetwork/documentation/applications-167706.html helps.
    Thanks,
    Hussein

  • How to track the invoice approval in Apps?

    Hi Gurus,
    I have a scenario, that one invoice is entered, then it was approved and then paid. Now i want to track, who approved the invoice. AP invoice approval workflow is not used.
    Is it possible to achieve the same? if yes then how.
    A quick help is what is needed as this issue is most urgent.
    Thanks in advance!
    Regards,
    A.B.

    Hi.
    As far as i know, there is no standard functionality to suit your needs. Even if you use a query to find the invoice status how would you know who approved it? The field LAST_UPDATED_BY will contain the user id of the user who made the last update. But how would you know that the last updated field was the approval status?
    About space consuming perhaps it will not be so relevant as you would only be looking at a table and a few fields.
    Just my two cent...
    Octavio

  • SAP Report of Invoice Approver

    Our company has recently implemented SAP, and not many people are familiar with the system and how to run reports.  I would like to run a report that consists of the following fields:
    Invoice Number
    Invoice Date
    Invoice Amount
    Vendor Number
    Vendor Name
    Invoice Approver (ID)
    Invoice Approver (Name)
    Approval Date
    Can anyone help determine which SAP transaction code I can use?  Or can someone give me a tip on how to obtain such a report from SAP?
    Thanks in advance!

    Hi
       Check for transaction MIRO. Also you need to create a report program getting fields from different tables such as BS
    BSAD BSAK BSAS.
    Hope it helps!
    Viquar Iqbal

  • SRM: "Purchase Order Change Approval " and "Invoice Approval"

    Hi,
    I would like to know the availability and details of the backend services for "Purchase Order Change Approval " and "Invoice Approval".
    Any pointers ?
    regards
    Sachin

    I want to know what are the Backend services exposed for the following processes :
    Purchase Order Change Approval in MM
    and Invoice Approval.

Maybe you are looking for

  • Blank screen after kernel update

    Dear Archers, I'm sorry for asking your help  but I'm really stuck here. What happened? I did an update like usual and a new updated kernel was installed. The pacman process 'pacman -Syu' did not completely finish for one reason or another and hang o

  • Multiple layers in one file

    Hello: I'm seeking advice on the best way to proceed on a shot I'm working on. I've got a background (mountains), and I've got two green-screened images (flying kids) I want to add in front of it. I've successfully keyed and masked and resized one of

  • Build specifications menu empty

    Hi there, Im currently trying to create a dll from a Labview project, following the instruction from this webpage : instructions on creating a dll from LV. My problem is, when I right-click on "Build Specifications" I only have one item to choose fro

  • Editing Music Files Using iTunes

    If I am Editing Information to a song(s) file in iTunes, does that information I'm adding change the song(s) root file to my preference? So when I copy my music to my External HDD then clean my computer, I will move it back to iTunes. Will my informa

  • Select user_id from database

    hi, i create a trigger in data base,when i do this : select user_id into nb from dba_users where username = ora_login_user; ORA-00942: Table ou vue inexistante