DBA Data[Home] [Help]

APPS.ARP_ETAX_UTIL dependencies on ARP_DEBUG

Line 56: arp_debug.debug(text);

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