Pricing Atrributes in Oracle HTML Quoting

Hi,
I have to price some items using Pricing context and attribute. As per my understanding, Pricing attributes are supported in form based quoting and not in HTML quoting.
Please help me in undestanding, how to use attributes in HTML quoting.
Thanks in advance
GKK

Hi,
If you are on R12 , You can use Profile HZ_APP_ADDR_VAL to disable address validation.
Also , You can navigate to Trading Community Manager->Geographies->Select a Country->Manage Validation
And Change the validations ( You can change the Validation Level to Warning or Change the validation to validate only State etc).
-Idris

Similar Messages

  • How to add a custom attributes in Oracle HTML Quotes page?

    Hi,
    Could someone advice on the best way to add a custom attribute in Oracle HTML Sales Quoting page.
    As this page is not an OA page, we are not able to use the concept of View Objects using AK Developer.
    Thanks,
    Arathi

    I have a requirement from our end users that all of them requires a shortcut button in toolbar for submitting a request instead of going the normal way in order to submit a single request.
    please can any one help me out in solving this query.Any reason you want to use a shortcut rather than using (Requests > Submit) window?
    You can use "FND_REQUEST.SUBMIT_REQUEST" API -- https://forums.oracle.com/forums/search.jspa?threadID=&q=FND_REQUEST.SUBMIT_REQUEST&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    How To Submit A Concurrent Request Set Using Fnd_Request.Submit_Request [ID 382791.1]
    How To Set ORG_ID When Submitting A Concurrent Request Using FND_REQUEST.SUBMIT_REQUEST in Release 12 [ID 1383266.1]
    Thanks,
    Hussein

  • Oracle HTML Quoting

    Hi all,
    After successfully entering a quote for a customer through HTML quoting,when we try to make the quote to an order by clicking the place order button we get the following error.
    Errors from order management.
    Because of this the order is not successfully placed.What could be the problem.What could be the setups necessary.Please help.
    Thanks & Regds,
    Jayanthi

    Hi,
    If you are on R12 , You can use Profile HZ_APP_ADDR_VAL to disable address validation.
    Also , You can navigate to Trading Community Manager->Geographies->Select a Country->Manage Validation
    And Change the validations ( You can change the Validation Level to Warning or Change the validation to validate only State etc).
    -Idris

  • Personalization with HTML Quoting Application

    I need to see About this page link, presonalized regions and personalize Page links . I can see them in all the other applications but Oracle HTML Quoting Sales Agent.
    All the three below have been set to yes: FND: Personalization Region Link Enabled , FND: Diagnostics, Personalize Self-Service Defn .
    Did I miss something ?
    Thanks

    Is it an OAF page or a jsp page? Check the page url and it will be clear.
    --Shiv                                                                                                                                                                               

  • HTML Quoting & Advanced Pricing Integration (Discount Modifiers not working

    Hello Gurus,
    Customer is using HTML Quoting, we have created Pricing Discount Modifiers in QP.
    But these Modifier are not getting applied in HTML Quoting?
    Customer is on R12
    regards
    girish
    Edited by: 849679 on Oct 9, 2012 2:24 PM

    Verify your setups by going thru' the following presentation.
    http://www.ncoaug.org/NCOAUG%20Training%20Day%20Feb%202009/Sundeep%20Sharma%20-%20Integrating%20Advanced%20Pricing%20with%20Purchasing%20in%20Release12.pdf
    It is for R12 but most of it is applicable to 11 too.
    Hope this helps,
    Sandeep Gandhi

  • In which folder oracle print quote concurrent program save pdf files

    Hi,
    IN oracle print quote functionality, where is the path of the directory where are files are saved.I have checked with so many documents but not found the solution
    I have checked the aso profile option for setting directory path also but the profile option is not available in our EBS

    plz re-check $APPLCSF/$APPLOUT
    what is
    cd $APPLCSF/$APPLOUT
    pwdis it blank for you?
    did you set env before check $APPLCSF/$APPLOUT ?
    also check $APPLPTMP
    concurrent request output $APPLCSF/$APPLOUT and log $APPLCSF/$APPLLOG
    How To Change The Log And Output Location For Concurrent Managers? [ID 872766.1]
    Concurrent Processing - Concurrent Manager Generic Platform Questions and Answers [ID 105133.1]
    On A Multi-node / RAC Installation Is $APPLCSF And $APPLPTMP An NFS Mount Point [ID 371896.1]
    Concurrent Processing - Concurrent Requests Fail with FDPSTP failed due to ORA-20100: File o0002712.tmp creation for FND_FILE [ID 148262.1]
    Reports Cache Directory in Oracle E-Business R12 is Growing Rapidly [ID 859255.1]
    Knowledge Management: How To Find Output File For Knowledge Management Solution Export Program [ID 292922.1]

  • Oracle.html.HtmlStream

    Maybe someone on the forum can help me out ???
    I am trying to re-utilise some code from iWorkplace - the sample
    OAS application suite that comes with IDP.
    My code imports the following classes ..
    oracle.html.HtmlPage
    oracle.html.HtmlBody
    oracle.html.HtmlHead
    oracle.html.HtmlStream
    oracle.html.SimpleItem
    When I try to compile my code, the imports fail - I presume
    because I have an entry missing from my classpath ???
    Can someone tell me the name of the jar file I need to include in
    the classpath to gain access to these classes? Just in case I
    don't already have it ... maybe you could tell me where I can
    download it from as well?
    Thanks in advance!
    Pete
    null

    By jove I think we've cracked it!
    Many thanks for your help!
    JDev Team (guest) wrote:
    : Pete,
    : This is from a previous posting, hope it helps:
    : Here is what I did when I needed to include the oracle.html.*
    : classes:
    : Under project menu, go to project properties.
    : Click Libraries and then New.
    : Name: JWeb.
    : Class path: OAS-home/ows/cartx/jweb/classes
    : Source path: OAS-home/ows/cartx/jweb/classes
    : Say OK.
    : Then from your project properties you can add JWeb.
    : PS, there seems to be some conflicts on a couple of classes in
    : the awt and the JWeb so I could not use the java.awt.*;
    anymore.
    : I had to add more specific names like import java.awt.Color;
    etc.
    : Pete (guest) wrote:
    : : Maybe someone on the forum can help me out ???
    : : I am trying to re-utilise some code from iWorkplace - the
    : sample
    : : OAS application suite that comes with IDP.
    : : My code imports the following classes ..
    : : oracle.html.HtmlPage
    : : oracle.html.HtmlBody
    : : oracle.html.HtmlHead
    : : oracle.html.HtmlStream
    : : oracle.html.SimpleItem
    : : When I try to compile my code, the imports fail - I presume
    : : because I have an entry missing from my classpath ???
    : : Can someone tell me the name of the jar file I need to
    include
    : in
    : : the classpath to gain access to these classes? Just in case
    I
    : : don't already have it ... maybe you could tell me where I can
    : : download it from as well?
    : : Thanks in advance!
    : : Pete
    null

  • Need information about Oracle HTML DB

    What is Oracle HTML DB?
    From where can i get the installation for this software?

    Did you take a look at the product information?
    http://www.oracle.com/technology/products/database/application_express/index.html
    C.

  • Announcing Oracle HTML DB Studio

    The Oracle HTML DB Team is pleased to announce Oracle HTML DB Studio. HTML DB Studio is a place where you can download pre-built HTML DB applications and templates. You can also share your own HTML DB creations with other members of the OTN community in the Studio.
    Please visit HTML DB Studio at: http://htmldb.oracle.com/pls/otn/f?p=htmldb_studio
    Thanks,
    - Scott -

    Hi,
    I tried installing this application through import but got the following error, any idea what I'm doing wrong, the scripts for the table creation and data worked fine??
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-02291: integrity constraint (FLOWS_010404.WWV_FLOWS_FK) violated - parent key not found
    1848::begin
    wwv_flow_api.create_flow(
    p_id =>137,
    p_display_id=>137,
    p_owner => 'HTMLDB_CRM',
    p_name => 'Customer Tracker',
    p_alias => '137',
    p_page_view_logging => 'YES',
    p_default_page_template=> 251676733304177416 + wwv_flow_api.g_id_offset,
    p_printer_friendly_template=> 251675133115177416 + wwv_flow_a

  • Error at import oracle.html.*

    i have installed oas,and am able to create PL/SQL applications.but when ti comes to jweb cartridge i am unable to compile as i get an error of import oracle.html.*.
    kindly help how do i write program for creating jweb application .
    pl. help
    thankyou

    Hello Venkat,
    After running  Report SMIGR_CREATE_DDL you have to  copy the results in either install dir of your target server or in case of oracle it should be copied to export_dump/DB/ORA.
    Make sure you have done this.
    It is also recommended that you should run this report just before starting the export.
    First it looks for .SQL files (generated by the report), if it doesnt find then it takes from the standard .tsk file.
    Probable reasons:-
    1)  Report not run before export
    2) Did not put the files generated in the location mentioned by me.
    Thanks,
    Vishal

  • Oracle HTML Demo

    Sergio,
    I found the HTML Demo it's really called Oracle HTML DB Quicktour
    url TO LINK IS:
    http://www.oracle.com/technology/products/database/htmldb/index.html
    Now that I found it again, is there any way to SLOW DEMO DOWN OR TO CAUSE A PAUSE BETWEEN SCREENS

    Sergio,
    I figured out how to pause demo by pausing scroll bar at the bottom of demo screen.
    I also requested new workspace at the HTML DB Home Page.
    Currently waiting for new password.

  • Clickable Links in Oracle Html DB

    Hi,
    Kind regards to u all.
    I just wanted to know how can we create clickable column links ( i mean just like how we can create links for tabs can we create links for headings in the table displayed).
    Please Let me know.
    Thanks & Good Day.
    Ms. Riya
    Message was edited by:
    user542084

    Dupe of Clickable Links in Oracle Html DB

  • How i can teache oracle HTML DB ?

    Hi all . . . .
    i would like to teach oracle HTML DB but i don't know from where i should start ?
    can any one help me as soon as possible.
    Regards;

    Do you want to "teach" or "learn"? HTML DB was renamed Application Express or APEX several years ago.
    Tyler

  • Oracle.html.*

    Hello,
    is it possible to download the Java package "oracle.html.*" from
    somewhere for the usage in JDeveloper? Or do I have to install
    the complete Web Application Server to get the oracle.zip file?
    Thanks, Matthias
    null

    it is still there in 3.1 and in 3.1.1.2 but is obsolete and no longer available in 3.2 since oas 4.0.8.x is in it's "terminal release" and considered to be an obolete product.
    check the libraries dealing with oas client

  • Oracle HTML DB News RSS Feed

    All,
    We have set up an RSS Feed for Oracle HTML DB News - which mirrors our News section on our OTN Home Page: http://htmldb.oracle.com/otn
    Here is the link:
    http://www.oracle.com/technology/products/database/htmldb/news/htmldb.rss.xml
    We'll be posting details about how to subscribe to the HTML DB Newsletter in the next few days as well.
    Thanks,
    - Scott -

    Robert,
    I suspect your Database Access Descriptor on XE is not /pls/xe, but it probably is 'htmldb'. Same for probably the port (unless you specified port 80 at installation/configuration time). So try:
    http://localhost:8080/htmldb/hr.hot.rss
    Joel

Maybe you are looking for