Payables and Cash Management - EBS (MOSC)

MOSC Banner

Oracle Alert Help

edited Aug 18, 2009 4:06AM in Payables and Cash Management - EBS (MOSC) 7 commentsAnswered ✓
Hello all !

I hope you can help. I have an Oracle Alert that makes a simple select from a table containing a LONG datatype column ;

   SELECT EMAIL,
          CHK_ID,
          CHK_AMT_NUM,
          CHK_AMT_CHAR,
          CHK_DATE,
          ACCT,
          ALERT_FLAG,
          INVOICE
     INTO &email,
          &chk_id,
          &chk_amt_num,
          &chk_amt_char,
          &chk_date,
          &acct,
          &alert_flag,
          &invoice           
     FROM test_table
 ORDER BY chk_id

The INVOICE field is the one that is the LONG field and contains 270 lines of data. However when I run the alert the email message returned only lists 73 lines ;

*** THIS IS AN AUTOMATED MESSAGE - PLEASE DO NOT REPLY. Should you have any questions regarding this claim, please contact the Accounts Payable Centre

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