Concurrent Program Parameters
Hi All,
I have a Pl/SQL procedure for which "Party_ID" is the value that is being passed.
Now that i have to register a concurrent program,Users will be giving the Party Name as they will not know the party id but based on the party name they provide the relevant party id should be passed to the concurrent program.
Please provide me detailed steps how to define this parameter in the parameter window.
Thanks