Orbit Tokens are replacement variables that can be used anywhere in an Orbit Query, Section, Page element, or even another Token element. Tokens are placeholders for the actual values that are replaced at run time. Tokens are specified by using the following notation: #token#
Orbit has a complete language surrounding tokens, called OML - Orbit Markup Language. OML supports over 120 token functions and modifiers which support every Oracle SQL function. This makes OML ideal for any Oracle developer. Some examples of OML are:
- #result=EXEC[package.procedure()]#
- #firstname.upper#
- #value=DECODE[#var1#][a][1][b][2][3]#
Click here to view the entire
OML Quick Reference
Orbit
Markup
Language Quick Reference
- Lists all Orbit Token Functions, Modifiers, and Internal Tokens used in the OML presentation level language.