I have Oracle Apps ( AR & GL) and I working on creating our own
Invoice but I'm unsure about certain aspects of PL/SQL & Printing.
I have some PL/SQL working with the invoice data from AR_INVOICE_HEAD ER_V
table already.
1. DBMS_OUTPUT vs. TEXT_IO
What advantages exist for the two ?
2. Page breaking ??
How can a perform a page break other than setting the lines per page?
I will have situations where page breaks will occur before I reach
the page break point
3. Is there a TAB feature?
I need some method to position the text in a way other than
using the space bar.
Thank you very much
George Lewycky
Invoice but I'm unsure about certain aspects of PL/SQL & Printing.
I have some PL/SQL working with the invoice data from AR_INVOICE_HEAD ER_V
table already.
1. DBMS_OUTPUT vs. TEXT_IO
What advantages exist for the two ?
2. Page breaking ??
How can a perform a page break other than setting the lines per page?
I will have situations where page breaks will occur before I reach
the page break point
3. Is there a TAB feature?
I need some method to position the text in a way other than
using the space bar.
Thank you very much
George Lewycky
Comment