The API interface transaction inventory loading

Hello

All the time I get an error of "invalid transfer subinventory" with explanation error having "transfer subinventory is not valid for the given transfer organization. I have double checked the implementation of the inventory and checked that the subinventory already exists and its deactivation date is null.

My insert to mtl_transactions_interface script is
INSERT INTO mtl_transactions_interface (transaction_header_id,
                                        transaction_interface_id,
                                        transaction_mode,
                                        lock_flag,
                                        inventory_item_id,
                                        organization_id,
                                        subinventory_code,
                                       -- locator_id,
                                        transaction_quantity,
                                        transaction_uom,
                                        transaction_type_id,
                                        transaction_date,
                                        transaction_reference,
                                        transfer_subinventory,
                                      --  transfer_locator,
                                        process_flag,
                                        source_code,
                                        source_line_id,
                                        source_header_id,
                                        last_update_date,
                                        last_updated_by,
                                        creation_date,
                                        created_by,
                                        reason_id)
                         VALUES        ( mtl_material_transactions_s.NEXTVAL ,         --transaction_header_id,
                                         mtl_material_transactions_s.NEXTVAL ,          --transaction_interface_id,
                                         3,                                            --transaction_mode,
                                         2,                                            --lock_flag,
                                         x.inventory_item_id, --v_inventory_item_id,                            --inventory_item_id,
                                        x.organization_id, --v_frm_org,                                       --organization_id,
                                        x.subinventory_code, --v_sub_inv_code,                             --subinventory_code,
                                        --locator_id,
                                        x.transaction_quantity, --v_transaction_quantity                      --transaction_quantity,
                                        x.transaction_uom, --v_transaction_uom                           --transaction_uom,
                                        2,                                          --transaction_type_id,
                                        x.transaction_date, --transaction_date
                                        x.transaction_reference,
                                        x.transfer_subinventory, --v_transfer_subinventory                     --transfer_subinventory,
                                        --transfer_locator,
                                        1,                                          --process_flag,
                                        'interface',                          --source_code,
                                        mtl_material_transactions_s.CURRVAL,         --source_line_id,
                                        mtl_material_transactions_s.CURRVAL,         --source_header_id,
                                        SYSDATE,                                     --last_update_date,
                                        v_user_id,                                        --last_updated_by,
                                        SYSDATE,                                     --creation_date,
                                        v_user_id,
                                        7                                         --reason_id
                                        );
Help, please...

Thank you very much

Ms. K

Hello

Please see if these documents help.

Note: the 239472,1 - Records stuck in MTL_TRANSACTIONS_INTERFACE with Subinventory transfer error no valid
Note: 352135.1 - Transactions open Interface order internal error invalid Subinventory
Note: 457405.1 - cannot receive domestic demand: APP-PO-14094

Thank you
Hussein

Tags: Oracle Applications

