lookupXRef1M
This function looks up a cross-reference column for multiple values corresponding to a value in a reference column.
Signature:
xref:lookupXRef1M(tableName,referenceColumnName,referenceValue,columnName,needAnException)
Arguments:
-
xrefLocation
: The cross-reference URI. -
xrefReferenceColumnName
: The name of the reference column. -
xrefReferenceValue
: The value corresponding to the reference column name. -
xrefColumnName
: The name of the column to be looked up for the value. -
needAnException
: If this value is set totrue
, then an exception is thrown when the referenced value is not found. Otherwise, an empty node set is returned.
Property IDs:
-
namespace-uri:http://www.oracle.com/XSL/Transform/java/oracle.tip.xref.xpath.XRefXPathFunctions
-
namespace-prefix: xref
For more information, see About the xref:lookupXRef1M Function.