DBA Data[Home] [Help]

APPS.ARP_ETAX_RECURR_UTIL dependencies on ARP_DEBUG

Line 28: arp_debug.debug(text);

24:
25: PROCEDURE debug(text IN VARCHAR2) IS
26: BEGIN
27: -- fnd_file.put_line(FND_FILE.LOG, text);
28: arp_debug.debug(text);
29: END;
30:
31: /* Private Procedure - Inserts headers into ZX_TRX_HEADERS_GT */
32: PROCEDURE insert_header(p_customer_trx_id IN NUMBER) IS