DBA Data[Home] [Help]

APPS.AR_AUTOREC_API dependencies on XLA_EVENTS_PUB_PKG

Line 2563: arp_debug.debug ( 'Calling xla_events_pub_pkg.delete_bulk_events()');

2559: where request_id = pg_request_id));
2560:
2561: IF PG_DEBUG in ('Y','C') THEN
2562: arp_debug.debug ( 'rows inserted into xla gt table = '|| sql%rowcount);
2563: arp_debug.debug ( 'Calling xla_events_pub_pkg.delete_bulk_events()');
2564: END IF;
2565:
2566: xla_events_pub_pkg.delete_bulk_events(222);
2567:

Line 2566: xla_events_pub_pkg.delete_bulk_events(222);

2562: arp_debug.debug ( 'rows inserted into xla gt table = '|| sql%rowcount);
2563: arp_debug.debug ( 'Calling xla_events_pub_pkg.delete_bulk_events()');
2564: END IF;
2565:
2566: xla_events_pub_pkg.delete_bulk_events(222);
2567:
2568: IF PG_DEBUG in ('Y','C') THEN
2569: arp_debug.debug ( 'End calling xla delete_bulk_events');
2570: END IF;

Line 2575: arp_debug.debug('Error in call to xla_events_pub_pkg.delete_bulk_events ' || sqlerrm);

2571:
2572: EXCEPTION
2573: WHEN OTHERS THEN
2574: IF PG_DEBUG in ('Y', 'C') THEN
2575: arp_debug.debug('Error in call to xla_events_pub_pkg.delete_bulk_events ' || sqlerrm);
2576: END IF;
2577: END;
2578: /* End of delete XLA events code */
2579: