1.

How Can I Change In Custom.pll? After Changes How Can I Send On The Server And What's Effect In This Condition?

Answer»
  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



Discussion

No Comment Found