OIC atp can't invoke proc with %rowtype parameter
Summary
OIC atp can't invoke proc with %rowtype parameterContent
I am trying to add an ATP database node to my OIC integration. I go through the wizard and select "Invoke a stored procedure", specify the schema, the package, and the procedure, but when I get to the last step and select "Done", it gives me the error shown below. The PSP_WORKORDERS table has many columns, so I don't want to have to list each one in the parameter list.
The procedure looks like this:
PROCEDURE insert_row_wo (
fr_wo IN psp_workorders%ROWTYPE,
fn_wo_id OUT PLS_INTEGER,
Tagged:
0