How can I change in custom.pll? After changes how can I send on the server and what's effect in this condition?

Showing Answers 1 - 1 of 1 Answers

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/resource

Regards,

Mukesh 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions