Inventory of void Transactions question.

Hi all

I am facing problem with inventory Sub Transactions. I am not able to transact the SKU one sub others using void / transfer of inventory. I checked in hardware workbench, this point is the availability to Transact by 0 but nothing about quantity of the No. 1. Then I checked for pending material transaction and move nothing is pending. There are reservation against this element with the sales order type. So, how can I transfer this point. ??

Hello

This issue becomes officially the order of sale, please check the sales order if it is not to oblige you will cancel, after trying to make an inventory of void transfer or you can remove the reservation. It will allow to the.,.

Kind regards

G.Sakthi

Tags: Oracle Applications

Similar Questions

  • IB: how to upgrade a serial number which performs hardware inventory operations?

    Dear friends

    first of all thank you for your time and the valid solutions

    Install the base: how to upgrade a serial number which performs hardware inventory operations


    description of the problem:

    Install the base > Quick search

    Here's the Installbase folder, when I fast search query

    REC # Item serial number State of the Instance element
    1 3000000 300-7000-01-1000XXX-0538JQ0003 of return for Exchange Adv
    2 8000000 300-7000-01-1000XXX-0538JQ0003-return for Exchange Adv
    3 300 - 7000-01 5000000 1000XXX-0538JQ0003-A return for Exchange Adv


    looking over the data, first recordings and the third are legitimate serial numbers (correct to the customer's specifications), second record is not legitimate because it has a dashboard as a suffix, we found there are several illegitimate serial numbers exist, must be updated with the right of the serial numbers which I analyzed in great after having pulled data from mtl_material_transactions oe_order_lines_all, mtl_serial_numbers, mtl_system_items_b
    Basically, these are all RMA

    I need to update the second album under the name 1094SUZ-0538JQ0003-B by the guidelines, updating, I need to keep all the existing contracts, warranty, what ever material operations, there need to be same.

    We have a package to update serial numbers using the IB (csi_Item_Instance_Pub.update_item_instance) API, but it updates only the records which has no current serial number of this instance, if there is a serial number already exists, it does not work.

    user to define the error msg ' serial number 1094SUZ-0538JQ0003-a inventory of significant transactions. " This serial number cannot be used to update an existing Instance of point", but I need to update anyway! or am I missing something here, please advice me

    post below resembles similar question, talking about hard update, I have no idea, by the practice that the serial number update will have same operations, contracts and dates... attached to it as previous serial number

    IB UPDATE_ITEM_INSTANCE ERROR - does not allow ACTIVE_START_DATE change


    would be great if you guys help me, really appreciated!


    Unfortunately, I could not find any solution in metalink for the existing serial number update


    Code to update the serial number using the IB API
    x_msg_count: = 0;
    x_msg_data: = ";
    p_instance_rec.INSTANCE_ID: = rec.child_instance_id;
    p_instance_rec.Serial_number: = rec.child_serial_number;
    p_instance_rec.object_version_number: = rec.child_object_number;
    p_txn_rec.transaction_id: = Fnd_Api.g_miss_num;
    p_txn_rec.transaction_date: = SYSDATE;
    p_txn_rec.source_transaction_date: = SYSDATE;
    p_txn_rec.transaction_type_id: = 1;

    csi_Item_Instance_Pub.update_item_instance
    (
    p_api_version = > 1.0,
    p_commit = > Fnd_Api.g_false,
    p_init_msg_list = > Fnd_Api.g_false,
    p_validation_level = > 1,
    p_instance_rec = > p_instance_rec,
    p_ext_attrib_values_tbl = > p_ext_attrib_values_tbl,
    p_party_tbl = > p_party_tbl,
    p_account_tbl = > p_account_tbl,
    p_pricing_attrib_tbl = > p_pricing_attrib_tbl,
    p_org_assignments_tbl = > p_org_assignments_tbl,
    p_asset_assignment_tbl = > p_asset_assignment_tbl,
    p_txn_rec = > p_txn_rec,
    x_instance_id_lst = > x_instance_id_lst,
    x_return_status = > x_return_status,
    x_msg_count = > x_msg_count,
    x_msg_data = > x_msg_data
    );


    Thank you
    Suri

    Suri
    This used. Is perhaps not perfect, but you should get there. Only if the table is saved (all tables seeded should be registered) it will work.

    Select a.table_name, distinct b.column_name from fnd_tables a, fnd_columns b
    where a.table_id = b.table_id
    and upper (b.column_name) like ' % SERIAL.

    Also it is a very old, but if you need history for this change adds logic to insert story as well...

    DECLARE
    l_return_err VARCHAR2 (80);

    PROCEDURE debug (p_message IN VARCHAR2)
    IS
    BEGIN
    dbms_output.put_line (SUBSTR (p_message, 1, 255));
    END debugging;
    BEGIN
    debug('======================================================================');
    debug ("switching of serial number XDT07406. to XDT07406');
    debug('======================================================================');

    UPDATE fa_additions_b
    Serial_number SET = "XDT07406."
    WHERE Serial_number = 'XDT07406.';
    debug (' number of rows in fa_additions_b :'|| update) SQL % number of lines);

    UPDATE fa_mass_additions
    Serial_number SET = "XDT07406."
    WHERE Serial_number = 'XDT07406.';
    debug (' number of rows in fa_mass_additions :'|| update) SQL % number of lines);

    UPDATE rcv_serial_transactions
    Serial_num who SET = "XDT07406."
    WHERE the serial_num which = "XDT07406.";
    debug (' number of rows in rcv_serial_transactions :'|| update) SQL % number of lines);

    UPDATE mtl_serial_numbers
    Serial_number SET = "XDT07406."
    WHERE Serial_number = 'XDT07406.';
    debug (' number of rows in mtl_serial_numbers :'|| update) SQL % number of lines);

    UPDATE mtl_unit_transactions
    Serial_number SET = "XDT07406."
    WHERE Serial_number = 'XDT07406.';
    debug (' number of rows in mtl_unit_transactions :'|| update) SQL % number of lines);

    UPDATE csi_item_instances_h
    SET new_serial_number = "XDT07406".
    WHERE new_serial_number = 'XDT07406.';
    debug (' number of rows in csi_item_instances_h :'|| update) SQL % number of lines);

    UPDATE csi_t_txn_line_details
    Serial_number SET = "XDT07406."
    WHERE Serial_number = 'XDT07406.';
    debug (' number of rows in csi_t_txn_line_details :'|| update) SQL % number of lines);

    UPDATE csi_item_instances
    Serial_number SET = "XDT07406."
    WHERE Serial_number = 'XDT07406.';
    debug (' number of rows in csi_item_instances :'|| update) SQL % number of lines);

    UPDATE wsh_delivery_details
    Serial_number SET = "XDT07406."
    WHERE Serial_number = 'XDT07406.';
    debug (' number of rows in wsh_delivery_details :'|| update) SQL % number of lines);

    debug('======================================================================');
    debug ("switching of serial number jct20591 to JCT20591'");
    debug('======================================================================');

    UPDATE fa_additions_b
    Serial_number SET = "JCT20591."
    WHERE Serial_number = "jct20591";
    debug (' number of rows in fa_additions_b :'|| update) SQL % number of lines);

    UPDATE fa_mass_additions
    Serial_number SET = "JCT20591."
    WHERE Serial_number = "jct20591";
    debug (' number of rows in fa_mass_additions :'|| update) SQL % number of lines);

    UPDATE rcv_serial_transactions
    Serial_num who SET = "JCT20591."
    WHERE the serial_num which = "jct20591";
    debug (' number of rows in rcv_serial_transactions :'|| update) SQL % number of lines);

    UPDATE mtl_serial_numbers
    Serial_number SET = "JCT20591."
    WHERE Serial_number = "jct20591";
    debug (' number of rows in mtl_serial_numbers :'|| update) SQL % number of lines);

    UPDATE mtl_unit_transactions
    Serial_number SET = "JCT20591."
    WHERE Serial_number = "jct20591";
    debug (' number of rows in mtl_unit_transactions :'|| update) SQL % number of lines);

    UPDATE csi_item_instances_h
    SET new_serial_number = "JCT20591".
    WHERE new_serial_number = 'jct20591 ';
    debug (' number of rows in csi_item_instances_h :'|| update) SQL % number of lines);

    UPDATE csi_t_txn_line_details
    Serial_number SET = "JCT20591."
    WHERE Serial_number = "jct20591";
    debug (' number of rows in csi_t_txn_line_details :'|| update) SQL % number of lines);

    UPDATE csi_item_instances
    Serial_number SET = "JCT20591."
    WHERE Serial_number = "jct20591";
    debug (' number of rows in csi_item_instances :'|| update) SQL % number of lines);

    COMMIT;
    EXCEPTION
    WHILE OTHERS
    THEN
    l_return_err: = "update in one of Scripture has this error :'|| substrb (sqlerrm, 1, 55);
    debug ("l_return_err value ='|") l_return_err);
    END;
    /

    Thank you
    Claire

  • Questions about the displacement of 4.0 to 4.1 (move to the new facility, not upgrade)

    We have an existing installation of VMWare with blades 11 HP running VSphere and VCenter.  Everything works 4.0 with SQL 2005 Standard installed locally on the VCenter server.  We have the blades in a cluster with HA active and have made some "adjustments" on the alerts and configuration, but installation is pretty basic.  We have only 5 members of staff who come in the VCenter system and really only two "primary" VMWare administrators

    We seek to upgrade to 4.1.  I've been watching the steps we would need to back up the database, restore it on x 64 machine, installing VCenter, upgrade the database, etc..

    What I thought was that since our installation is very simple, instead of "redevelopment" of our VCenter, what about just install a new VCenter & SQL Server, and then manually delete each blade in the old VCenter and add it to the news.

    One of the advantages I can see for this is that we would go to a nice, clean configuration and the database.  Our system was installed about 1-1/2 years ago when we first bought ESX 3.5.  Since then, we have done several updates, software patches, VMWare and Microsoft, configuration changes, etc.  We are new to VMWare at this time there, so we made various changes to the configuration that we have learned.

    What I found on the net, we can extract a knife of the 'old' VCenter and then just add it to the new VCenter 4.1 without interrupting the VM running on this blade, is this correct?  When the blade is added to the new VCenter, it will automatically add all virtual machines to the new VCenter inventory?

    Another question I have is licensing.  We currently have our existing VCenter Server VMWare VCenter licenses.  Same license key can be installed on the new VCenter system while they are still active on the existing VCenter?

    If not, can we install the new VCenter and migrate the blades using the trial licenses, then after moving the last blade, remove the old VCenter licenses and install them on the new VCenter?

    After we get everything on the VCenter 4.1, we will then go back and reinstall VSphere 4.1 on each blade.

    Am I missing something?

    Your comments would be appreciated.

    Mike O'Donnell

    Should be good to do this way. Disable HA and DRS - disconnect the old vcenter - attach to the new. In the end, run ESX update process.

    You can test the move with a few virtual machines. Once HA and DRS disabled, evacuate sensitive VMs of the host that you want to test and move it.

    Good luck!

    Franck

  • Inter company Transaction

    Hi all I'm new to HFM. While trying to post an intercompany transaction, I get the following error 'cell does not support inter-company transactions. I opened the period.

    PLEASE HELP

    Suppose that the intercomapny account is ACC01: then use the following rule

    Void Transactions()
    Hs.SupportsTran "was #ACC01." S #Actual ".
    ENS sup

  • When lance to the project of the inventory project falling does not in Lov

    Hi all

    You can help on the below problem. !!


    When I'm issueing the stock of inventory through various Transaction, project does not come in the project source LOV.what Setup is missed?

    Here I placed the code of project Flexfield and Lookupsets also.

    Thank you
    Murali

    Please check your project status... whether in agreement or not? !!! Give your answer...

  • auth Linux through public keys

    Hello

    I'm trying to collect data from linux with only key hosts public auth allowed. I can't not try ssh connection successfully and learn to quickly identify. However, the inventory data collection or obtained performance has failed. Ssh auth on the remote control shows that this public key is not tried but a password. If I clear it explicitly auth password on the remote it had just fail without error left auth methods. It seems that the auth keys is not even tried. In the process running, I see different behavior when the connection test and published data collection. Looks like that the PuTTY is started during the test and plink when a real task as the inventory.  So the question is - is there a way to force them to use the authentication of public key instead of passwords.

    Thank you.

    It seems that sorting.

    VMware KB: Unix or Linux data collection fails with unknown error key

    should be done under the account of the collector service is started as. Unfortunately, the article is not mentioned. Also encountered problems with the data manager then connected under Member's account but no sense in my case of departure.

  • Doubt basic to GroupBy

    I need to write a query that displays the name, salary and service employees who receive the maximum salary in their respective departments, assuming that there are two employees of different tables and Department.

    Expected results:

    Name Department salary
    Allen 22000 operations
    Barry HR 19000
    Astrid Admin 9000

    One way... Try this query.

      1  select e.deptno, e.ename, e.sal from emp e
      2  where (deptno, sal) in (
      3      select e1.deptno, max(e1.sal) from emp e1
      4     group by e1.deptno
      5  )
      6* order by e.deptno
    sql> /
    
        DEPTNO ENAME             SAL
    ---------- ---------- ----------
            10 KING             5000
            20 FORD             3000
            20 SCOTT            3000
            30 BLAKE            2850
    

    Query internal void gets question of departments and maximum salaries and the outer query shows employees with this number depertment and salary details.

    The data used are the default emp tabe in the scott schema.

  • Invalid cell for the operation of the PKI.

    Hello
    Friends I need help to enter the transaction of PKI, giving option attribute of transaction PKI for all dimensions.
    Please help me to find the solution, I went through the hfm Administrator's guide that never mentioned what he ried all.

    One more request each of you any ony can tell me a link where I can find details about all of the metadata attribute hfm with example and its significance in HFM.please help me.


    Thank you & looks
    Aurore Blanchette

    You must also include the following elements in the rules file (for an account of PEAK called RecltIC):

    Void Transactions()
    KSM SupportsTran "S #Actual.A #RecltIC.C1 #SomeCustomDimMember.
    End Sub

    IC process transactions

  • Doubt on High Water Mark

    Oracle 9i

    The high water to _TABLES s/n

    The data dictionary keeps track of blocks that have been populated with lines. The high water is used as end marker during a full scan of the table.

    High waters are stored in DBA_TABLES. BLOCKS

    My doubt is

    When the full Table Scan is performed

    When the table contains fewer blocks DB_FILE_MULTI_BLOCK_READ_COUNT under high water, which can be read in a single I/O call, regardless of the fraction of the accessed tables or current index

    Dount 1
    which means according to my understanding, correct my if I'm wrong

    That a table contains blocks and if the number of rows in the blocks is lower than statistics in DB_FILE_MULTI_BLOCK_READ the optimizer based on CSSTidy then performs a full table scan to retrieve the data in a single I/O transaction

    Question 2
    If a table TabA contains 3 blocks B1(A1,B1,C1), B2(A1,B2,C2), B3(A1,B3,C3).

    Now if the data A1, B1, C1, A2, B2, C2 are deleted then the blocks B1, B2 are deleted or they will be empty

    Question 3
    When the last full scan of the table is performed on the Table in TabA, the high tide is set at top of B1.
    (According to my understanding high water mark is set by the last full table on a table scan)

    Then when data are removed i.e. edata in B1, B2 deleted then the high water mark is reset to B3 or is it still top of B1

    If it's still high in B1 then
    When the optimizer tries to determine what type of analysis to extract the table (A1, B3) data

    So how it will determine if, to make the full Table Scan, i.e. If the tide is not reset then when he tried to pick up the A1 then block 1, 2 are empty, but if the tide is not reset then obviously the dat which can be read in a single I/O operation but the optimizer feels it's expensive because the high tide is not reset to B3

    Thank you.

    Not quite, but close. Perhaps a picture would help. For simplicity, I will assume that there is place for one line per block, but the basics are correct.

    If you insert a new table 4 ranks, you'll have something like this:

                       H
                       W
    -----------------------------------
     B1 | B2 | B3 | B4 |    |    |    |
    -----------------------------------
    

    where HW brand the leaves high-water, and the empty blocks on the right are attributed to the table (part of the original measure), but have never been used. If you delete the B1, B2 and B3, you'll have something like this:

                       H
                       W
    -----------------------------------
        |    |    | B4 |    |    |    |
    -----------------------------------
    

    A full table scan, for some reason, all the blocks until the high water mark (i.e. the end of the B4) will read, because Oracle is unclear if there is indeed some lines in the block or not. He knows just that it might be because they are below the high water mark.

    Now, if you insert B5 and B6 you'll get something like:

                       H
                       W
    -----------------------------------
     B5 | B6 |    | B4 |    |    |    |
    -----------------------------------
    

    Since there is space below the high water mark. A full scan will still be read until the end of the B4. Now, if you add more than two lines B7 and B8, you get:

                            H
                            W
    -----------------------------------
     B5 | B6 | B7 | B4 | B8 |    |    |
    -----------------------------------
    

    A row has been added below the high water mark, because there was space but the second was added in a new block and the high water mark was moved at the end last block used, and even if you remove all lines (removal of t) high water will remain in the B8 and a full scan reads all the 5 blocks.

    John

  • Question about discovery/inventory/status schedule

    Hello.

    I have a question.

    Can I disable schedule discovery/inventory?

    I'll manually run discovery/inventory during the installation of new devices.

    and then I turn off hourly status?

    If the calendar of the disabled state, draw the attention of job function properly?

    Hi and thanks for the post.

    You can go to the Discovery Portal page - the place that you have created your discovery beaches... from there, you should find an arrangement to clear the calendar of discovery/inventory.

    With regard to the status, I would like to keep it to 1 hour.  This is the survey that will check the health of hardware for all your devices.

    If, however, you use only OME as SNMP trap receiver, you can disable this too I guess.  But the icon of health on the tree view of the devices will probably not updated unless a trap happens on a particular device.

    Thank you

    Rob

    delltechcenter.com/OME

  • Mappings related inventory system SRM question

    Hello

    I was curious to know what the expected behavior should be with the inventory of the network related mappings in the following example scenario:

    Group mappings of protection previously configured at the protected Site

    Recovery plan already set up on recovery Site

    I am currently connected to the virtual Center on the "Protected" site server and access the mappings of the inventory of my groups that I have configured previously. I now want to change the virtual network vswitches that uses these virtual machines protected in a failover scenario in respect of the Dr. I created a new virtual switch on the site of DR already before entering the SRM tab on the protected site.

    At this point, I have to do to change the vswitch that will be used on all vms preserved my at a newly created the DR site. The change is successful without error.

    I now have to connect to the virtual Center Server at my place of DR and go to one place holder vm objects which is part of the recovery plan and note that it is still configured to use the previous vswitch just change once connected on the protected site.

    My question is this. These should automatically place holder VMs has been updated to use the new vswitch configuration? If they were to be updated automatically, what would be the reason why they are still configured to use the old vswitch?

    If they were not to be updated automatically, is still once it is reasonable to assume that I'll just have to "Edit configuration" on each of the VM reserved space to use the new vswitch and everything should be good?

    Thanks for any info you can provide

    Hello

    Existing placeholders are not supposed to get automatically updated when they change the mappings of an inventory. Mappings of the inventory are 'default' for new protected virtual machines.

    If I remember correctly, recovered VMs will be attached to the 'old' portgroup during a failover.

    I believe that the same is true when you manually reconfigure the placeholder.

    Probably, you need to restore the virtual machines.

    Michael.

  • 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

  • DDL Transact import questions

    When I import transact DOF (as in the example below), the primary key constraint is not captured. In addition, an index is created for PK_Person, but it contains all of the columns. Someone at - it a suggestion?

    CREATE TABLE test
    (
    NUM INT NOT NULL,
    FirstName NULL varchar (20),
    LastName NULL varchar (30),
    gender_code NULL VARCHAR (1).
    birth_dttm DATETIME NULL,
    inactive_date DATETIME NULL,
    CONSTRAINT PK_Person PRIMARY KEY (num CSA) CLUSTER
    ON [PRIMARY]
    )
    GO

    Hi dawn,

    The problem seems to be the ASC keyword in the list of columns. It should work if you change the DDL to remove the keyword ASC.

    I logged a bug about this.

    David

  • noob question about EJB Transactions and concurrency

    I have a web client that calls a stateless session bean. This bean contains a method that checks the data in a database tables and, if everything looks good, calls a stored procedure that updates the tables. As I understand it, placing this method in a managed transaction container should ensure only one instance of the method inside the bean can run at any time and would prevent the 2 wires of operating simultaneously.

    Don't I have that right?

    So without implementing any kind of Singleton, EJB Transactions, or using persistence, would just add a lock inside the stored procedure be sufficient to ensure that not more than 1 customer could be modify account at once?

    Of course, in oracle - using a select... from

    update the locks the table at line level, which means that only the line of this account will be locked. Other users can still search only the rank.

    I'm sorry--I know not how it works for the other dbs.

    You must always an ejb CMT if you have some other updates to occur with this one and you need atomicity.

    Published by: ramp on June 27, 2011 20:06

  • Encounted a question trying to install Adobe Application Manager after his purchase monthly void.

    Just registered to cloud adobe two days ago, but has not been able to start to install the Application Manager to this day. The thin application of downloads on my desktop, but when I try to open the EXE file, I get this is an error message:

    WE ENCOUNTERED THE FOLLOWING PROBLEMS:

    THE REMOTE SERVER DOES NOT PROPERLY. PLEASE TRY AGAIN IN A FEW MINUTES.

    So, I waited about an hour. Click on 'Retry' same error message appears.

    I'm running out of Windows XP Pro.

    I downloaded a free trial of influenza avian and even checked to see if the Adobe Download Manager has worked and that was the case I never met this problem before of abd.

    So, I don't know what's going on. Is there a way I can download programs individually without having to download the application manager? Or have I missed something.

    Thank you very much for your help!

    It seems that you are facing problems of network configuration.  Please see sign in or activation errors. CS6, subscriptions CS5.5, Perpetual CS6 - http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html for common solutions to these difficulties.

Maybe you are looking for