Guest Mar 7th, 2006 1. FTP the Custom.pll from $AU_TOP/resource 2. Open the Custom.pll in Forms6i 3. Include the following code for your Form logic : begin Form_Name varchar2(50) := name_in('system.current_form'); If Form_Name = 'YOUR CUSTOM FORM" then begin include your logic end; end; 4. Once changes over , using the following command to generate the CUSTOM.plx f60gen module=CUSTOM.pll userid=apps/apps@mfgdev module_type=LIBRARY to generate the latest CUSTOM.plx and move this CUSTOM.plx to $AU_TOP/resourceRegards,Mukesh
How can I change in custom.pll? After changes how can I send on the server and what's effect in this condition?