Dynamic Parameters in view
Hi ,
I want to create a View with Dynamic parameters.
for e.g.
CREATE OR REPLACE VIEW DEMO_VIEW AS
SELECT *
FROM Pkg_Name.Pkg_Function ( PARAMETER_1, PARAMETER_2, PARAMETER_3 )
In above case , I can pass the value of PARAMETER_1, PARAMETER_2, PARAMETER_3 dynamically
Can anyone help me in this problem ?
regards
Sanjay