Hi Experts,
I have a scenario wherein i need to update two different tables (say ABC & XYZ with one of the field as "device") with some data once the end user presses the submit button.
I get only the user_id from the UI which is unique and the two table ABC and XYZ do not have the field user_id in it,
There is another table (say PQR) which has both the "userid" and the "device" field in it.
i tried taking the user_id as IN parameter and writing my logic to INSERT records into the two tables (ABC & XYZ)for which i got an error as
"invalid parameter type in signature of procedure only table types are allowed scn".
Please help
Thanks
Madhusudan