Home     |     Java    |     Php General    |     Oracle Database    |     Oracle Server  

MS Dynamics CRM 3.0

  •  Setting up and Configuring Microsoft Dynamics CRM 3.0
  •  Managing Security and Information Access
  •  Entity Customization: Concepts and Attributes
  •  Entity Customization: Forms and Views
  •  Entity Customization: Relationships, Custom Entities, and Site Map
  •  Reporting and Analysis
  •  Workflow
  •  Server-Side SDK
  •  Client-Side SDK
  •  Integration with External Applications
  • Cervo Technologies
    The Right Source to Outsource

    Sharepoint Portal Server KB

    Microsoft CRM Info

    WPF Interview Questions

    SilverLight Interview Qs

    Asp.Net 2.0 Interview Qs

    Asp.NET 1.1 FAQs

    Oracle Interview Questions

    SAP Interview Questions

    Oracle Database

    10g utl_file.fclose?? ... PLS-00201: identifier ""must be declared


    utl_file.fclose(emi_output);

    Compilation errors for PROCEDURE CAPUSER.SP_FEES_EMI

    Error: PLS-00201: identifier 'EMI_OUTPUT' must be declared

    ...

    it is defined? and am able to open and write to the file.

    Where do I define it? This code worked fine in 9i

    prior code contains:

    emi_ouput UTL_FILE.FILE_TYPE;
    and
    emi_ouput := utl_file.fopen(dir_name,file_name,'w');

    Thanks.

    "jobs" <j@webdos.com> a crit dans le message de news: 1177968911.476250.31@u30g2000hsc.googlegroups.com...
    | utl_file.fclose(emi_output);
    |
    | Compilation errors for PROCEDURE CAPUSER.SP_FEES_EMI
    |
    | Error: PLS-00201: identifier 'EMI_OUTPUT' must be declared
    |
    |
    | ...
    |
    | it is defined? and am able to open and write to the file.
    |
    | Where do I define it? This code worked fine in 9i
    |
    |
    |
    | prior code contains:
    |
    |
    | emi_ouput UTL_FILE.FILE_TYPE;
    | and
    | emi_ouput := utl_file.fopen(dir_name,file_name,'w');
    |
    | Thanks.
    |

    Post the whole procedure.
    What you posted is useless.

    Regards
    Michel Cadot

    -----------------------------------------------Reply-----------------------------------------------

    jobs schrieb:

     From what you provided, you have a typo:
    emi_ouput - declared
    emi_output - referred

    Best regards

    Maxim

    -----------------------------------------------Reply-----------------------------------------------

    No it isn't ... now the issue is to figure out why it isn't.

    Post your real code and include your version number to 3 decimal
    places.
    --
    Daniel A. Morgan
    University of Washington
    damor@x.washington.edu
    (replace x with u to respond)
    Puget Sound Oracle Users Group
    www.psoug.org

    -----------------------------------------------Reply-----------------------------------------------

    >  From what you provided, you have a typo:
    > emi_ouput - declared
    > emi_output - referred

    wow. sorry all. It bit my nose off.

    Thanks.

    Add to del.icio.us | Digg this | Stumble it | Powered by Megasolutions Inc