Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 1

Configuration.getValidationFailure() : To get the list of all validation failures.

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

Configurator tables start with CZ.


Eg: CZ_XFR_RUN_INFOS table stores the records of the concurrent process run.

You might also like