BPA External Template - Printing of Tax Lines
Hi,
EBS: R12.1.3
We are trying to build custom BPA External Template (using MS Word 2010 .rtf format) for Printing Invoices. We have requirement to first print all Invoice lines, for that we are using <?FOR-EACH:LINE?> and it displaying line information properly.
Now, in next table section we need to print Invoice Tax information (detail break up - multi line). Here we can have multiple lines. i.e. One Invoice line and 3-4 tax lines.
Questions:
1. What Loop context should be used to print tax information. E.g. for printing line, we are using <?FOR-EACH:LINE?>. What is for Tax? We have tried <?FOR-EACH:TAX?> but it did not work.