 |
Home > |
Contents > |
Index > |
|
|
USERMANAGER.GETDISPLAYABLELOGINUSERNAME
Obtains the name of the current logged-in user.
Syntax
<USERMANAGER.GETDISPLAYABLELOGINUSERNAME
VARNAME="variable name" />
Parameters
VARNAME (required)
- Name of the output variable to create.
Description
This tag displays the displayable Login user name of the user whose is currently logged in.
The displayable name is stored in the output variable that is specified in the tag.
Error Numbers
The possible values of errno
include:
Value |
Description |
-10004 |
A required parameter is missing |
Example
<USERMANAGER.GETDISPLAYABLELOGINUSERNAME VARNAME="temp" />
<br/>The output is <CSVAR NAME="Variables.temp" />
See Also
USERMANAGER.GETDISPLAYABLEUSERNAME
| |
Home > |
Contents >
|
Index > |
|
|
Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
|