API to update AP Invoice Information in R12

Hi Gurus,
I am creating AP Invoices through iexpense modules and everything working file except project information..
While creating the expense report i have entered project number and task details. But project information is not showing in AP Invoice ( this is standard functionality ).
So, I am planning to update project related information in AP Invoice line level through API.
Please let me is there any API.
Thanks,
Sreehari.
Edited by: user10741694 on Nov 22, 2012 10:54 PM

Hi Sreehari,
for the list of available API's, please add the responsibility "Integration Repository" to your username and browse by application for the list of APIs. The expense report export uses the payables interface, hence there will be an API available for it.
Also i would suggest an workaround of capturing this information in some DFF fields in the Invoice, hence when oracle does not provide something as standard, there must be a hint of complexity involved in performing the same....
(One can also login to irep.oracle.com for accessing the list of API's but this site has been down for a reasonable period of time ..)
Regards,
Ivruksha

Similar Messages

  • Update Unpaid Invoice in Oracle R12

    I wanted to update the paygroup (PAY_GROUP_LOOKUP_CODE) of unpaid invoices in oracle R12. Is this feasible? If yes, can you please let me know the API to do the same.
    Thanks in advance, for your kind response.

    Hi,
    Use below code to identify the unpaid invoice and update the paygroup.
    Please let me know if i am missing something
    select i.invoice_num,v.vendor_name,i.invoice_date,ps.due_date,
    i.invoice_amount,i.amount_paid,ps.amount_remaining, SUM(i.invoice_amount),sum(ps.amount_remaining)
    FROM ap_payment_schedules_all ps,
    ap_invoices_all i,
    apps.po_vendors v,
    apps.po_vendor_sites_all vs
    WHERE i.invoice_id = ps.invoice_id
    AND i.vendor_id = v.vendor_id
    AND i.vendor_site_id = vs.vendor_site_id
    AND i.payment_status_flag ='N'
    AND (nvl(ps.amount_remaining, 0) * nvl(i.exchange_rate,1)) != 0
    AND i.cancelled_date is not null
    group by v.vendor_name,i.invoice_num,i.invoice_date,ps.due_date,i.invoice_amount,i.amount_paid,
    ps.amount_remaining
    Order by v.vendor_name,i.invoice_num;

  • API  to update AP invoice

    Hi,
    can any one please tel the API to update the AP invoices.
    Thanks
    Triveni

    Hi;
    All APIs are listed in Oracle Integration Repository
    http://irep.oracle.com/index.html
    API User Notes - HTML Format [ID 236937.1]
    R12.0.[3-4] : Oracle Install Base Api / Open Interface Setup Test [ID 427566.1]
    Oracle Trading Community Architecture API User Notes, June 2003 [ID 241320.1]
    Technical Uses of Customer Interface and TCA-API [ID 269121.1]
    Pelase also check below:
    Api's in EBS
    Re: Api's in EBS
    http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
    API
    Fixed Asset API
    List of API
    Re: List of APIs
    Oracle Common Application Components API Reference Guide
    download.oracle.com/docs/cd/B25284_01/current/acrobat/jta115api.pdf
    List of APIs and open interface R12
    Re: List of APIs and open interface R12
    Regard
    Helios

  • API to Update PARTY in R12

    Hi All,
    could you please provide me the API to update the PARTY Information in R12.
    Thank you,
    Aush

    Try:
    HZ_PARTY_V2PUB.update_person
    HZ_PARTY_V2PUB.update_group
    HZ_PARTY_V2PUB.update_organization
    Hope it helps.

  • API to Update Invoice Attributes in Oracle R12

    Hi,
    I'm looking some Oracle EBS API to update the Invoice header attributes fields in AR R12.
    If some of you can help me I will appreciate it.
    Regards.
    Fco.

    AFAIK, Oracle does not provide APIs to update ATTRIBUTE columns, since these columns store free-form customer-defined data. You can directly update ATTRIBUTE columns using SQL, taking appropriate care to not corrupt/invalidate the data in these columns.
    HTH
    Srini

  • API to update Customer Profile Info for Customer

    Hi ,
    Can anybody tell me how to update the customer profile information for a customer.
    For ex: A Group of Customers are having different Profile class, statement cycle, Payment Terms, collector.
    I have to update those with same Profile Class values..
    Is there an API to do this, if so can you tell me the process of updating.
    Where can I find the API.
    Thanks a lot for the Help....
    Regards,
    JDev...

    Hi,
    You can use "HZ_CUSTOMER_PROFILE_V2PUB.update_customer_profile" public api to update the required information in the Customer Profile.

  • API to update Trx_date and Acct_date for AR invoices.

    Hi,
    Some AR invoices are created with trx_date as future dates ex: 01-FEB-2011, but they should be having the trx_date as todays date.
    For these invoices, acct_date also created with 01-FEB-2011.
    I have to update these records for trx_date and acct_date fields to todays date.
    Can you provide me an API to update this.
    Thanks in advance.
    Best Regards,
    Mani,

    Oracle hasn't yet provided the UPDATE API for AR Invoices. You cna only update the transaction from application. If the invoices are not accounted yet, then
    1. Incomplete the transaction
    2. change the TRX_DATE and GL DATE
    3. complete the transaction.
    - Kiran

  • SUS POs update with Goods Receipts and Invoices Information

    Hi SRM Experts,
    We have a SRM - SUS - R/3 landscape.
    1. We create POs in SRM (extended classic scenario) and transfer them to R/3 (via RFC) and to SUS (via XI – Interfaces PurchaseOrderRequest_Out and PurchaseOrderChangeRequest_Out).
    2. We post Goods Receipts into SRM (or alternatively into R/3).
    3. We post Invoices into R/3.
    Is it possible to update SUS POs with Goods Receipts and Invoices Information?
    If yes, what do we have to do to update this information into SUS POs?
    Thank you very much and kind regards,
    Marco.

    Hi Marco,
    you want to update SUS POs with GR / IV data?
    In a SUS environment each document counts as an own document and needs to
    be customized. I am not sure about understanding your requirement.
    Using the SUS-MM scenario in a classic environment enables the exchange of
    documents for PO / GR / IV in a "ping-pong" mode. SUS always needs a document,
    on which the next action can be based on.
    Thanks,
    Claudia

  • Updating Territory_id in RA_CUSTOMER_TRX_ALL table( R12.1.1) by Using API

    Hi Gurus,
    I am not able to find the API for updating the Territory_id of RA_CUSTOMER_TRX_ALL table( R12.1.1).
    If anybody have know about this API Please help me out.
    Any help would be highly appreciated.
    Thanks,
    Anushka

    It is Critical

  • AP - updating unpaid invoices payment priority

    all:
    Any one have suggested script which to use to update unpaid invoices payment priority code on ap_invoices_all table.
    there is ap_invoices_pkg.update_row api but do not have adequate information on this api to make this script.
    Will appreciate anyone who has done similar or another column update to unpaid invoices using this api to provide guidance.
    thanks

    Hi
    Thanks for the reply.
    We are using Oracle Applications : 12.1.1.
    we dont have approval for direct update,
    and updating through ap_invoices_pkg.Update_Row is not feasible.
    update me with the feasible solution
    Thanks and Ragards
    Dhananjaya

  • API for Updating fileds in cn_payment_transactions_all table(OIC module)

    Hi,
    I have a requirement to put the Sales Commission Lines (Oracle Incentive Compensation module) on hold for a particular Salesperson if the corresponding invoice line has an amount due not equal to zero.
    Now to put the commission lines on hold I need to update the hold_flag of the cn_payment_transactions_all table.
    I need help to find the API which I can use to update the hold_flag.I searched metalink on the same but did not find anything suitable.
    Please advice which API I should use or any reference where I can find any suitable documents on that.Can i update the hold_flag directly in case i do not find any API to update this flag.
    Thanks in advance......
    Regards
    Subhabrata
    Edited by: user10816003 on Dec 28, 2009 6:05 AM

    Hi Subhabrata,
    I am not sure if there is any standard API to do this update.
    Looks like you have requirement to pay the commission only when the invoice is fully paid.
    Customizing like this is not the best option. There are outbox ways to design the collection/plan so that you pay commission when the invoice is paid.
    Thanks
    Srini Parimi
    Edited by: user12263675 on Dec 29, 2009 10:40 AM

  • Use of APIs to update Absence info in Oracle HR/SSHR 11i

    Dear all,
    Use of APIs and Absences
    1. Can you please let me know which are the relevant APIs to update Absences Information into Oracle Human Resources Application?
    2. Where can I find relevant documentation on how to deploy these APIs?
    Thanking you in advance for your feedback
    Best regards
    Elena

    Hi Elena,
    You may find a list of the APIs in HRMS on Metalink. Just query for "APIs in HRMS". For absences you may use the following APIs: hr_absence_type_api, hr_person_absence_api
    You may create a PL/SQL program to use these APIs or alternatively use web ADI to create upload integrators. You may have to write a custom wrapper before calling these APIs if required.
    - Vikram

  • Are there any APIs to create an Invoice in Oracle Payables?

    Hi,
    We have a requirement to import the invoices from the operational systems. We will be making approximately 7,000 checks a day. We need to import all these payments information into Oracle Payables as Invoices and then process the payments out of Oracle payments module. We are on EBS 12.1.1
    Were there any APIs to create the invoices directly in Payables as it comes from custom application? We could use payables open interface but as we would like to integrate the payables module with custom application it would be nice if invoice creates directly in Payables through APIs.
    Thanks,

    In the enterprise edition I am able to create all the below objects.But The job is not running after file arrival.
    Could you please me in this case also.
    BEGIN
      DBMS_SCHEDULER.create_credential(
        credential_name => 'LOCAL_CREDENTIAL',
        username        => 'upncommon',
        password        => '*******');
    END;
    BEGIN
      DBMS_SCHEDULER.create_file_watcher(
        file_watcher_name => 'test_file_watcher',
        directory_path    => '/home/upncommon/pub',
        file_name         => 'sample2.sh',
        credential_name   => 'LOCAL_CREDENTIAL',
        destination       => NULL,
        enabled           => FALSE);
    END;
    BEGIN
      DBMS_SCHEDULER.create_program(
        program_name        => 'file_watcher_test_prog',
        program_type        => 'STORED_PROCEDURE',
        program_action      => 'PROC_SCH',
        number_of_arguments => 1,
        enabled             => FALSE);
    END;
    BEGIN
      DBMS_SCHEDULER.define_metadata_argument(
        program_name       => 'file_watcher_test_prog',
        metadata_attribute => 'event_message',
        argument_position  => 1);
    END;
    BEGIN
      DBMS_SCHEDULER.create_job(
        job_name        => 'file_watcher_test_job',
        program_name    => 'file_watcher_test_prog',
        event_condition => NULL,
        queue_spec      => 'test_file_watcher',
        auto_drop       => FALSE,
        enabled         => FALSE);
    END;
    BEGIN
      DBMS_SCHEDULER.set_attribute('file_watcher_test_job','parallel_instances',TRUE);
    END;
    EXEC DBMS_SCHEDULER.enable('test_file_watcher');
    EXEC DBMS_SCHEDULER.enable('file_watcher_test_prog');
    EXEC DBMS_SCHEDULER.enable('file_watcher_test_job');

  • API to update/ create Organization EIT

    Hi All,
    I 'am trying to find the API to update/ create EITs for HR Organizations. While I can find the API to update person and assignments hr_assignment_extra_info_api/ hr_person_extra_info_api, I 'am not able to find out the API/ package for Organization EITs.
    Can you please let me know the API that I need to use to create/ update HR Organizations EITs (HR_ORGANIZATION_INFORMATION_V table). Any inputs on this will be immensely helpful.
    Thanks,
    Ganapathi

    You can APIs
    hr_organization_api.create_org_information or
    hr_organization_api.update_org_information to create / update Organization Information Types.

  • Updating the Leave Information (dates selected) from MSOutlook to SAP ESS

    Hi Forum,
                    I had a scenario where I need to use Microsoft Outlook as an interface and the leave information selected in outlook calender should be updated to SAP ESS. Does Any one worked on similar kind of scenarios ? I would like to know if any API is available to interface between MS Outlook and SAP. If not is there any 3rd part integration technologies available ? Helpful answers will be Appriciated in the SDN way
    Regards
    Ramesh

    Hi Manoj,
                   Thanks for your reply. I am looking for a Java API using which i can read the calender information in outlook (dates selected and saved by the user). If I can get this dates information i could think of updating the same dates (leave info) to SAP ESS usingn JCO Client java program.
    Please suggest me some java API to read the calender information stored in outlook.
    Thanks & Regards
    Ramesh

Maybe you are looking for

  • Custom screen for attribute BP relationship (t-code: BUBA)

    Dear experts, It is possible to create custom screen for attribute BP Relationship (t-code: BUBA)? any document for this case? (Go to t-code: BUBA -> Block BP Relationship Type -> Click BP Views) Need your response... Thanks and Regards,

  • Some script logic commands not supported any longer

    Hello, it seems like Prior, *APP(in runallocation), *Name in runallocation...these commands are no longer supported in MS 7.5. I ran the same script logic under MS 5.1 it passes validation in script logic. but in 7.5 it gives error. please advise. th

  • Help on Trigger

    Hi All, Create or Replace trigger store_master_trigger after insert on store_transaction Referencing old as old new as new For each row Begin update store_master set chemical_balance =:old.chemical_balance -:new.chemical_balance where chemical_id=:ne

  • Iam not able to download Skype on my iPad.it is asking verification..whaIt is it??

    Iam not able to download Skype on my iPad??

  • Acrobat Reader Won't Unload

    I'm using Acrobat Reader XI on Windows 7.  It never unloads when I exit the program, so I end up with multiple copies eating up memory and CPU usage.  What gives?