Quote Printing Extensions in R12

Hi,
We are implementing R12. I would like to extend Quote Printing Template. I modified the template everything works fine. But customer asked me to add few fileds like Order Type,FOB. I changed HeaderVO.xml to support. But I am not sure where to copy this file and compile etc., as my changes are not working. I simply moved HeaderVO.xml to ../aso/print/server. And this did not work. This is totally different from 11i. Somebody please throw some light.
Thanks in Advance,

Thats correct the VO should be extended not changed.For know how extensions are done in OAF, read dev guide.
--Mukul                                                                                                                                                                                                                                               

Similar Messages

  • New RTF Template for Quote Print

    Hi,
    Oracle has provided only XSL Template for Quote Printing. Since Client needs his own format of Quote Printing, Can we create a new Customized RTF template for Quote Printing? or Is there any easy way to do customize the XSL Template?
    Pls advise..
    Thanks in advance,
    Regards,
    Muru
    Message was edited by:
    Muru

    Hi Miru,
    I need ur help.I am working on the same customization of xsl template.can u please guide me through how to work with this.
    I need to customize print quote report
    Can u please tell me the link/steps how to customize the jsp form to replace the standard CP with custom one
    Secondaly,which one option is better ,creating a new rtf/modifying the existing xsl
    and how ?as i dont have any idea about xsl.but i know creatig rtf's
    Please guide me thru.
    Thanks a ton in advance
    kaur

  • Problems with Quote Printing template

    Hi,
    I have been trying to assign a custom PDF template to the Print Quote functionality within sales. However, when I try to create a template using Code: ASOPRINT, Application: Order capture, and Data Definition: Quote Printing I get the following message:
    "You entered a duplicate template entry. Please change the Name, Code and/or Application and reapply."
    I therefore tried to remove the original seeded xsl template by entering an 'end date' of yesterday, however this message still appeared but now no template is assigned to the print quote function within HTML quoting. Is there a way to get this back again or preferably add a new one - It appears the system is still recognising the ASOPRINT code from the seeded template despite its removal.
    Any help would be greatly appreciated
    Anjohn

    Hi,
    I could create another template to solve my problem. But according to the XMLP documentation, I studied that both the application code of Data definition and template should match. In my case my data definition and template has the same code ASOPRT. And I created another template with the code ASOPRINT. Both my templates work. Now, I am kind of confused. Can anyone help me in undersatnding this.
    Thank you,
    Sowjanya

  • AP Check Printing in Oracle R12

    AP Check printing in Oracle R12 has changed significantly. Although there are many resources available, I still had to struggle to gather all of the necessary information. Now that we have implemented our solution, I have put together a blog to help everyone. Please visit this blog and provide your comments.
    http://ora12apps.blogspot.com/
    Thanks
    Rajeev

    AP Check printing in Oracle R12 has changed significantly. Although there are many resources available, I still had to struggle to gather all of the necessary information. Now that we have implemented our solution, I have put together a blog to help everyone. Please visit this blog and provide your comments.
    http://ora12apps.blogspot.com/
    Thanks
    Rajeev

  • Customized PO report is printing blank after R12 upgrade

    We have upgraded from 11.5.9 to R 12.1.3 .The customized PO report works fine in 11i but prints blank in R12.
    Kindly help.It is a bit urgent.

    I am still having issue....
    oracle@ingram bin]$ adconfig.sh contextfile=/data/oracle/db/UATdb/11g/appsutil/UAT_ingram.xml appspass=xxx
    AutoConfig is configuring the Database environment...
    AutoConfig will consider the custom templates if present.
    Using ORACLE_HOME location : /data/oracle/db/UATdb/11g/
    ERROR: Unable to set CLASSPATH
    is missing
    ERROR: Unable to set CLASSPATH
    is missing
    Classpath :
    Version Conflicts among development maintained and customized templates encountered; aborting AutoConfig run.
    The logfile for this session is located at: /data/oracle/db/UATdb/11g//appsutil/log/UAT_ingram/04091339/adconfig.log
    [oracle@ingram bin]$

  • Need to add information/data to the Quote Print output for a quote

    I am trying to modify the print quote output generated after selecting a quote on the quote form. I need to know how to add information to this output.
    I am not sure where the output is selected from. How do I modify the select to include information from other tables in oracle. I am using the ASOPRINT.xsl routine. Any help would be greatly appreciated.
    Charles Harding

    Hi,
    From the xsl file I could figure out that the data for the quote lines is generated from the line <xsl:call-template name="line.table">. I would like to have some conditions added to it so that I can have particular type of items displayed on the PDF output. I am unable to figure out where I can add these conditions. Could someone help me in this? Any help would be appreciated.
    Thank You,
    Sowjanya

  • "Smart Quotes" and Extensions

    I'm working on a text processing extension and want to implement a "Convert special characters to safe HTML entities" (that's just a working title!) menu option.  When I copy and paste some blocks of text from Word into the editor, then right-click my selection and choose my extension to process that text, the text that gets sent via the xml packet to my handler converts (in this case) Word's smart quotes (&#8220 and &#8221) to question marks.  This is before my handler processes anything.  I'm just using cfdump to look at the data.  Am I missing some intermediary processing that needs to be done somehow?  I can't figure out where it would be done since I don't have any control over the selected editor content until my handler is fired.
    Thanks!
    Andy

    The encoding is utf-8 (which is the default in CF 9 (and maybe CF 8 too), but I explicitly set it anyway, and still no luck.  It seems like Word Smart Quotes are actually seen by ColdFusion as 3 different characters.  I don't know that Smart Quotes are actually representable as specific entities, though.  When I copy a closing smart quote out of Word into a cfm file and so something like <cset q = "{smart quote here}">, and then loop over that variable one character at a time and output the ascii values, I get 3 values: 226, 8364, 65533.
    Here's a test that contains Smart Quotes that I just copied from MS Word into this editor, it will be interesting to see how they are represented after I post this message:
    “Test”
    Andy

  • Print Purchase Order (R12) , need to identify template assigned to Print PO

    Hi,
    I see three versions on Purchase Orders in R12, How will i know which template of these is assigned to Print Purchase Oder (sent out to supplier for communication in pdf).
    I need to customize the Print PO, add additional fields and change the layout, so i need to download related files from XML Publisher and modify.
    Could you let me know how to identify which template is assigned to Print Purchase Oder
    Thanks..

    855902 wrote:
    Hi,
    I see three versions on Purchase Orders in R12, How will i know which template of these is assigned to Print Purchase Oder (sent out to supplier for communication in pdf).
    I need to customize the Print PO, add additional fields and change the layout, so i need to download related files from XML Publisher and modify.
    Could you let me know how to identify which template is assigned to Print Purchase Oder
    Thanks..Hi,
    Go to Document type setup and search for the respective PO type. Find the template name attached to it. It is actually based on XSL stylesheet.
    Note that, there are following underlying views who drive the PO Print.
    PO_HEADERS_XML
    PO_LINES_XML
    PO_LINE_LOCATION_XML
    PO_RELEASES_XML
    If you need to add any field, you may need to add it to one of the above first.
    Thanks,
    PS.

  • Reg: Check Printing Report in R12

    Hi,
    I am new to Check printing in AP... Actually my need is during payment, payment amount should be print in check when they choose mode of payment as check and save it. Any setup as to be make in Oracle AP or tell the steps to perform that. I doubt, whether i have to create RDF or seeded report is already available ah.... Plz . help me.

    Plenty of seeded programs/formats in R12, check the Oracle Payments manual. Basically, setup your Payment Process Profile (choose standard format etc), setup Payment Documents on your Bank Account for check, run Payment Process.
    Regards,
    Gareth

  • Steps to define new printer in EBS R12

    Dear all,
    I have hp 3005n printer installed in AIX5.3,
    I need to define it on EBS R12. can any one provide me with step by step to do that ??
    Regards,
    Marwan

    Hi,
    You can also have a look at the following metalink note
    eventhough below note is for Release 11 and Release 11i, but concept is same
    Step By Step Guide to Set Up a Printer in Oracle Applications
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=60936.1

  • Define printer from Apps R12

    Hi
    I need to define a HP printer from within the Oracle EBS.
    The Apps is R12 on AIX unix.
    We have configured it on OS level.
    Appreciate your help.
    Thank you

    Hi user;
    Breifly you have to do:
    - Setup the printer at the OS level
    - Add a valid entry in the hosts file (Printer Name and the IP Address)
    - Login to System Administrator responsibility
    - Navigate to Install > Printer > Register
    - Define a new printer by entering the Printer Name you have set in the hosts file
    - Save
    - Bounce the Concurrent Manager
    - Submit any standard concurrent request (i.e. Active Users or Active Responsibilities) and select the printer you have defined above with number of copies = 1
    Please also check:
    Note:269129.1 How to Implement Printing for Oracle Applications: Getting Started.
    Note:112172.1 Oracle Applications Character Printing
    Note:61393.1 Printing in Release 10
    Hope it helps
    Regard
    Helios

  • Stock quotes print app?

    Hi, does anyone know of a print app for the Officejet 6500 that will send daily quotes on selected stocks to the printer?

    At this time there is none available.

  • HP Smart Web printing Extension not compatible with Firefox 3.6

    When will HP
    (1) provide/correct the update link for this extension?
    (2) update the extension to work with Firefox 3.6?

    Hallo, I don't know where you are writing from, but i have had exactly the same problem, if you find a solution i will appreciateif you could inform me.  I am italian and live nearby Florence, Italy. Thank  you
    Oldbwl wrote:
    SWP Version 4.6 has been known not to work with FF 3.6 ever since the latter was released - I don't know if it worked in the beta's as I never tried any and I can't see any complaints on here.
    It is very surprising that HP have not brought out an update, considering the amount of time involved, I suspect that they have now dropped support for this utility. I hope I am wrong because it was exceptionally useful.
    Oldbwl wrote:
    SWP Version 4.6 has been known not to work with FF 3.6 ever since the latter was released - I don't know if it worked in the beta's as I never tried any and I can't see any complaints on here.
    It is very surprising that HP have not brought out an update, considering the amount of time involved, I suspect that they have now dropped support for this utility. I hope I am wrong because it was exceptionally useful.

  • PDF Printing Issues in R12

    We have setup the PASTA drivers and have run into issues printing. We are running AIX 6.1
    If we use pdf2ps the PDF documents will not print if we are using a MICR font. If we print other reports (no MICR) it prints out fine.
    If we use xpdf the PDF documents will print the MICR font but all documents print out shrunk. Looks like it is resizing the page to 90% of the original size. So nothing lines up.
    We don't have acroreader installed as they don't have one for AIX 6.1. It is no longer supported.
    Anyone run into this before? Any ideas?

    Hi;
    I suggest please see:
    Applications Product Support Guidelines Regarding Custom Reports and Programs [ID 357941.1]
    How To Print Concurrent Requests in PDF Format [ID 333504.1]
    Unable To Print PDF Documents Through Pasta After PDF2PS Conversion [ID 838403.1
    Regard
    Helios                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • HP Smart web printing is very useful web printing extension which is not compatible with any version of firefox till now but compatible with Internet Explorer any version. So Please do correction. Thanks

    [There is a link below from where software can be downloaded and after installing this you will see that it is not compatible with any version of Mozilla Firefox of any Window version (7, XP).]
    [http://ftp://ftp.hp.com/pub/softlib/software10/COL20395/dj-56929-3/HP_Smart_Web_Printing_v4.6.exe

    It is up to HP to make that program compatible with Firefox.
    That application last worked in Firefox 3.5, but HP was always very lax in updating it for a new version of Firefox. Usually they didn't bother to update it until like halfway through the "run" of a particular Firefox version. It worked for like 6 months and then a new version of Firefox was released, and it didn't work for like 6 months until HP got around to fixing it - then the cycle repeated.

Maybe you are looking for

  • Help linking pdf in flash for multimedia cd

    For some reason my link to a pdf in an exe for a CD designed in flash doesn't work- Is there a special trick to this now? Any help would be greatly appreciated....

  • Trying to make a diet sheet

    Hi! I just cannot get my head around this problem.. and gave up after endles hours, sunday - tierd... and well, I do suck at numbers.. I have  2 sheets, 1 empty and the other, a "database" Sheet1 Header 1 Header 2 Header 3 Header 4 Sheet2 Header 1 He

  • Include file with variable

    Hi,           When I a include of a file in a jsp file it could look like this:           <%@ include file="/jsp/ram01/login_ram2.jsp" %>           Would it be possible to replace file value with a variable ? I tried but it           does not seem to

  • Enable display through Putty on Linux

    Hi All, I need am trying to enable the Xmanger windows through putty in my Linux box, I have tried different options but still I am not able to get the display through putty Here is what I have done: export DISPLAY=:0.0 [oracle@yblpvdakgrid ~]$ xhost

  • Separate monitor viewing

    Is there an application that will allow me to view my blackberry 8330 a separate monitor?