Receivables - EBS (MOSC)

MOSC Banner

AutoInvoice Post-Processor:(For R11i)Please fix the ORA-06502 issue.

edited Dec 18, 2014 11:53AM in Receivables - EBS (MOSC) 3 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center