Supplier Item Catalog

I am considering using the supplier item catalog in core purchasing. I am aware that when you search for an item in the supplier item catalog it returns items from various sources. My question is: will it only return system items? or does it return any freeform requisition line?

Hi
I tried to use Supplier item catalogue as a core place to set up contract items as still using paper requisitions as our ships do not have online access. I created items in the catalogue via quotations only to find that the order pad function does not work. According to a posting on Metalink this is standard functionality !.
This doesn't directly answer your question directly but hope the info is useful.
Rgds

Similar Messages

  • Supplier Item Catalog - search screen query ~ tends to take 10 - 12 secs

    I wanted to find out if any customer(s) out there has ever encountered this performance issue in the Supplier Item Catalog search screen. We setup an item catalog category using the supplier item but when we attempt to query on the item/supplier search, the search time takes up to 10 - 12 secs per find. Caveat, when you do search for the same item on the 2nd time; the return is alot quicker. It seems the parsing is the issue but we are still trying to figure a resolution to the performance factor. Thanks.

    Hi Hussein,
    Thanks for the reply back. Unfortunately, we tried to apply both patches (recommended patch (5404474) v. the previous patch(5567690) but it did not work . We actually have a TAR opened with Oracle support. I'd thought that with this Oracle forum site, other customers may have the similar performance issue and hopefully a recommended resolution. At this point, Oracle support mentioned the issue lies in the parsing segment of the query.

  • Purge Supplier Item Catalog

    I am looking for any information on the ability to purge the supplier item catalog. The client does not want all data kept in the supplier item catalog, but wants to limit it. Is there a way?

    Hi
    I tried to use Supplier item catalogue as a core place to set up contract items as still using paper requisitions as our ships do not have online access. I created items in the catalogue via quotations only to find that the order pad function does not work. According to a posting on Metalink this is standard functionality !.
    This doesn't directly answer your question directly but hope the info is useful.
    Rgds

  • How To Restrict Users To Only Create Purchase Requisitions with Item Catalog?

    Hi, everyone 
    Please help me, 
    How To Restrict Users To Only Create Purchase Requisitions with Item Catalog? is it possible? 
    Regards,   Manuel

    Hi Steenie Norman
    First click on the text item ---> Tools ---> Property Pallete ---->
    and change the Keyboard State to Local Only also this Depend in your OS
    hope this useful ....
    Regards
    Mohammed

  • Session Problems: "Don't know how to iterate over supplied "items""

    Hi, I am developing my first application using Struts and JSP. The Action Form loads an object called reportGrid into session and I am trying to display it on a JSP page. Displaying simple variables works fine, but I can display an object. The error I receive is: Don't know how to iterate over supplied "items"
    My object is made up of a group of ArrayLists looks similar to this this:
            private List affiliateID;
         private List affiliateName;
         private List product1;
         private List product2;
         //etc for about 10 listsThe object is filled with data from a result set and placed into session like:
         HttpSession session = request.getSession();
         session.setAttribute("grid", reportGrid);The goal is to display each list in its own column in a HTML table.
    <table>
    <tr>
    <c:forEach var="affiliateName" items="${grid}">
              <td>
                   <c:out value="${affiliateName}" />
              </td>     
         </c:forEach>
         <c:forEach var="product1" items="${grid}">
              <td>
                   <c:out value="${product1}" />
              </td>     
         </c:forEach>
         <c:forEach var="product2" items="${grid}">
              <td>
                   <c:out value="${product2}" />
              </td>     
         </c:forEach>
    </tr>
    </table>I'm sure this has been asked before but I could not find any examples in the forums. I can place an ArrayList directly into session and iterate through using <c:forEach tags but when I try to do the same with an object it gives me the error " Don't know how to iterate over supplied "items" ".
    Does anyone have any examples of pulling and displaying an object in session which contains ArrayLists? I have been stuck on this same error for a while and any help will be greatly apreciated.
    James.          

    What is the type of grid?

  • How to find supplier item

    Hello,
    For mapping , in which table can we find the supplier item corresponding to the customer item.
    Thanks
    Regards
    Swathi.

    Hi
    Check the lifnr field in LFA1 table.
    Pls reward pts if help.

  • Creating Item Catalog Category  in Product Information Management(PIM)

    Hi all,
    I am new to oracle apps R12. now i am working on Product Information Management(PIM) module in R12. I want to create a new Item catalog category(ICC) under the root item catalog. It was used to adding my new items in the hierarchy. I could able to create new item in PIM , but could not able to create a new Item catalog category(ICC).
    Please help How create a new Item catalog category in PIM.
    Thanks
    Prab

    Did you followed complete steps like
    1. Development Manager > Setup Workbench
    2. Select from list Product
    3. Click on Sub-Task "Categories"
    4. Click on Task Categories
    5. Click on Sub-Task "Create Category"
    6. Choose from LOV for Flex Category "Product Categories".
    7. Select Continue
    8. Fill fields and select "Apply" butto
    regards

  • Oracle APC (PLM) Security Issue in Item Catalog

    Hi Forum Experts, that have knowledge of Oracle Advanced Product Catalog!
    This is my first post, so will be interesting for me.
    We are using Oracle EBS 11.5.10 PLM-E
    I have a requirement for our Trade Compliance users to have access to only update my new PLM Attribute page "Trade Compliance". I do not wish them to update operational attributes.
    I can restrict the Item Catalog (Item Tab) so most operational attribute pages do not appear.
    And my new Trade Compliance page does display and allow updates fine.
    However I cannt figure out how to stop the "Overview", "Descriptive Attributes", and "Classification and Categories" from displaying and being open to update. I have not found a way to use Role Privileges to control this.
    Thanks Mike

    Hi!
    APC is just another module in EBS - similar to Inventory. It does use mtl_system_items_b, ego_process_pub etc. It has its own objects to but they all reside in the EBS database and are part of apps. It also has its own APIs. But it is not a separate piece of software.
    Since your software can use EBS apis, I see no reason why you can't integrate with APC.mtl_system_items_b is also used by Inventory (table in the inv schema), right?
    What is ego_process_pub? Is this a package like EGO_ITEM_PUB? I could not find it!
    It has its own objects:
    This means that if I create an item using the form "Master Items" or "Organization Items" in Oracle EBS, it is not created for APC but only for INV? Are there really different "items and tables" for items in the EBS?
    It also has its own APIs:
    Do you know an example for that? EGO_ITEM_PUB.PROCESS_ITEM creates items in mtl_system_items_b (which I still consider as inv items or just items). What would be the one for "APC items"?
    Thanks a lot,
    Konrad

  • Don't know how to iterate over supplied "items" in forEach&gt

    I try the following
    I have form , bean , servlet and JSTL
    in bean I have constructor like
    public MyForm(String a_item) {
    this.a_item = a_item;
    in servlet
    MYForm uf = new MyForm(a_item);
    userSession.setAttribute("underform", uf);
    in jstl
    I have
    <c:forEach items="${sessionScope.underform}" var="found">
    <table cellspacing="0" cellpadding="0" width="100%" border="0">
    <tr><td align="left" valign="top">
    <c:if test="${found.a_item=='on' }">
    <li> <input type="checkbox" name="a_item" checked></li>
    </c:if>
    </td>
    </tr>
    </table>
    I GET THE ERR Don't know how to iterate over supplied "items" in &lt;forEach&gt;
    HOW CAN I Persisting data by the request by as an object ??
    thank you!

    so you suggest the method oneConsidering that I said exactly the opposite, it is a mystery to me how you could possibly have drawn that conclusion. I don't intend to keep repeating myself or to keep clarifying statements that are already perfectly clear. If you don't understand something, please say so. But don't put words into my mouth thanks.
    that means all logical will be handle on bean and not servlet is needed?Once again I have no idea what you mean by this question.
    what is the role for the servlet in MVC?And I have no idea what you mean by this question either, or how it relates to this thread. A JSP is a servlet in case you didn't know.

  • Any interface table for Importing Item catalog data

    Item catalog data needs to be moved from oracle 11.0.3 instance to Oracle 11i Instance.
    Is there any Interface table available in Oracle11i for this purpose?

    Hi,
    Thank you.
    I have given the requirement below.
    When data need to be Migrated from one instance to another,one of the method followed is to collect data from old instance and put the data into staging table of new instance.After validation data from staging table will be transfered to the Interface table.After this a standard program is run to populate in the base table.
    For item catalog is there any such interface table available? or is there any way to populate the base table in 11i instance?
    Thanks,
    Gokula

  • c:foreach Don't know how to iterate over supplied "items"

    I keep getting this error (Don't know how to iterate over supplied "items" in <forEach>) whenever i run my jsp page.
    JSP Code:
    <c:set var="page_action" value="${sessionScope.httpData.find_Fix}" />
                        <c:set var="LoadedUpdates" value="${sessionScope.hotFix.fixDetails}" />
    <c:if test="${page_action != null}" >
    <div class="hot-fix">
    <table>
    <c:forEach items="${LoadedUpdates}" var="updates" varStatus="status">
    <tr>
    <td> ${status.count} </td><td><c:out  value="${updates}" /></td>
    </tr>
    </c:forEach>
    </table>
    </div>
    </c:if>JAVA Code (Backend Bean):
    import com.sun.java.util.collections.ArrayList;
    public class HotFixLoader {  
    ArrayList fixdetails = new ArrayList();
    public HotFixLoader(){
    for (int i = 0; i < 10; i++){       
    fixdetails.add("<a href=\"#\">xxxxxx</a>, xx/xx/xxxx, xyxyxyxyxy");
    public ArrayList getFixDetails(){
    return fixdetails;
    }

    Please don't post your problem multiple times http://forum.java.sun.com/thread.jspa?threadID=720679&messageID=4157979#4157979

  • Linking the two  Item catalog category in PIM

    Hi all,
    I am new to oracle Product Information Management(PIM) in R12. How to link the Two Item catalog category(ICC) hierarchy structure.
    Please help,
    Thanks
    Prab.

    Have you tried Inventory > setup > items > catalogs groups > parent catalog groups

  • Item catalogs interface

    guruz,
    we are facing some issues in catalogs conversion.Its urgent.
    Can the item catalog interface program be run in 'Update' mode like that of Items and categories. ?
    if yes,then how ..?
    business is on hold...its Urgent !! :(
    thanks in advance..

    You can update an existing categories by inserting records in the MTL_ITEM_CATEGORIES_INTERFACE.
    Make sure that you populate old_category_id and category_id and make transaction_type = UPDATE.
    For catalog updates, populate mtl_system_items_interface with transaction_type = UPDATE and insert records in mtl_desc_elem_val_interface.
    Hope this helps,
    Sandeep Gandhi

  • INV: Item CATALOG copy functionality

    client's business requirement is to create Items to be copied multiple times with exact attributes except a few changes in the Item Catalog elements. The standard functionality allows "Copy" of an item (M) Tools -> Copy. However this functionality does not copy the Catalog Group and it's Elements from the "Source" Item into the new "Target" item.
    We created an SR# requesting for the desired functionality, but it is told that this is not a standard functionality and an Enhancement Request has been forwarded, but most likely it would not be possible to expect the ER developed anytime soon.
    Has anyone came accross such requirement? If anyone has a workaround or have developed any Customized solution to this, pls respond with your suggestion.
    Thanks & Regards
    -- AeBham

    There is no seeded solution.
    You should develop a quick custom request that takes the From Item and To Item as parameter. That request will call the item import to create the item and it will call Item Catalog Group Element Open Interface.
    Hope this helps
    Sandeep Gandhi
    Omkar Technologies Inc.
    Independent Techno-functional Consultant
    513-325-9026

  • Shadow Item catalog or interface?

    Hi,
    In phase one we are implementing only purchasing, receivables and payables. For the use of purchasing we need the item catalog which is in our legacy systems.
    The choices we have are:
    A. Creating a shadow item catalog in ERP and updating it very frequently (We have many frequent changes in our catalog)
    B. Customize an on-line interface to the legacy system.
    Did anyone attempted one of the above? Which difficulties are we facing?
    Thanks in advance

    Hi,
    In phase one we are implementing only purchasing, receivables and payables. For the use of purchasing we need the item catalog which is in our legacy systems.
    The choices we have are:
    A. Creating a shadow item catalog in ERP and updating it very frequently (We have many frequent changes in our catalog)
    B. Customize an on-line interface to the legacy system.
    Did anyone attempted one of the above? Which difficulties are we facing?
    Thanks in advance

Maybe you are looking for

  • Paid for Premium - but still on free mode

    I paid for premium for last 6 months - I even checked account for receipt. its there.none of my devices or computers will work premium 0 still on free mode.Help me please.

  • Instance status unknown

    Dear all, CRs_stat -t shows one of my instance state is UNKNOWN..How can I solve this issue ?..is this critical ?..Do I have to bounce the instance ?. ora....S2.inst application ONLINE UNKNOWN db2 Today ONS state went offline.so I started that using

  • Iam testing in RWB- ComponentMonitoring. I am getting 404 notfound

    Hi! I am giving the following in RWB SendMessage to:http://10.7.1.36:7001/sap/xi/adapter_plain? Service:File_To_Http_01BS Interface:po_file_MI Interface Namespace:http://filetohttp.com Username:xiappluser password:**** Quality of Service:Exactly once

  • Purchased Dual Upgrade but only got one?

    I purchased an combination upgrade, Photoshop and Premier Elements 11.  But the download only contains Premier Elements 11.  There is no other download in my 'cart' for Photoshop Elements 11.  In customer support I only see an option to charge me $40

  • Finding items in Yosemite

    Could someone explain how to use the built-in search function in Yosemite? (e.g, CMD-F) It doesn't appear to work for me. Earlier this week I installed a program that put approx 500MB of files on my hard drive. I decided I no longer want the app but