Latest Answer: Custom Development is the Making / Adding Extra Functioality which client needs apart from standard Oracle Applications functionality . ...
Latest Answer: If you are talking about FORMS trigger (event) then NO. You should not keep your logic in the trigger, rather you should right the code in a routine and to be executed based on the trigger event checks. ...
Latest Answer: fmb is in au_top and fmx is respective prod top ...
Latest Answer: Hides the logic of an application ...
Latest Answer: it user for create zoom function or event in apps applications. and we can create any code or validations for Individual forms in coutom pll ...
Latest Answer: Template form is provided by Oracle to develop NEW form in APPS environment. It contains pre-defined libraries (.pll )as mentioned in the earlier post. To customize , we need to ADD code within custom.pll which is another /pll provided with this ...
Latest Answer: The sorce codes (FMB files) are present in $AU_TOP/forms.  - Under this directory, there are language folders like US, PTB etc where the language specific forms are stored. - Once the forms are compiled, then the fmx is available in the respective product ...
Latest Answer: we can delete existing trigger using drop trigger trigger_name;and we can enable and disable the trigger aslo usingalter trigger trigger_name disable/enable ...
Latest Answer: Here are the form triggers that must not be changed CLOSE_THIS_WINDOW, CLOSE_WINDOW, EXPORT, FOLDER_ACTION, KEY–COMMIT, KEY–EDIT, KEY–EXIT, KEY–HELP,LASTRECORD, MENU_TO_APPCORE, STANDARD_ATTACHMENTS, WHEN–WINDOW–CLOSED, WHEN–FORM–NAVIGATE, ZOOM . ...
Latest Answer: Only the comment property can be changed for a trigger referenced in the oracle forms. ...
View page << Previous 1 2 [3] 4 5 Next >>

Go Top