Customizing the AR Statements in R12
Hi All,
We need to generate the Customer Statement report which uses the RTF template to produce the PDF output. This report captures the additional information such as debit, credit, outstanding balances in the output. We are planning to do this without altering the standard oracle report(ARXSGPO). So request you to provide the best possible solution to implement the same without changing the standard oracle functionality.
The spawn program 'Statement Generation' is internally calling 'AR Customer Balance Letter' or 'Print Statements'. So if we develop a new custom program then it won't be called by the spawn program since it always refers to the standard program. We need spawn program because it populates the data to the interim tables and statement report is built on the interim tables. So we planned to customize the standard programs which are referred in the spawn program.
We need to generate the Customer Statement report which uses the RTF template to produce the PDF output. This report captures the additional information such as debit, credit, outstanding balances in the output. We are planning to do this without altering the standard oracle report(ARXSGPO). So request you to provide the best possible solution to implement the same without changing the standard oracle functionality.
The spawn program 'Statement Generation' is internally calling 'AR Customer Balance Letter' or 'Print Statements'. So if we develop a new custom program then it won't be called by the spawn program since it always refers to the standard program. We need spawn program because it populates the data to the interim tables and statement report is built on the interim tables. So we planned to customize the standard programs which are referred in the spawn program.
0