cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping

former_member240483
Contributor
0 Kudos

Hi there,

inGraphical mapping i am passing a valuse as a constant to a stored procedure.

for ex:

source structure is:

First name: XXX

Surname:: yyy

target structure:

name: XXXyyy

number: 11

in the target structure i am assgning 11 as a constant to number field and this is passing to stored procedure..

but when i tested my interface it is giving error

'aaaaaaa' (structure 'Statement'): java.sql.SQLException: ORA-20011: Error in program aaaaa at location 40. (SET0000042) aaaa does not exist for number ORA-06512: at "PMS.GLOBAL_ERROR", line 1000 ORA-06512: at "PMS.AAAAAA", line 2674 ORA-06512: at line 1

could any one suggest this error in stored procedure or in my mapping.

Regards

Rao

Accepted Solutions (1)

Accepted Solutions (1)

GabrielSagaya
Active Contributor
0 Kudos

Answers (1)

Answers (1)

former_member240483
Contributor
0 Kudos

Problem was with stored procedure..

Thanks for your inputs and time.

Regards

Rao