Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Type P variable is equal to which type in database?

Former Member
0 Likes
367

Friends,

I have a variable declared with PACK value.

Ex.

v_counter type p.

I want to pass this variable to my custom method. But method takes "Associated Types" (Database types).

So, by which types I can use this variable in method?

Regards,

RH

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
340

Hi,

use type any.

Regards,

Leo

2 REPLIES 2
Read only

Former Member
0 Likes
341

Hi,

use type any.

Regards,

Leo

Read only

0 Likes
340

Thanks