DBA Data[Home] [Help]

APPS.AR_AUTOREC_API dependencies on XLA_EVENTS_PUB_PKG

Line 4729: arp_standard.debug ( 'Calling xla_events_pub_pkg.delete_bulk_events()');

4725: where request_id = l_request_id));
4726:
4727: IF PG_DEBUG in ('Y','C') THEN
4728: arp_standard.debug ( 'rows inserted into xla gt table = '|| sql%rowcount);
4729: arp_standard.debug ( 'Calling xla_events_pub_pkg.delete_bulk_events()');
4730: END IF;
4731:
4732: xla_events_pub_pkg.delete_bulk_events(222);
4733:

Line 4732: xla_events_pub_pkg.delete_bulk_events(222);

4728: arp_standard.debug ( 'rows inserted into xla gt table = '|| sql%rowcount);
4729: arp_standard.debug ( 'Calling xla_events_pub_pkg.delete_bulk_events()');
4730: END IF;
4731:
4732: xla_events_pub_pkg.delete_bulk_events(222);
4733:
4734: IF PG_DEBUG in ('Y','C') THEN
4735: arp_standard.debug ( 'End calling xla delete_bulk_events');
4736: END IF;

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

4737:
4738: EXCEPTION
4739: WHEN OTHERS THEN
4740: IF PG_DEBUG in ('Y', 'C') THEN
4741: arp_standard.debug('Error in call to xla_events_pub_pkg.delete_bulk_events ' || sqlerrm);
4742: END IF;
4743: END;
4744: /* End of delete XLA events code */
4745: