Cannot see the price list upload in forms.

Hi all,
Can anybody help me please. I have a successful upload but the problem is I can't see it in the forms.
Im uploading price list using the API. In the interface table all records were uploaded (with upload_flag = 1) . Records are already in tables QP_LIST_HEADERS, QP_LIST_LINES, QP_PRICING_ATTRIBUTES. I have already run the concurrent QP: Maintains the denormalized data in QP Qualifiers. Any steps im missing here?
Thanks and regards,
Roderic

Can you please let us know what is the value the following query is returning?
select distinct source_system_code from qp_list_headers
And What is the value set for the profile option QP: Pricing Transaction Entity at site level?
Regards,
Jyoti

Similar Messages

  • I cannot see the Source List in iTunes. How do I get it back? Thanks!

    I cannot see the Source List in iTunes. How do I get it back? I am trying to eject my ipod classic, and there is no option to do so, because I cannot see the ipod, let alone the source list in itunes. I'm also unable to restore my ipod, and I get a message saying it is corrupt,and now I can't even eject it! What do I do?!? Thanks!

    Hello twangchick,
    Thank you for contributing to the Apple Support Communities.
    You can use the steps in this article to view the device list in iTunes and eject your iPod. The steps are slightly different for the different version of iTunes:
    Locate and view your connected iPhone, iPad or iPod touch in iTunes - Apple Support
    I know it can be frustrating to have a device that isn't working as it should, and this link may also help with restoring your iPod classic:
    Restoring iPod to factory settings - Apple Support
    If your iPod can't be restored normally, try placing it into Disk Mode. See the instructions under "iPod devices with a Click Wheel" in this article:
    Putting iPod into Disk Mode - Apple Support
    Sincerely,
    Jeremy

  • Web service task: Cannot see the expected list of methods

    Problem in using web service task in SSIS
    I added web service in web service task but it wont retrieves me expected method in input. Can anyone please help me ASAP

    see if you've configured it correctly
    http://www.bidn.com/blogs/BillBrannen/bidn-blog/619/ssis-web-service-task-step-by-step
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • HT4858 I cannot see the "Photos" icon on my PC's icloud, so I cannot upload any photos. I can see the "photos" icon in my ipad, but it does not show on my PC, Help!

    Hi,
    I'm trying to upload photos from a USB into icloud so I can see them in my ipad, the problem is, I cannot see the "photos" icon on my icloud account in my PC, so I cannot upload anything. Please help!

    To add photos to photo stream on your PC you first you have to set up iCloud on your computer and turn on my photo stream, as explained here: http://www.apple.com/icloud/setup/pc.html.  Then you can add photos from your computer to photo stream as explained here: http://support.apple.com/kb/PH2606.

  • Why users with rights defined as View cannots see the data of the form ?

    Hi,
    I have a nice form page. My application has an authorization scheme with an authentification function : return acl_custom_auth. It is working well. I have defined users with Edit, View and Admin rights. Unfortunately on a form, if the user is defined as "View" he cannot see the data, he only sees the item but their content is not diplayed. I don't understand why. I would like him to see the data.
    The authorization scheme of the page is "Access control -view" as well as the items of the page.
    Do you have any idea of what is going wrong here ?
    Thank you for your kind help !
    Regards,
    Christian

    Another thing that can be done though mon tech-savy people may not know about it.
    Locate a group of PDF's and select at least 5-6 of them as a Group.
    hold down Option key while click on file menu
    Click on Get info.
    One window will open for the group.  in Mountain Lion (OSX.8.2) the term will change to Show Inspector.
    click on the  button next to Open With.
    choose either Reader or Acrobat.
    just bellow is a question Use Acrobat (or Reader) to open all files of this type, Click on it and choose yes.
    Make sure you have a mix of Adobe PDF's and Preview PDF/s for  this to work. If it wasn't good for opening other Type Files I'd compress Preview and throw the original away. It’s a nusiance.

  • Price List Uploading - Error

    Hi,
    I am uploading price list via API and I am getting the error, following is the code:
    /* Formatted on 14/05/2012 07:41:34 AM (QP5 v5.115.810.9015) */
    DECLARE
    v_return_status VARCHAR2 (1) := NULL;
    v_msg_count NUMBER := 0;
    v_msg_data VARCHAR2 (2000);
    v_price_list_rec qp_price_list_pub.price_list_rec_type;
    v_price_list_val_rec qp_price_list_pub.price_list_val_rec_type;
    v_price_list_line_tbl qp_price_list_pub.price_list_line_tbl_type;
    v_price_list_line_val_tbl qp_price_list_pub.price_list_line_val_tbl_type;
    v_qualifiers_tbl qp_qualifier_rules_pub.qualifiers_tbl_type;
    v_qualifiers_val_tbl qp_qualifier_rules_pub.qualifiers_val_tbl_type;
    v_pricing_attr_tbl qp_price_list_pub.pricing_attr_tbl_type;
    v_pricing_attr_val_tbl qp_price_list_pub.pricing_attr_val_tbl_type;
    ppr_price_list_rec qp_price_list_pub.price_list_rec_type;
    ppr_price_list_val_rec qp_price_list_pub.price_list_val_rec_type;
    ppr_price_list_line_tbl qp_price_list_pub.price_list_line_tbl_type;
    ppr_price_list_line_val_tbl qp_price_list_pub.price_list_line_val_tbl_type;
    ppr_qualifiers_tbl qp_qualifier_rules_pub.qualifiers_tbl_type;
    ppr_qualifiers_val_tbl qp_qualifier_rules_pub.qualifiers_val_tbl_type;
    ppr_pricing_attr_tbl qp_price_list_pub.pricing_attr_tbl_type;
    ppr_pricing_attr_val_tbl qp_price_list_pub.pricing_attr_val_tbl_type;
    BEGIN
    -- HEADER INFORMATION
    --v_price_list_rec.list_header_id := 708;
    v_price_list_rec.operation := qp_globals.g_opr_create;
    v_price_list_rec.list_type_code := 'PRL';
    v_price_list_rec.rounding_factor := -2;
    v_price_list_rec.start_date_active := TRUNC (SYSDATE);
    v_price_list_rec.global_flag := 'N';
    v_price_list_rec.org_id := 101;
    v_price_list_rec.orig_system_header_ref := 'HBC1';
    v_price_list_rec.name := 'TEST_HBC';
    v_price_list_rec.description := 'TEST HBC';
    v_price_list_rec.currency_code := 'SAR';
    v_price_list_rec.active_flag := 'Y';
    -- LIST LINE INFORMATION
    --v_price_list_line_tbl (1).list_header_id := 708;
    --v_price_list_line_tbl (1).list_line_id := fnd_api.g_miss_num;
    v_price_list_line_tbl (1).operation := qp_globals.g_opr_create;
    v_price_list_line_tbl (1).list_line_type_code := 'PLL';
    v_price_list_line_tbl (1).operand := 10;
    v_price_list_line_tbl (1).arithmetic_operator := 'UNIT_PRICE';
    v_price_list_line_tbl (1).primary_uom_flag := 'Y';
    v_price_list_line_tbl (1).start_date_active := TRUNC (SYSDATE);
    v_pricing_attr_tbl (1).operation := qp_globals.g_opr_create;
    --v_pricing_attr_tbl (1).pricing_attribute_id := fnd_api.g_miss_num;
    --v_pricing_attr_tbl (1).list_line_id := fnd_api.g_miss_num;
    v_pricing_attr_tbl (1).product_attribute_context := 'ITEM';
    v_pricing_attr_tbl (1).product_attribute := 'PRICING_ATTRIBUTE1';
    v_pricing_attr_tbl (1).product_attr_value := '895';
    v_pricing_attr_tbl (1).product_uom_code := 'KG';
    DBMS_OUTPUT.put_line ('Calling API to Enter Item Into Price List');
    qp_price_list_pub.process_price_list (p_api_version_number => 1,
    p_init_msg_list => fnd_api.g_true,
    p_return_values => fnd_api.g_false,
    p_commit => fnd_api.g_false,
    x_return_status => v_return_status,
    x_msg_count => v_msg_count,
    x_msg_data => v_msg_data,
    p_price_list_rec => v_price_list_rec,
    p_price_list_line_tbl => v_price_list_line_tbl,
    p_pricing_attr_tbl => v_pricing_attr_tbl,
    x_price_list_rec => ppr_price_list_rec,
    x_price_list_val_rec => ppr_price_list_val_rec,
    x_price_list_line_tbl => ppr_price_list_line_tbl,
    x_qualifiers_tbl => ppr_qualifiers_tbl,
    x_qualifiers_val_tbl => ppr_qualifiers_val_tbl,
    x_pricing_attr_tbl => ppr_pricing_attr_tbl,
    x_pricing_attr_val_tbl => ppr_pricing_attr_val_tbl,
    x_price_list_line_val_tbl => ppr_price_list_line_val_tbl);
    IF v_return_status = fnd_api.g_ret_sts_success THEN
    COMMIT;
    DBMS_OUTPUT.put_line ('The Item loading into the price list is Sucessfull');
    ELSE
    DBMS_OUTPUT.put_line ('The Item loading into the price list Failed');
    ROLLBACK;
    FOR i IN 1 .. v_msg_count LOOP
    v_msg_data := oe_msg_pub.get (p_msg_index => i, p_encoded => 'F');
    DBMS_OUTPUT.put_line (i || ') ' || v_msg_data);
    END LOOP;
    END IF;
    END;
    Error:
    Calling API to Enter Item Into Price List
    The Item loading into the price list Failed
    1) ORA-01426: numeric overflow in Package QP_LIST_HEADERS_PVT Procedure Process_Price_List
    Please guide me how could I resolve it?

    NOW i AM GETTING THIS message:
    Calling API to Enter Item Into Price List
    The Item loading into the price list is Sucessfull
    But it is not appearing on the form.
    I have again run the script and get the followin error while there is no record appearing on the form:
    Calling API to Enter Item Into Price List
    The Item loading into the price list Failed
    1) This name is already in use. Please choose another name.
    2) This name is already in use. Please choose another name.
    Thanks,
    Guide me
    Waqas Hassan

  • User cannot see the "-" signs on amounts in ALV report

    Hi all,
    We have a problem with a user, who cannot see the signs on the amounts in an ALV report:
    <a href="http://img66.imageshack.us/img66/1424/nataliabr9.jpg">Report without signs</a>
    The user has tested this report with his user, and another test user, on his computer and on another computer. It does not change anything, he cannot see the signs "-" on the amounts.
    But when I launch the same report on the same client, I cann see the signs:
    <a href="http://img398.imageshack.us/img398/1203/moigl3.jpg">Report with signs</a>
    So, I think it does not come from his user (he has tested with two different users), or from his computer (he has tested on two different computers).
    Do you have any ideas?
    Thanks for your help.

    Having seen and "played" with an NB100-12a the other day I must agree that the grey letters on black keys
    aren't a clever idea - its bad enough that the keys are so small also.
    I currently own a satellite Pro with which I am very happy ( apart from the inclusion of Windows Vista which I
    don't particularily like ) and found this machine easy to "drive" BUT due to the keyboard size and lettering
    I won't be buying one ( unless they do a redesign - an acer aspire one keyboard and touchpad or NC10 style
    design ) and I think that the price of these machines has recently dropped from approx £300 to approx £270
    due to poor take up by the public mainly for the above reasons.
    Sorry Toshiba looks like i'll be buying an NC10 - unless I hear of a possible redesign.#
    Mike

  • Mail landscape view in ipad, cannot suppress the column listing

    I want to use landscape view To read email...but I cannot suppress the column listing my messages. In portrait that column is missing so I can see whole message.
    What do I do?

    There is nothing that you can do. That is a feature of landscape viewing of mail.
    Glor

  • New install Express on Win 8 can see the Server name but cannot see the instance

    I am doing this over the phone with a client who is not sure what he is doing we have installed Ok the folders exist and we have enabled TCP/IP
    The instance is MSSQLServer when we try to connect all we get is 'ComputerName' I am expecting 'ComputerName \MSSQLServer'
    The user does not have administrator rights and he installed SQL Server without the administrator (I think, I am not sure he knows)
    I am looking for clues as to what may cause the instance name to not appear
    thanks in advance
    jnc

    Thanks, that is useful but the list of instances just matches the details in SQL Configuration manager
    What I need is to understand why, if the server is listed and is running it is not visible when we try to connect
    jnc
    Hi jnc,
    Could you please verify that if  the instance name is not listed in “Server name” drop-down list of SQL Server Management Studio (SSMS)? If so, does the instance list in the Local Servers tab in the “Browse for Servers” dialog?
    If you cannot see the express instance in the Local Servers tab in the “Browse for Servers” dialog, the reason may due to SQL Server cannot get the appropriate registry entry information in the System Registry (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft
    SQL Server\Instance Names).
    To work around this issue, you can manually input the instance name which will be show in the Local Servers tab. Also make sure that right click on SSMS and then choose “Run As Administrator” to start it.
    However, if the express instance is listed in the Local Servers tab in the “Browse for Servers” dialog, but not in the “Server name” drop-down list. Then if you have never connected with the instance name before, its entry will not listed in the drop-downlist.
    Or if you have connected to server with a wrong instance name, you cannot see its entry the next time.
    Thanks,
    Lydia Zhang
    If you have any feedback on our support, please click
    here.
    Lydia Zhang
    TechNet Community Support

  • I have just opened 2 new albums in photo but cannot see the albums thru' itunes when syncing my ipad or thru' the screen saver on ITV

    I have just opened 2 new albums in photo but cannot see the albums thru' itunes when syncing my ipad or thru' the screen saver on ITV . My photo apps is Version 1.0 (209.52.0)

    Have you tried deleting the photo cache from your computer and then re-trying the photo sync and see if they all then copy over (you need to select and sync all the photos that you want on the iPad together in one go, as only the most recent photo sync remains on the iPad) ? The location of the cache, and how to delete it, is on this page http://support.apple.com/kb/TS1314
    Don't know about the Facebook photo emailing, but there are a number of apps that allow to upload photos to their site (e.g. the 'official' Facebook app).
    (For future info, typing all in capitals is considered SHOUTING - you are more likely to get help/responses if you don't.)

  • I can't see the source list...

    On iTunes, I can't see the source list on the left hand side... So, I cannot edit playlists, or any of that fun stuff.
    I would greately appreciate some help on how to get my source list back.

    Try this
    My source list is missing

  • I cannot see the downloaded item in the downloads screen after the download is complete

    This started from the previous release I guess... I cannot see the downloaded item... for example when I tried to download the latest adobe flash player ... it showed the message the download was successful... but the download screen did not have any item listed.

    * Tools > Options > Privacy > History: Firefox will: "Use custom settings for history" > "Remember download history"

  • Running OS X 10.9 but when trying to list an item to sell on ebay it say=Sorry. Your browser doesn't support the popular listing options selling form. If you'd like to try it, please try using Internet Explorer 6 or higher, or Firefox 1.5 or higher. Help

    I am running OS X 10.9
    but when trying to list an item to sell on ebay it say=  Sorry. Your browser doesn't support the popular listing options selling form. If you'd like to try it, please try using Internet Explorer 6 or higher, or Firefox 1.5 or higher.
    Help please so I can continue my sad life

    Tried to see if it is looking for flash and it is disabled or not installed by default; java (not being installed and best to turn it off normally), browser agent to report it as something else.
    Opera comes the closest I've read to spoofing a site telling it is IE but you have to do so per site. Also OmniWeb.

  • Users able to see documents via URL when they cannot see the folder containing them?

    I took an AD group out of the permissions list for a folder in a document library. Then I ran an incremental search.
    Now, users in that group cannot see the folder (correct behavior!).
    Users in that group do not find documents in that folder when performing a site search (correct behavior!).
    BUT, users in that group CAN open a document in that folder by using the full URL to a document there, the full link.
    This seems like a security violation - how can the members of that removed group open a document in a library that they cannot even see?
    SP2010 Enterprise, SP1, Feb 2014 CU on Windows Server 2008 R2
    Win7 clients with IE10
    I have reviewed the groups in use and the permissions lists where they are used and don't see any source of "leakage".
    Any ideas why this might be happening and how to fix it?

    Hi,
    Based on your description, my understanding is that the user without permission can see a document in a folder by using the full URL to a document.
    I have followed your description to do a test, but I can’t reproduce your problem.
    My 
    suggestion is that:
    Sign in your site with a user who has full control 
    permission to the site, and go to  the documents in the folder and check whether the users in that group without permission to the folder have permissions to the documents.
    When users in that group use the full URL to a document , please check whether the current user is the user in that group without permission to a
    document in the folder. You can try a test in another computer.
    Please clear your browser Cache and then test again.
    If the issue still exists
     , please don’t hesitate to let me know.
    Best Regards
    Wendy Li
    TechNet Community Support

  • My MacAir cannot see the same WiFi router twice, why?

    My MacAir cannot see the same WiFi router twice, why?
    So if it gets connected to a WiFi then gets disconnected for any reason, I cannot reconnect it to the same WiFi again as it cannot see that specific router again.
    Unless, in my case, I turn on my Galaxy note 10.1 Tethering hotspot which it sees ALL the time then the Wifi router shows again so I can reconnect to it.
    This happens at home and at work and at any other place... so No, there is no problem with my router or WiFi connection.
    it is really getting to my nerves.
    the whole purpose of me getting a MacAir is the light weight!
    Now I have to carry my Galaxy Note 10.1 around with me, especially if I am going out, so I can get connected to WiFi!!
    Can anyone help me out!

    Try the following on your MBP, in order, until (hopefully) resolved:
    1a. Delete Preferred Network(s)
    System Preferences > Network > Wi-Fi > Advanced > Wi-Fi tab
    Under "Preferred Networks," delete the network(s) you regularly use from the list.
    1b. Delete AirPort Keychain Entries
    Launch the "Keychain Access" application located in Applications/Utilties.
    In the windows on the left side: Select login for Keychains and "All Items" for Category.
    Click on the "Kind" filter at the top, and look for any "AirPort network password" entries...and delete them.
    1c. Add Preferred Network(s)
    System Preferences > Network > Wi-Fi > Advanced > Wi-Fi tab
    Add the preferred network(s) using the "+" button.
    Restart or log out then back in.
    2. Move System Configuration Files
    (Note: You will have to reestablish your network connections settings.)
    Go to /Library/Preferences
    Move the SystemConfiguration folder to the desktop.
    Restart your Mac. (Note: OS X will rebuild the files that are now sitting on your desktop. If this doesn't resolve the issue, you can move the folder back to it's original location.)

Maybe you are looking for

  • Change not done in the user fields of operation for production order save

    Hi Experts I need to change the user fields of the operation like (SLWID and USR00 )for a production order at the time of save. So am using the exit PPCO0001 and using the OPERATION_TABLE internal table in the exit to chang the details. I have done c

  • Problem in Dimension File after securing Dimensions

    Hi, Why is there an error message "There is a problem in dimension file : ACCOUNT" in BPC for Excel if i do a "secure" and "R/W" on ACCOUNT dimension? Actually this error message seems to happen to every dimension except for "Category" and "Entity",

  • Merging pdf documents in Preview while maintaining OCR capability

    ...isn't working.  I can copy text from the individual pdf's, but when I merge them, the OCR text is replaced with "_".  This happening to anyone else?  This is happening on more than one Mac here at the office. I'm opening one file, expanding the si

  • Need assistance on db configuratons

    Hi Guys Im desperate for your help. My mapping is a pretty large mappning - lots of joins - huge amout of data - its only update --- The map is configured to run att commit frequence 1000 - bulk 50 - row based (target only). Due to its a huge map I g

  • Can I see my startup file in terminal mode on mac os 10.8.4

    can I see my startup file in terminal mode on mac os 10.8.4 iMAC 27 inches, mi-2011 r  2,7 GHz Intel Core i5 16 Go 1333 MHz DDR3 AMD Radeon HD 6770M 512 Mo