DBA Data[Home] [Help]

APPS.ARP_ROUNDING dependencies on ARP_XLA_EVENTS

Line 974: l_xla_ev_rec ARP_XLA_EVENTS.XLA_EVENTS_TYPE;

970: rows NUMBER;
971:
972: l_gl_dist_key_value_list gl_ca_utility_pkg.r_key_value_arr; /* mrc */
973: --BUG#2750340
974: l_xla_ev_rec ARP_XLA_EVENTS.XLA_EVENTS_TYPE;
975:
976: begin
977:
978: rows := 0;

Line 1277: arp_xla_events.create_events(l_xla_ev_rec);

1273: l_xla_ev_rec.xla_to_doc_id := p_customer_trx_id;
1274: l_xla_ev_rec.xla_doc_table := 'CT';
1275: l_xla_ev_rec.xla_mode := 'O';
1276: l_xla_ev_rec.xla_call := 'D';
1277: arp_xla_events.create_events(l_xla_ev_rec);
1278:
1279: END IF;
1280: IF PG_DEBUG in ('Y', 'C') THEN
1281: arp_standard.debug('after mrc if customer trx id is not null');