How to assign new categories and category set to existing Items

Hello,
This is on r12.06
We have around 9000 items in MTL_SYSTEM_ITEMS_B and now we have created a new category and category sets in Oracle inventory categories windows.
Is there any standard/seeded API, concurrent program that assigns these new categories to items in item master?
Thanks
R

You can load records into the mtl_item_categories_interface and run the "Item Category Assignment Open Interface" concurrent program.
OR you can use the INV_ITEM_CATEGORY_PUB.Create_Category api.
See http://oracle.ittoolbox.com/groups/technical-functional/oracle-apps-l/script-to-load-item-category-through-api-using-inv_item_category_pubcreate_category-api-2209973 for some sample code.
Hope this helps
Sandeep Gandhi
Independent Techno-functional Consultant

Similar Messages

  • Trying to assign multiple category sets to an item

    Trying to assign multiple category sets to an item-- i created a new category set and went to set it as the default set for Order Management. Receiving this error:
    category set is defined with Multiple Category Assignment flag set to yes. Order Managment functional area can be assigned only category sets having Multiple Category Assignment flag set to No.
    Is this a setting that I can change??

    If the item is in transit, I'm not certain there is a way that you can do this. It will be delivered to the person at address that is on the postage label. If there is Signature Confirmation selected on the parcel, it might be held somewhere until you pick it up, though. Since you are registered to ebay in Australia, it might be best if you contact Australia Post with this question. We can only answer with our experience in dealing with Canada Post and the couriers here. And do be sure to update your addresses with both ebay and paypal to prevent this from happening in future. Best of luck to you as you carry forward.  Sorry, that is assuming you are the receiver and not the seller. 

  • How to make New Document and Upload Document to have same Content Type in Document Library in Sharepoint 2010

    Hi,
    How to make 'New Document' and 'Upload Document' to have same content type(Custom) in Document Library in Sharepoint2010.
    Note : I have created custom Content Type since I have custom columns along with upload column..
    Regards, Shreyas R S

    go to library settings 
    Change new button order and default content type
    set your custom content type to be #1
    when you upload new document it will automatically have your custom content type
    Hope that helps|Amr Fouad|MCTS,MCPD sharePoint 2010

  • How to calculate New customers and Returning customers in a Pivot Table?

    Hi,
    I have a Pivot table with columns as Order Date, Customer Name, Qty, Cost, Freight, Invoice, Adv Payment. I have only 30 customers and 11000 transactions for 4 years sales period.
    How to calculate New customers and Returning customers in Pivot Table for any given Month or Quarter or Year. I am open to use helper column, formula or a calculated field etc
    Thanks
    Arjun

    Hi Arjun,
    I have received the file and read it, based on your further explain, I know your requested more clarity. In my view, the requested could be done via VBA code or Select function in other dataset, like Access/SQL. (Because before we count the new
    customer and return customer, we might to filter them via rule, the formula need to assign the customer one by one. So, it's inefficient)
    Thus, I recommend we try the above workaround: Use macro or Select function in Access. If you have further question about the coding, please post to the MSDN forum for Excel
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=exceldev&filter=alltypes&sort=lastpostdesc
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Many to many relationship between category and category set?

    Is there a many to many relationship between category
    and category sets in Inventory mgmt?
    I mean, one category can exist in many category sets
    and one category set can have many categories, is that true?

    Is there a many to many relationship between category
    and category sets in Inventory mgmt?
    I mean, one category can exist in many category sets
    and one category set can have many categories, is that true?

  • Billing categories and license sets in UM 3.4 Beta

    I have a hard time figuring out billing categories and license sets in UM. Please help
    I'm running UM 3.4 Beta in my lab. The lab consists of two vCenter servers, vc01 and vc02. I have on ESXi host connected to vc01. This host is licensed with vSphere for desktop.
    vc02 have five ESXi hots connected, they are all licensed with vSphere 5 Ent Plus. I've attached some screenshots of my UM.
    Under billing Category in UM I set the vSphere for Desktop license to Perpetual and the Enterprise Plus license to VSPP.
    I then created a License set named TEST where I only included the Enterprise Plus license.
    Running a Customer Summary report without specifying a License set gives me a Billed vRAM (GB-Hours) of 14,734. Going back and choosing License set TEST
    and running the same report gives me a Billed vRAM (GB-Hours) of 20,819.
    Why is the second report reporting more billed vRAM then the first?

    There are many causes for each of the errors mention.  It would be best to put one issue to the forum at a time.  For example, some of these issues occur then tasks are deleted from projects but a timesheet has been submitted.   Depending
    on the scenario, some of these issues have been fixed with the latest service pack.
    Other issues are due to bad scheduling habits with the project managers and so first determining what they have done can help resolve some the issues.
    _error Loading, is because something is NULL in the data and the jave is choking when it build the form. Again, these may be because of delete tasks, resources, projects  or someone doing copying and pasting of rows.
    cheers!
    PS.  Train your PM to not COPY and PASTE rows in project schedules.  It can be done, but it can create problems.  There are over 500 fields and some have unique data and the copy paste creates havic.
    Michael Wharton, MVP, MBA, PMP, MCT, MCTS, MCSD, MCSE+I, MCDBA
    Website http://www.WhartonComputer.com
    Blog http://MyProjectExpert.com contains my field notes and SQL queries

  • How to add new row and update existing rows at a time form the upload file

    hi
    How to add new row and update existing rows at a time form the upload file
    example:ztable(existing table)
    bcent                      smh            nsmh         valid date
    0001112465      7.4                       26.06.2007
    0001112466      7.5                       26.06.2007
    000111801                      7.6                       26.06.2007
    1982                      7.8                       26.06.2007
    Flat file structure
    bcent                       nsmh         valid date
    0001112465     7.8     26.06.2007  ( update into above table in nsmh)
    0001112466     7.9     26.06.2007  ( update into above table in nsmh) 
    000111801                     7.6      26.06.2007 ( update into above table in nsmh
    1985                      11              26.06.2007   new row it should insert in table
    thanks,
    Sivagopal R

    Hi,
    First upload the file into an internal table. If you are using a file that is on application server. Use open dataset and close dataset.
    Then :
    Loop at it.
    *insert or modify as per your requirement.
    Endloop.
    Regards,
    Srilatha.

  • I just got a new iPhone and i set up iCloud on my girlfriend's account. To change it on settings it says delete account. Will this delete her all her data and back up data for iCloud on her iPhone and iPad?

    I just got a new iPhone and i set up iCloud on my girlfriend's account. To change it on settings it says delete account. Will this delete her all her data and back up data for iCloud on her iPhone and iPad? Can i change it without deleting it? Please help.

    Delete the account on your phone. This will not delete any data on her phone or iPad, or data stored in iCloud.

  • Got new ATV and all set up. It keeps loosing connection with iTunes on laptop and have tried everything suggested in set up guide. It works fine for a while then the iTunes account vanishes from 'computer' menu TV screen.  Full Wifi signal on both devices

    Got new ATV and all set up. It keeps loosing connection with iTunes on laptop and have tried everything suggested in set up guide. It works fine for a while then the iTunes account vanishes from 'computer' menu TV screen.  Full Wifi signal on both devices so can't think what could be causing it to happen. Any suggestions please?

    Sorry, I updated another thread I was a part of but didn't update my own thread.....ughhh!
    I updated all of my ATV 2's and 3's to the latest firmware when it was released and have been problem free since. I do believe the major issue of not being able to connect after a period of inactivity has been corrected with the latest ATV firmware.
    I can look at my network connection table using "netstat -an" in a CMD window and I do not see the massive number of connections I saw before the update.
    Here is a link to the other thread I was referring to above:
    https://discussions.apple.com/message/19952545#19952545
    Have you applied the latest firmware updates to your ATV 3's?

  • How to verify lockout treshold and duration set bij local GPO using script

    Hi all,
    I want to succeed in veryfying the account lockout treshold and duration by checking registry.
    However this is impossible in server 2012 r2. previously these settings where visible in the registry but now it seems that they are hide in the SAM section which is not accessible.
    WMI RSOP does not contain information as it is no group policy.
    Any alternatives?
    Kind rergards,
    AL

    Hi AL,
    >>how to verify lockout treshold and duration set bij local GPO using script
    What does this mean? Does this mean that we are using a standalone server and want to check the account lockout policy set via local GPO?  
    >>Just found that using net accounts the local gpo settings are shown not i have to find a way to strip that using powershell to be able to veriy the correct line and content
    What do we want to achieve here? As you stated, we can run net accounts
    command to check password policy and account lockout policy.  Besides, we can also run command
    gpreult/h report.html with admin privileges to collect group policy result report to check this.
    Best regards,
    Frank Shen
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • How to assign a user and position to a release code .

    How to assign a user and position to a release code ?
    I tried in SU01 but the data is not getting reflected in the table
    T16FW. from where the rule (20000026) is picking the user .
    is there a transaction to do so ?
    Thanks in advance .

    These are done in SPRO. Search for release in SPRO, you will find your answer.
    Regards, IA

  • How can I add Mail and Notes to my existing iCloud account?

    How can I add Mail and Notes to my existing iCloud account?

    YesI am using another kinfd of email - becuse calendar was working via ic;oud I hadn't created seperate icloud email.
    Taken your suggestion and created email account and activated Notes too.
    Just testing it out - seems to work
    Many thanks

  • How to create new user and How can i assign end user roles

    Hi,
    I am new to SAP, please explain how to create end users and their roles
    Thanks
    ravi

    Hi,
    Roles are decided by IT managers. Suppose if Persons who are working in shopfloor or production side
    give authorization to Production order create , change and Confirm like that etc
    1. In role maintenance (transaction PFCG), choose the Authorizations tab page.
    2. To change the authorization data for the transactions assigned to the role, choose Change Authorization Data or Expert Mode for Profile Generation. Otherwise, a dialog box appears in expert mode (see Regenerating an Authorization Profile After Changes).
    Please take telp from Basis person also refer this link,
    http://help.sap.com/saphelp_46c/helpdata/EN/52/6714a9439b11d1896f0000e8322d00/frameset.htm
    Thanks

  • HT1766 how do i "RESTORE PHONE" and choose "SET AS NEW"

    Can anyone help me?  I went to apple store today and was told that I need to restore my phone cos there was some applications that was draining my battery
    How do I restore phone and then choose Set as New?

    Thanks so much, got that done.
    Now another set of problem. Cannot seem to sync whatsapp into my Iphone
    Another problem. I have to re install my company email to my Iphone. As per company policy, I need to set up an app first - Mobile Client App  (IBM Endpoint Manager Mobile Client IBM Tivoli)
    Tried to install that but it has the following mesage
    " Account Not in the STore"
    "Your account is not valid for use in the Australian Store. You must switch to the Malaysian Store before purchasing"
    How do I switch? I have checked my account details and it has only Malaysian account details.

  • How to call new window and text element without changing print program

    Hi Friends,
       I have requirement like this . i have a standard print prog and custom form. i want add 2 to 3 extra windows in the form and i have to print some data. but how can v do this with out changing the print program. i know that to pick new fields through subroutines. but how can v call new windows and new text elements with out changing the print program.
    usually in the print program we write as follows.
    write_form
    window = 'HEADER'
    textelemtn = 'HEADER'
    can we accomplish this one also through subroutines or any other way is there.
    can any one pls suggest this.
    Thanks in advance.
    Rahul

    u  copy the standard print program and make custom program.
    write your own codes in it.
    assign this program in the place of standard print program.
    Reward points, if helpful.

Maybe you are looking for

  • What is "BAPI" where it is used in SD module.

    Dear Guru’s,        Can you please explain with an example where “BAPI” is useful in SD Module? Regards, Bhanu

  • Dynamically pass Table name, Column Name and rownum to function

    Hi Guys I wanted to pass the table name, column name and rownum to function and get the relevant value for it. Please guide me to achieve this task Thanking You Regards Lakmal

  • Problem connecting DataBase Link from windows oracle to oracle on Linux

    I'm facing a problem with database links from windows oracle to Oracle hosted on Linux server. I'm able to successfully create the Database Link using the following query on oracle database hosted on a windows server CREATE DATABASE LINK SampleDB CON

  • Sdo_geom.relate operator (urgently)

    i have got two roads features one from large scale second from small scale my task is to extract features of common means intersection i have drawn a buffer around the small scale feature which has two records NO UFI 1 BB06104925 2 BB06104928 other o

  • Enhanced Receiver Determination synchronous

    Hi all, I am running into a bit of a problem when using enhanced receiver determination on a SOAP - XI - RFC scenario on a NW2004 SP17 XI system. According to the help.sap.com (http://help.sap.com/saphelp_nw04/helpdata/en/43/a5f2066340332de10000000a1