deploy oracle ebs customize changes
are there any recommended way to deploy oracle EBS in house customize changes?
we write concurent programs, reports, xml publisher report, business event subscription, workflow, etc to meet our business objectives.
currently we use SQLPLUS, FNDLOAD, WFLOAD, WFXLOAD, etc, to migrate the changes from one instance to the other.
Our normal migration path is from development server -> system integration test server (SIT) -> UAT server-> production.
we write shell script to put all SQLPLUS, FNDLOAD, WFLOAD, etc, command and package them up in a zip file and send to our admin to execute it on the target instance.
during the testing (SIT or UAT), new changes could raised and developer will make changes to only some of the files, and migrate them again.