Payables and Cash Management - EBS (MOSC)

MOSC Banner

SQL*LDR Invoice Imports

edited Aug 2, 2013 8:32AM in Payables and Cash Management - EBS (MOSC) 3 commentsAnswered ✓
I'm importing accrual invoices from a .csv file and getting strange results.  The data value for Amount in the .csv file looks like $1000.00, the table it's loading into is AMOUNT Number(8,2) and the control file for this field is defined as Amount char "TO_NUMBER(TRIM('$' FROM :Amount), '9,999,999.99')",

Here's the issue. the only entries that are successfully imported are 3 digits or less.  The ones with values over $999.99 are giving an error of ORA-01722: Invalid Number.  Anyone know what I'm missing?

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