Hi Friends,

Can anyone please explain the use of a double ampersand &&.

Can you please decode the following example and explain the use of && :

WHILE v_price < &&p_count LOOP
v_amount := v_amount + 1;
v_prive := v_amount * &&pct_increase;
END LOOP;

Many Thanks

Suresh