Wednesday 25 February 2015

TOKEN in oracle apps

  1. Token acts as an intermediate between oracle report user parameter and concurrent program parameters. It is an interface between concurrent program and report builder. It is used to map the parameters which we have created in the report.
  2. It is used for mapping the report builder parameter to concurrent program parameters with same variables.
  3. Tokens are case sensitive. So, it should be in the same case as given in the report builder.


For a Pl/SQL concurrent program there is no requirement of TOKENS. Just define your parameters in the order of your parameters defined in pl/sql program. The system will accept the parameter in that order.
The Token will be enabled only for the reports but for pl/sql the token will
be disabled .
This is because the parameters for pl/sql will be in sequence thus the token
is not used in this case.
For a Pl/SQL concurrent program there is no requirement of TOKENS. Just define your parameters in the order of your parameters defined in pl/sql program. The system will accept the parameter in that order.
 

No comments:

Post a Comment