11.5.10.2 APXPAWKB Order by RECORD GROUP is changed.
On 11.5.10.2, APXPAWKB Order by RECORD GROUP is changed after upgrade DB from 9i to 10g.
FORM NAME :APXPAWKB.fmb
RECORD GROUP : AVAILABLE_INVOICES Query shows the last query as
order by upper(invoice_num)
But before upgrade DB, the last query is :
- > order by upper(invoice_num), payment_num
What is the reason of this kind of change?