DBA Data[Home] [Help]

APPS.ARP_AUTO_RULE dependencies on ARP_XLA_EVENTS

Line 2639: l_xla_ev_rec arp_xla_events.xla_events_type;

2635: sum_dist_created NUMBER := 0;
2636: trx_dist_created NUMBER := 0;
2637: return_warning BOOLEAN := FALSE;
2638: --Bug#2750340
2639: l_xla_ev_rec arp_xla_events.xla_events_type;
2640:
2641: BEGIN
2642:
2643: IF (p_debug = 'Y')

Line 3084: ARP_XLA_EVENTS.create_events(p_xla_ev_rec => l_xla_ev_rec);

3080: l_xla_ev_rec.xla_doc_table := 'CT';
3081: l_xla_ev_rec.xla_mode := 'O';
3082: l_xla_ev_rec.xla_call := 'B';
3083: l_xla_ev_rec.xla_fetch_size := 999;
3084: ARP_XLA_EVENTS.create_events(p_xla_ev_rec => l_xla_ev_rec);
3085:
3086: IF (p_commit = 'Y')
3087: THEN
3088: COMMIT WORK;