What is the function of TOKEN in concurrent program window?

Showing Answers 1 - 24 of 24 Answers

prakash

  • Nov 30th, 2006
 

it acts like an intermediate between oracle report user parameters and cuncurrent program parameters..

  Was this answer useful?  Yes

rakhi.c

  • Feb 3rd, 2007
 

TOKEN is an Interface between Concurrent Program and Report builder. This will map the concurrent program parameter values to the report builder parameters(User and System parameters).

  Was this answer useful?  Yes

venkateshei

  • Feb 26th, 2007
 

Token is nothing but a interface between report builder parameters and concurrent program parameter.
Report bulider parameters are not in sequence. that is why we combine with  token .

  Was this answer useful?  Yes

Rohit Gupta

  • Jan 26th, 2014
 

Token is the linking between concurrent program and report builder.Tokens are case sensitive.So,it should be in same case as given in report builder.

We can also change the sequence in which parameters are specified in concurrent program but
Parameters in concurrent prog for Pl/sql Procedure are not case sensitive and there sequence should be same as that in Pl/Sql procedure.

  Was this answer useful?  Yes

Poorna Nannapaneni

  • Jan 28th, 2015
 

Token is an Interface between Concurrent Program and Report builder. This will map the concurrent program parameter values to the report builder parameters.It is case sensitive.

And it is enabled for Oracle Reports only.

  Was this answer useful?  Yes

Naresh Bandla

  • Jun 24th, 2015
 

Token field is used to map the concurrent program parameter to report parameters .

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions