lookupValue1M
This function returns an XML document fragment containing values for multiple target columns of a domain value map, where the value for the source column equals the source value.
Signature:
dvm:lookupValue1M(dvmLocation,sourceColumnName,sourceValue,targetColumnName1,targetColumnName2...)
Arguments:
-
dvmMetadataURI
: The domain value map URI. -
SourceColumnName
: The source column name. -
SourceValue
: The source value (an XPath expression bound to the source document of the XSLT transformation). -
TargetColumnName
: The name of the target columns. You must specify at least one column name. The question mark symbol (?) indicates that you can specify multiple target column names.
Property IDs:
-
namespace-uri: http://www.oracle.com/XSL/Transform/java/oracle.tip.dvm.LookupValue
-
namespace-prefix:dvm
For more information, see dvm:lookupValue1M.