API for subinventory transfer in R12.

Hi All,
Could anyone let me know api for subinventory transfer in R12?
Thanks in Advance.
Regards,
Rider.

Hi,
I think you've got the wrong forum.
Check f.i.:
http://download.oracle.com/docs/cd/B34956_01/current/html/docset.html

Similar Messages

  • Need API for Credit Memo creation-R12

    Hi All,
    I am working on R12 Implementation process.  I have a requirement for creating the "Credit Memo" using API.
    Could you please any one provide the API for Credit Memo creation process.
    Thanks,
    LSP

    Hi,
    Please refer the following links:
    http://www.betteroracle.com/2012/08/ar-api-create-credit-memo-r12.html
    http://easyoracleapps.blogspot.com/2011/08/creating-credit-memos-and-appling-these.html
    http://prasanthapps.blogspot.com/2011/05/credit-memo-creation-via-api.html
    Googling will help you indeed
    Rgds,

  • API for search profile options-R12.

    Is there any API for searching profile options? (R12)
    Using ibe_customer as the default responsibility.How to filter profile option search using organization , responsibility and different access level?
    Edited by: Ep on Aug 29, 2012 11:57 PM
    Edited by: Ep on Aug 29, 2012 11:58 PM

    hi ,
    You can search the table that profiles options are saved,Using the application id in that table ,you have query it....

  • API for loading favorites in R12

    Hi all,
    Client would like to add a favorite on all users in R12 instance.
    The favorite should point to the 'Open Notifications' function.
    Does anyone know of a way to mass load favorite menu entries using an API or OI?
    It looks like the favorites ends up in the 'ICX_CUSTOM_MENU_ENTRIES', but cant find a public API.
    All help is apprciated.
    Brgds,
    Tom Andersen

    Hi;
    Please check below link and also notes:
    User is Unable to See a Responsibility In the Home Page [ID 943096.1]
    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
    API User Notes - HTML Format [ID 236937.1]
    Regard
    Helios

  • Inter-org / subinventory transfer api

    Hello,
    I am looking for a real-time api that will conduct an inter-org or subinventory transfer.
    I know there is an option of using the open interface table/concurrent manager but I am looking for a real-time api.
    I thought process_move_order api would have worked but it seems like I have the wrong one.
    Any help?
    Thanks

    Hi Naga,
    Thanks for your update.
    For Subinventory transfer, i have understood it. But coming to Inter-Org Transfer, here we do 2 transactions. One is transfer from Sourcing Organization and receiving from Destination Organization. So for this, do i need to first do a intransit shipment through MTL_MATERIAL_TRANSACTION_INTERFACE and process them through API. Then use RECEIVIGN TRANSACTION for destination Organization and process. Please let me know what would be exact approach with respect to Inter_org Transfer.
    Regards,
    Sravan.

  • API & Table for Subinventory

    Hi
    Can you pls let me know the tables & API used for sub inventory transfer for restricted locator items.
    Regards
    Yram

    Your question is not clear.
    The interface table for any inventory transaction is mtl_transactions_interface. You can use it for subinventory transfer for restricted locator items. You just need to make sure that the locators you enter in the mtl_transactions_interface table are valid locators for that item.
    See Inventory API interface transaction loading for sample code.
    Hope this helps
    Sandeep Gandhi

  • What is the standard API for Customer Contact creation in R12

    Hi All,
    What is the standard API for Customer Contact creation in R12. my requirement is I need to create contact against Customer(Person/Organization).
    I need to develop pl/sql package for create Contact using the following fields
    First name , Last name , Email, Phone no, Ph ext,Mobile no,Contact no,Job title, Job title code,Country,Address1,Address2,Address3,Address4,
    City,State,Postalcode.
    Please help me.
    Thanks,
    K.Murugesan

    Hi All,
    Please update if you have any solution.
    Thanks
    Maanasa

  • API's used to perform Subinventory Transfer.

    Hi,
    My requirement is to make Subinventory Transfer automated. So could anyone help me in this regard. What are all the API's and Tables were used to automate the Subinventory Transfer process. And what are all the steps do I need to take care.
    Thanks in Advance,
    Manasa.

    Step 1 : Insert the Records in MTL_TRANSACTIONS_INTERFACE
    Step 2 : Call the INV_TXN_MANAGER_PUB.process_transactions API : Input Paameter TRANSACTION_INTERFACE_ID
    Step 1 :
    INSERT INTO MTL_TRANSACTIONS_INTERFACE
    ( created_by
    ,creation_date
    ,flow_schedule
    ,inventory_item_id
    ,last_updated_by
    ,last_update_date
    ,last_update_login
    ,locator_id
    ,lock_flag
    ,material_account
    ,organization_id
    ,process_flag
    ,program_id
    ,program_update_date
    ,scheduled_flag
    ,source_code
    ,source_header_id
    ,source_line_id
    ,subinventory_code
    ,transaction_date
    ,transaction_header_id
    ,transaction_interface_id
    ,transaction_mode
    ,transaction_quantity
    ,transaction_type_id
    ,transaction_uom
    ,transfer_locator
    ,transfer_subinventory
    ,validation_required
    Step 2:
    INV_TXN_MANAGER_PUB.process_transactions(
    p_api_version => 1.0
    ,p_init_msg_list => fnd_api.g_true
    ,p_commit => fnd_api.g_true
    ,p_validation_level => fnd_api.g_valid_level_full
    ,x_return_status => l_return_status
    ,x_msg_count => l_msg_cnt
    ,x_msg_data => l_msg_data
    ,x_trans_count => l_trans_count
    ,p_table => 1
    ,p_header_id => l_transaction_header_id
    );

  • API for end dating a Supplier Bank account- R12

    Hi
    I'm looking for a API to end date a supplier bank account.
    Could someone help me wiht this.
    THanks

    Hi;
    All APIs are listed in Oracle Integration Repository.First check below
    http://irep.oracle.com/index.html
    Please check below which could be helpful for your issue:
    How to set Bank Account Uses End Date to Specific Supplier Site [ID 726763.1]
    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

  • R12 Order Management Setup and API for Pick Release

    Hi All,
    I am doing pick release using Release Sales Order form of Order Management of Oracle Apps R12. Pick Release process is going fine , but the the status of lines are not getting updated. If we explicitly do reservations before pick release and then do pick release from Release Sales Order form, line status is being updated as pick released. If we do pick release from Shipping Transactions Form, then there is no need of explicit item reservations. Please suggest me, is there any setup steps to be done, so that i will tell the functional guys to do it.
    Also I am executing the WSH_PICKING_BATCHES API for create batch and release batch, the same thing i.e the pick release process is working fine but the line status is not getting updated.
    Is Release Sales Order form and Shipping Transactions Form uses different API's to do the pick release?.
    If we have to do explicit Item Reservations, what is the API used?
    Thanks and Regards,
    Mahesh
    Edited by: magu on May 1, 2009 11:59 AM

    I figured out the problem. In Release Sales Order Form, we have to uncheck the Prior Reservations Only check box, so that the items will be first reserved and then pick release.
    Thanks and Regards,
    Mahesh

  • Any socket programming sample program or API for transfer file?

    Do there any java socket programming sample program or API for transfer file ,list file and make directory from client side?
    Thank you

    http://forum.java.sun.com/thread.jspa?threadID=603685&tstart=0

  • API for loading qualification subjects on R12.1

    Hi friends,
    I am trying to load employee qualifications and subjects into a R12.1 enviroment using public API's.
    I am able to load the qualifications with the seeded api: PER_QUALIFICATIONS_API - and it works fine.
    But, I cant find any API for loading the subjects for the qualification.
    The form is PERWSQUA, and the base table is PER_SUBJECTS_TAKEN
    Any help is highly appreciated.
    Brgds,
    Tom Andersen

    Hi,
    Found it myself..
    Can use the private package per_sub_ins
    Thanx,
    Tom/

  • Trigger event for during subinventory transfer

    Hi
    I would like to have a hook or to trigger an event (like firing a concurrent program) when subinventory transfer is performed. Is this possible and how to do it?

    You can write a personalization that fires a conc. program.

  • API HZ_CUST_ACCOUNT_SITE_V2PUB.CREATE_CUST_ACCT_SITE fails in R12

    Hi,
    I was creating the customize form in EBS version 11.5.9 of CUSTOMER CREATIION. Now i am transfer it R12. During the transfer of data using API I get an error message which mentioned below.
    ERROR
    The operating unit is either invalid or it cannot be derived. Please verify your Multi-Org profile options.
    The API Function named HZ_CUST_ACCOUNT_SITE_V2PUB.CREATE_CUST_ACCT_SITE is not working properly.
    CAN ANYONE GUIDE ME WHAT CHANGES I AM DONING IN APIs.
    Thanks.

    I am using:
    APPS.FND_GLOBAL.APPS_INITIALIZE(
         0,          -- Application User ID (SYSADMIN here)
         20678,     -- Responsibility ID (Receivables Manager here)
         222          -- Responsibility Application ID (Receivables)
    I don't know if that is how it should be.
    In my environment, how do I check the above 3 parameters to see if they are correct. Where do I go to check that those IDs indeed belong to profiles with the right access levels?This is not the correct way to set the organization context.
    Please issue the following instead.
    mo_global.init('<Module>')
    mo_global.set_policy_context('<S/M>',FND_GLOBAL.ORG_ID); -- S for single org_id and M for multiple org_id
    Since you do not have MOS access, please Google the above and you should get many hits!
    And, please do not create duplicate posts!
    Thanks,
    Hussein

  • Defaulting rules for subinventory locators

    hi folks,
    i have researched a little bit, but am unable to figure out if oracle r12 has this capability inherent. before i move on to a forms-personalization / custom.pll based solution, i would like your expert opinion.
    i am in need of providing the ability to default a "stock locator" on the "subinventory transfer" form. a subinventory could have several locators, and a locator could have several types of items. does r12 provide any way to default a particular value for "stock locator" based on the value selected in the source or destination subinventory?
    thanking you,
    regards.

    Form personalization does not have when-validate-item event so it is a little hard to default field2 (locator) after field1 (subinventory) value has been entered / changed.
    But in your case, since there is already an LOV attached to the locator field, you can try the following.
    Find the LOV and Record group associated with the locator field.
    Create a new record group similar to the seeded one but add the condition that says
    "locator_id = mtl_secondary_inventories.attribute5" -- assuming attribute5 stores the default locator id
    And then assign this new RG to the LOV.
    If all else fails, you can always write a when-validate-record personalization that fires AFTER user has selected a non-default locator and then stops him/her from saving the record.
    Hope this helps,
    Sandeep Gandhi

Maybe you are looking for

  • How to set the user's Default joboptions directory?

    Hello Experts, When we installed Acrobat Pro 8.x on our Win XP Pro systems our systems were NOT in a Windows Domain.  At that time the default location for user-created/customized joboptions files was: C:\Documents and Settings\<Username>\Application

  • Gps on nokia X3-02?

    is there a working GPS system included in the nokia X3 -02 ? I was told I had one in my exosting 6700 classic but its never worked! I was thinking about getting an X3

  • How can i display a image file which is placed in the applications server

    Hi all, Can any one help me how can I display a image file which is present in the application server. With regards, M.Ramana Murthy

  • Bugs on iPhone restore

    Hi, I did restore the iPhone software because my calendar events didn't notified me any longer. Hopefully that problem is gone. But I've found another bug. I told iTunes to use the backup after the software restore but several things aren't the way t

  • Why do I have to Right Click to open a Application or Link on my desktop?

    On My Mac Mini, to open a application such as Mail or Safari I have to Right Click then open it. Does any one have any solution on how I could fix this? So I could just click on it twice then it should open. Thankyou Neil Patel