SDO_NFE.SET_MODEL_UNDERLYING_NETWORK
Format
SDO_NFE.SET_MODEL_UNDERLYING_NETWORK(
model_id IN SDO_NUMBER
network_name IN VARCHAR2);
Description
Associates a network as the underlying network of an NFE model. (The model must have been created in the SDO_NFE.OVER_EXIST_NETWORK mode.)
Parameters
model_id
NFE model identifier.
network_name
Name of the network to be associated with the model.
Usage Notes
See also the SDO_NFE.GET_MODEL_UNDERLYING_NETWORK function.
Examples
The following example ….
EXECUTE ... ;