Hi Giri,
I believe that we cannot create calculation view to accept table type as input parameter.
It can only be scalar type I guess and you can have multiple values.
In case of multiple values, you can change the select statement accordingly as
select ... from CV1( 'PLACEHOLDER' = ('$$var$$' = 'VAL1,VAL2,VAL3')
So in your case. (procedure having table type as input parameter). I believe you need to create intermediate variables to accept data from input table type parameter and put into these variables and pass these variables as above to fetch required data from CV as above.
Regards,
Anil