Similar Questions

  • How knowledge uninstalled the update via the API INTERFACE?

    Hello

    I want to know, how do I find information on uninstalled update api interface?
    There are an interface called 'IUpdateHistoryEntry' which has properties of 'Operation', but what I see is, even if I install an update and then uninstall this update, history interface returns only '1 day' with 'install' enum value.
    Appreciate the help.
    Thank you
    Aurélien

    Hi chat2amrat,

    Your question of Windows vista is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT audience Pro on MSDN. Please post your question to the MSDN Windows vista forum.

    http://social.msdn.Microsoft.com/forums/en/windowsgeneraldevelopmentissues/threads

  • How to add new resource to existing routes using the API / Interface Tables?

    Hi friends,

    I need to add new resources to our existing ranges. The number of records is more than 10,000. So I need to create an anonymous block for her. But I don't know what are the tables Interface / API to use for their insertion. If anyone can guide me how can this be achieved, I would really appreciate it. If you can provide me with an example of code for it, it would be the best.

    Thanks in advance.

    KM

    Hi KM.

    PL insert the line in the BOM_OP_RESOURCES_INTERFACE table with

    INSERT INTO BOM_OP_RESOURCES_INTERFACE
    (process_flag, transaction_type, organization_id, routing_sequence_id, operation_seq_num, resource_seq_num,
    resource_code, assigned_units, usage_rate_or_amount, basis_type, schedule_flag, creation_date, effectivity_date)
    VALUES
    (1, 'CREATE', organization_id, v_rout_seq_id, v_operation_seq_num, v_resource_seq_num, v_resource_code,
    v_assigned_units, v_usage_rate_or_amount, DECODE (v_basis_type, 'BATCH', 2, 'ITEM', 1),
    Decode(i.schedule_yes_no, 'YES', 1, 'NO', 2), sysdate, v_eff_dt);

    Where, v_eff_dt = SELECT operation_sequence_id, effectivity_date IN v_oper_seq_id, v_eff_dt
    OF bom_operation_sequences b
    WHERE b.routing_sequence_id = v_rout_seq_id
    AND b.operation_seq_num = v_operation_seq_num;

    Then run simultaneous 'Bill and routing Interface' to import resources into the existing ranges.

    HTH
    Sanjay

  • How to associate the data store of the target for the newly created using the API Interface

    How to create a new Interface under project, need to associate the data store target for mappings for the interface by using APIs "."

    Able to get the associated interface created temporary data store. You need to associate a new database model. How to do this using the API

    My code is,

    String pCode = "DEVELOPMENT";
    Context OdiContext = (mgr.getFinder (OdiContext.class)) .findByCode (pCode) (IOdiContextFinder);
    System.out.println (Context.getLastDate ());

    OdiInterface pInterface = new OdiInterface ("toDeleted_Interface", pFolder, context);
    pFolder.addInterface (pInterface);

    The list of ds < DataSet > = pInterface.getDataSets ();
    < DataSet > iterator itr = ds.iterator ();
    DataSet ds_nxt = itr.next ();

    PAlias string = "HRA_TMPL_DEFNS_TL";
    pOrder int = 0;
    OdiModel pModel = (mgr.getFinder (OdiModel.class)) .findByCode ("FILE_PM_MODEL") (IOdiModelFinder);
    String pName = "HRA_TMPL_DEFNS_TL";
    OdiDataStore pUnderlyingOdiDataStore = new OdiDataStore (pModel, pName);
    SourceDataStore pSourceDataStore = new SourceDataStore (ds_nxt, false, pAlias, pOrder, pUnderlyingOdiDataStore);
    ds_nxt.addSourceDataStore (pSourceDataStore);

    TargetDataStore tdata = pInterface.getTargetDataStore ();

    If (tdata.isTemporaryDataStore ())
    {
    }

    http://odiexperts.com/creating-interface-for-single-source-and-target/
    http://odiexperts.com/creating-temporary-interface-using-ODI-SDK/

  • Is there an API or the open Interface to convert price lists?

    Hello

    Is there an API or the open Interface to convert price lists?

    What are the additional configurations you need to enforce price lists?

    IM new Advnaced price and order management.

    Thank you and best regards,

    MPH

    Ignore the first API you mention who has a different goal. Personally, when I load the price lists I always use a loading rather than an API tool, but if I had a large number of large lists of price, I'd probably use this API, as seems to be better supported and documented by Oracle:

    (Note 435473.1 on MOS)
    [url https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=WHITE%20PAPER&id=435473.1] QPXVBLK: Pricing of bulk loader API including PS data: import of the details of implementation of price list and examples of Scripts block

    ... and there are many examples of scripts to help you here (Note 360060.1 on MOS)
    [url https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=SAMPLE%20CODE&id=360060.1] QPXVBLK: Price list in bulk Loader example for 11.5.10 Scripts free

    Kind regards
    Jon

    PS... and Yes, it works for 11.5 per 12.1.3 notes above

  • Error-63101 when executing the FPGA Interface C API Generator in LabVIEW 2012

    I'm using LabWindows CVI 2012 and 2012 LabVIEW FPGA module.  I try to use the FPGA Interface C API generator and I get the following error from a freshly generated .lvbitx bitfile.  I use the local server compiles on my PC.

    Error-63101

    NOR-RIO: A valid .lvbitx bitfile is required. If you are using a valid .lvbitx bitfile, the bitfile maybe isn't compatible with the software you use. Determine which version of LabVIEW was used to make the bitfile, upgrade your software to this version or later, and then try again.

    The problem occurs when executing CVI or LabVIEW.  I was able to do this earlier when I was compiling the FPGA in LabVIEW with the API generator 2011 downloaded from the Web site.

    A bit of weirdness in my setup, it's that I charged it off downloads from the website (latest files after 2012 NIWeek) rather than the normal distribution DVD.  I installed LabVIEW, so NI RIO, then the Xilinx tools compatible with 2012.  It works very well when you talk to the FPGA to a LabVIEW vi running on my Windows PC to the host.

    Any suggestions?

    Problem solved.  I had to download FPGA Interface C API generator 12.0.  It works now.

    I would have thought that if a product was called on the menu in LabVIEW 2012, it would be prompted to upgrade to a compatible version, when I installed LabVIEW.  The old version is not compatible with version 3.0 bitfiles, as identified on the following lines at the top of the .lvbitx file:



     3.0

  • Problems to show the driver IVI and property loader error messages when you use a type of operator interface

    I use UI operator (programmed in ICB, with asynchronous timer) in the folder OP1 in attached zip file. This operator interface does not have the error message from the driver of the IVI, properts, charger etc. on the screen (messages as in the photo attached error.jpg in zip file attached). Due to stability problems, I use this operator interface, but I need these error message. One other operator interface is OP2 in attached zip file. This operator interface puts the error message from the driver of the IVI, charger properts... on the screen (messages as in the photo attached error.jpg in zip file attached). Now, I want to have this feature with OP1 for reasons of stability I use OP1. How can I implement this in OP1? I tried and tried a lot of time, but I have not found a method to implement this. can someone help me? Thank you kind regards Samuel

    Hello, Johann,.

    I'm not sure you understood my problem. My problems are not the IVI and loader drivers error messages property! But my problem is, that errors of the IVI drivers and property loader operator interface does not bring on the screen. So to test this situation, cause an error of the driver of the IVI or shipper of property, then you can see that with a PC, you have an error message and with another IO no error message takes place and the test of stocks without a message. Do you know why this OI does not show the error messages and how showing the error message can be implemented in this operator interface

    concerning

    Samuel

  • The user interface of logon C:\windwos\system32\msgina.dll DLL could not load or restart the original DLL. Restart

    I created a ghost of a 32-bit 2003 server image and tried to restore the image on the same server of model\type. I got an error message with the following.

    The user interface of logon C:\windwos\system32\msgina.dll DLL could not load or restart the original DLL. Turn it back on.

    Tried to fix the server with the operating system and can not find the disk driver. I found the driver load it on a floppy disk, f6 entry, insert the diskette. I have a message with the following text.

    Type EXIT to exit the consul of recovery and restart the computer.

    1 C:\Windows

    which windows installation would you like to log on

    (to cancel, press enter)?

    Hi MichelZelensky,

    The question you posted would be better suited in the Windows Server Forums. I would recommend posting your query in the TechNet Forums (Windows Server).

    TechNet Forum

    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer

    I hope this helps.

  • Loading of information costs for the Organization through the API

    Hello

    I saw the discussion below. He replied, but the link does not work. Please, help us to load the data on costs for the organaization.

    We also refer Doc - id: 276677.1. It says only the cost for assignment information can be loaded by the api. ?

    (2) in the form of the Organization, we have added the ranking, "HR".

    When we press 'Costing Information' is displayed.

    We need to download this Information of costs in the body through the API.

    Which API should we used?


    Please help us.

    Hello

    Use the API for the creation of HR organisation.

    Oracle provides APIs for creating organization as well regarding the creation of HR organisation.

    These 2 are different API. If you create using HR organization you will also see the columns of the table for the dimension information of the operating companies.

    Kind regards

    Kathan Bhatt

  • Sharing of inconsistency between the API and the user interface for catalog

    In the vCloud Director UI, you can go to the properties of a catalog and share TWO everyone in read-only AND specific users/groups to have full control of the value. The API seems to allow to BE ReadOnly value all or specific users/groups to full control. Even when I put the two in the UI, when I do a GET with the API, if IsSharedToEveryone is set to true, the individual user/group access control settings are not displayed. They are mutually exclusive?

    So who is correct? the API or the UI?

    If the user interface is correct, how can I get the same result with the API?

    What I want to achieve, is to allow full control to a specific group of users and read-only for everyone.

    The workaround is to have a group set for total control and another with everyone in the org in a different group of read-only value.

    Hello

    This is a limitation of v1.0 of the vCD REST API. It is already fixed and will be available in the next version.

    In this case, the user interface is correct.

    Kind regards

    Todor Todorov

  • How to synchronize inventory with the API integration

    Hi guys,.

    I am looking for a c# code to sync the Efusion site to a different CRM database inventory.

    Need help!

    Thank you

    Hi Roman,

    The only documentation available to us are in the articles of the API.

    - http://kb.worldsecuresystems.com/635/bc_635.html

    Otherwise I would definitely post a new topic in the API section rather to possibly get more help with your installation.

    Claudia http://forums.adobe.com/Community/business_catalyst/API-3rd_party_inte

    Kind regards

    -Sidney

  • Loading multiple files using the same interface in ODI

    Hi all

    We load multiple files using the same interface and get the error "java.sql.SQLException: ORA-00942: table or view does not exist" while inserting record in the staging table. It looks like the same temporary table is used when loading multiple files and the error. Grateful if someone offers a solution to avoid this error.
    We use the following KMS:

    (1) LKM SQL file
    (2) IKM Oracle SQL COMMAND append.

    Receive a quick response.

    Thank you
    RP

    Hello

    See this http://odiexperts.com/interface-parallel-execution-a-new-solution

    Thank you
    Fati

  • Doubts about the incoming Interface

    Hi all
    Im trying to import some categories of items in the base... table mtl_item_categories for this program plsql

    (1) I have load data into the staging of table
    (2) done some validations
    (3) inserted in the interface table - mtl_item_categories_interface

    After this call the api INV_ITEM_CATEGORY_PUB. Create_Category_Assignment explicitly or not?

    Thanks in advance.

    Published by: user13552077 on June 29, 2011 12:50

    Hello

    In order to import categories of items in table interface (MTL_ITEM_CATEGORIES_INTERFACE) to table base, please run the concurrent program using under navigation, this should create categories of items in stock.

    Inventory > elements > import > import assignments of class point.

    Excerpts from the previous post: -.
    Hi before using the mtl_item_categories_interface you load all the ietms in inv with assistance from mtl_system_items_interface when you do this automatically a default id category and set_id category will be assigned to the loaded elements. so when you try to insert it won't take it. Instead, you must update the category and category id value if made... the Statute should therefore be updated and you must provide the default category and category set id and thus the category desired id and category id you want to fill. always face the question me your zip code I'll correct what I've done this conversion

    Link: -------------------
    Reg: mtl_item_categories_interface

    Kind regards
    Yuvaraj.C

  • Serial number on the web interface

    Is there a place on the web interface to find the serial number? I have more than 50 of the latest devices at remote sites that I have to manage and get an inventory without human intervention on the sites.

    Hi drumfreek,

    Sorry to say, but the serial number is found only on the physical device.

  • Flatten to a string to send arbitrary objects by messages from the user interface?

    Hi people,

    I am trying to send arbitrary data by messages from the user interface defined by the user to my labview interface. Something funny happens then: if I send the data through the message of ui, it seems I have something strange. There is only one character or nothing in the message of the user interface that reached my reminder.

    It seems that flatten channel also creates control characters that are interpreted by NI TestStand and Labview not as members of the chain, and for this reason I only get incomplete data. within the action of testand, which creates the flattened data, I put a dialog box to display the string data, and it seems that at least up to 255 (ascii) characters are used.

    Is there something like uuencode/uudecode to avoid this problem?

    Thanks in advance

    Okidoki, found.

    His «binary"produced by «Flatten the string» string Apparently I thought, the LabVIEW data type is incompatible with the API of TestStand from LabVIEW. In conclusion I would classify this as a bug (sorry people, at least there should be documentation) API for LabVIEW TestStand 2014.

    As a solution, I use flatten it in XML, which is a printable and human readable 'normal' string.

    It was trial and error, and I'm not enjoying this.

Maybe you are looking for

  • How to fix "Remote" app by Apple

    Hello I noticed that the "Remote" by Apple app works fine until your idevice is in mode 'sleep'. Unlock my idevice mode 'sleep' and the reopening of the app "Remote" screen of the application itself will start to blink continuously making it impossib

  • Satellite A100-290: new BIOS allows support Core2Duo?

    Hello I found a new bios for my A100 - 290 (PSAA8E) published 07/25/06.I can't find any description for the new bios and what features added werde. The new bios allows support Core2Duo? THX, best regards,. Sebastian

  • SR ID 29237

    Pls reply as soon as possible. Thank you

  • scanning multiple pages on a Photosmart 7515

    I can scan a single page in PDF format, but I can't understand how to scan multiple pages into a single file. I use a HP Photosmart 7515 with Windows 7 Home Premium, connected via USB.

  • PLZ I REALLY NEED HELP!

    Please someone help me, when I go to 192.168.2.1, this appears and I can't connect to the internet. Type of connection: State of PPPoE connection: Internet connection IP address: 0.0.0.0 subnet mask: 0.0.0.0 default gateway: 0.0.0.0 DNS1: DNS2: DNS3: