0% found this document useful (0 votes)
11 views

Configurator Important

This document provides information on methods for managing configuration transactions in the oracle.apps.cz.cio.Configuration class. It describes methods such as beginConfigTransaction(), endConfigTransaction(), commitConfigTransaction(), and rollbackConfigTransaction() for starting, ending, and rolling back configuration transactions. It also notes that configuration tables in the application start with CZ, such as the CZ_XFR_RUN_INFOS table which stores records of concurrent process runs.

Uploaded by

allextrastodo
Copyright
© © All Rights Reserved
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

Configurator Important

This document provides information on methods for managing configuration transactions in the oracle.apps.cz.cio.Configuration class. It describes methods such as beginConfigTransaction(), endConfigTransaction(), commitConfigTransaction(), and rollbackConfigTransaction() for starting, ending, and rolling back configuration transactions. It also notes that configuration tables in the application start with CZ, such as the CZ_XFR_RUN_INFOS table which stores records of concurrent process runs.

Uploaded by

allextrastodo
Copyright
© © All Rights Reserved
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 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