Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

tool_env.getvar parameter

Warren TolentinoApr 2 2009 — edited Apr 2 2009
i am debugging a form that is using Tool_Env.Getvar() built-in package procedure. the form is throwing an error that it could not recognize the directory because it does not exists anymore. i want to change the parameter to reflect to the new directory and i came across this line of code:
    Procedure [procedure name] Is
      hard_path     varchar2(100);
      ...
    begin
      ...
      Tool_Env.Getvar('OUTPUT_DOC_DIR', hard_path);
      ...
    end;
where i could not figure out where i can find OUTPUT_DOC_DIR to change it's value?

thanks,
warren
This post has been answered by 49905 on Apr 2 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 30 2009
Added on Apr 2 2009
2 comments
7,694 views