DBA Data[Home] [Help]

APPS.ARP_DET_DIST_PKG dependencies on ARP_DEBUG

Line 442: arp_debug.debug(p_txt);

438:
439: PROCEDURE localdebug(p_txt IN VARCHAR2) IS
440: BEGIN
441: IF PG_DEBUG = 'Y' THEN
442: arp_debug.debug(p_txt);
443: END IF;
444: END;
445:
446: