how to call a template based on parameter chosen
hi
I have a concurrent program with a parameter called p_template with values A, B, C.
I have 3 templates created named A,B, C.
From a SQL procedure, how can I call the template chosen in p_template to generate output? I know I can change template at run time but would like this automated.