AutoInvoice Post-Processor:(For R11i)Please fix the ORA-06502 issue.
Hi,
AutoInvoice Post-Processor for R11i errors out with ORA-06502 in the following FOR statements.
(ORA-06502: PL/SQL: numeric or value error)
AI_AUTOINV_POSTPROC_PKG_2.2_For_11i.sql
Line:573
FOR x IN orgIDs.FIRST .. orgIDs.LAST -- Looping for all ORGs
Line:2741
FOR i IN orgIDs.FIRST .. orgIDs.LAST -- Looping for all ORGs
Please correct the above two statements like the following.
FOR i IN 1 .. orgIDs.COUNT -- Looping for all ORGs
Regards,
Takayuki Anzai - PSD Japan