Configurator Important
Configurator Important
oracle.apps.cz.cio.Configuration:provides a set
of methods for starting, ending, and rolling back configuration-level logic transactions
Configuration.beginConfigTransaction():to create a new transaction returning
ConfigTransactionObject.
WeneedtopasstheConfigTransactionobjecttooneofthefollowing
belowtofinishthetransaction.
endConfigTransaction
commitConfigTransaction
rollbackConfigTransaction
Configuration.commitConfigTransaction()commits the given transaction
Configuration.endConfigTransaction()ends the transaction that was started with
beginConfigTransaction()
Configuration.rollbackConfigTransaction()rolls back the unfinished transaction