Re: R12.2

Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/R12-2-tp3554p3576.html

Hi,

İf it is a custom form, then you will place it into your custom top.
Then, you will write the correct entry to adop_sync.drv for syncronizing the your custom top as a shole.. (you will write rsync..)

By doing this, you will synchronize your custom forms as well.
Example:
rsync -zr %s_current_base%/EBSapps/appl/custom %s_other_base%/EBSapps/appl/custom

You can find the command examples in %s_adtop%/admin/template/adop_sync_drv.tmp file.