DBA Data[Home] [Help]

APPS.ARP_DET_DIST_PKG dependencies on ARP_DEBUG

Line 440: arp_debug.debug(p_txt);

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