DBA Data[Home] [Help]

APPS.ARP_ETAX_UTIL dependencies on FND_FILE

Line 55: fnd_file.put_line(FND_FILE.LOG, text);

51: *=======================================================================*/
52:
53: PROCEDURE debug(text IN VARCHAR2) IS
54: BEGIN
55: fnd_file.put_line(FND_FILE.LOG, text);
56: END;
57:
58: /*6932455 1. Removed the Pragma Autonomous Exception.
59: * 2. Changed the Truncate to Delete