1) The TEMPLATE form is the required starting point for all development of new forms
2) Copy TEMPLATE.fmb file from $AU_TOP/forms/US folder to a local directory
3) Copy All PL/SQL Libraries from $AU_TOP/resource folder & APPSTAND.fmb file from $AU_TOP/forms/US folder to desktop path where Form is installed
4) PRE-FORM trigger Contains below code. Modify all the values from ( ). This values are displayed in Front-end menu- 'Help > About Oracle Applications'.
APP_WINDOW.SET_WINDOW_POSITION('BLOCKNAME', 'FIRST_WINDOW');
ReplyDeletecan you change this as
APP_WINDOW.SET_WINDOW_POSITION('WINDOWNAME', 'FIRST_WINDOW');
Updated, thanks for catching it..
ReplyDelete