DBA Data[Home] [Help]

APPS.ARP_RUN dependencies on ARP_DEBUG

Line 410: arp_debug.debug('Skipping unconditional enq_trans call');

406: IF l_has_enqueue_run
407: THEN
408: IF PG_DEBUG in ('Y','C')
409: THEN
410: arp_debug.debug('Skipping unconditional enq_trans call');
411: END IF;
412: ELSE
413: IF PG_DEBUG in ('Y','C')
414: THEN

Line 415: arp_debug.debug('Calling enq_trans unconditionally');

411: END IF;
412: ELSE
413: IF PG_DEBUG in ('Y','C')
414: THEN
415: arp_debug.debug('Calling enq_trans unconditionally');
416: END IF;
417: enq_trans;
418: END IF;
419: