How to send a value from a Stored Procedure to a Log file in Oracel Apps

Showing Answers 1 - 9 of 9 Answers

askvenki

  • Aug 17th, 2007
 

If you want send value from PL/SQL stored procedure from API


fnd_file.put_line(fnd_file.log,'this is venki');

fnd_file.log represents the file


'this is venki' is the value sent to PL/SQL procedure

it may be variable also

  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