Oracle Apps Sales Order Acknowledgment(SOA) from Preview and Print
Oracle Apps Sales Order Acknowledgment(SOA) from Preview and Print:
We have added a column to print the VIN number in Sales Order Acknowledgment(SOA).
1)For this we modified the XSL file,TREX_UK_ONTORDXSL_EN.xsl and the below Java files.
TrexLinesVO.xml
TrexLinesVOImpl.class
TrexLinesVOImpl.java
TrexLinesVORowImpl.class
TrexLinesVORowImpl.java
2) Placed these files in the $JAVA_TOP/trex/oracle/apps/ont/print/order/server.
3) We ran "adcgnjar" command
4) We bounced the OACORE server.
But we could not see the new column - VIN number in the SOA report when we check from "Preview and Print" option.
However when we ran the program, "Program to generate a Sales Agreement/Sales Order or Contracts Attachment" which generated the document and attached to the Sales Order Header level attachments. This document shows the VIN number.