10
2014
Oracle EBS R11 ve R12 de Form Compile(Derleme)
Basitce bir Oracle Form compile icin R11 de ;
f60gen module=<formname>.fmb userid=apps/<apps_pwd> output_file=$XX_TOP/forms/US/<formname>.fmx
Ornegin;
f60gen module=XXXX.fmb(compile etmek istediginiz form adi) userid=APPS/apps(database apps user ve password u) output_file=$XXXX_TOP/forms/US/XXXX.fmx(Buda olusacak olan fmx dosyasinin atilacagi path i gosterir.Bu noktada küçük bir dipnot olarak sunu soylemeden geçmek istemedim,bu fmx i …/US/… folder in altina attigi icin sadece ingilizce log on oldundugunda formun son hali gorulecektir.Dolayısi ile bu fmx i …/TR/… tab i altina da tasimaniz gerekir.Ya da ayni script i US yerine TR yazarakta calistirmaniz da gerekecektir,EBS i türkçe kullanan key user lar icin)
R12 de ise compile scriptinde kücük bir degisiklik var;
frmcmp_batch = <formname>.fmb userid=apps/<apps_pwd> output_file=$XX_TOP/12.0.0/form/US/<formname>.fmx
Latest posts by Aşkın Er (see all)
- Oracle EBS Bağlantı Süresini Değiştirme (Session TimeOut Retention) - 10 Mart 2014
- Oracle EBS R11 ve R12 de Form Compile(Derleme) - 10 Mart 2014
- Oracle EBS te Form Personalization(Kişiselleştirme) - 07 Mart 2014