Since you are declaring the OUT parameters in your PL/SQL as
type INT (ANSI), which is actually a subtype of Oracle type NUMBER,
you might try using CFSQLType = CF_SQL_DECIMAL instead of
CF_SQL_INTEGER. Not sure if it will make a difference, but I'd give
it a shot. (Also, you don't need the variable attribute in your
cfprocparam tags for type="in", as this attribute is only required
for OUT or INOUT types. )
Are any of your IN parameters NULL?
Phil