DBA Data[Home] [Help]

APPS.ARP_ETAX_SERVICES_PKG dependencies on ARP_XLA_EVENTS

Line 2678: l_xla_ev_rec ARP_XLA_EVENTS.XLA_EVENTS_TYPE;

2674: l_dist_count NUMBER;
2675: l_rules_check_flag VARCHAR2(1);
2676: l_account_set_flag VARCHAR2(1);
2677: l_rtn NUMBER;
2678: l_xla_ev_rec ARP_XLA_EVENTS.XLA_EVENTS_TYPE;
2679: BEGIN
2680: arp_util.debug('ARP_ETAX_SERVICES_PKG.Calculate_tax(+)');
2681: arp_util.debug('p_action = ' || p_action);
2682:

Line 2835: arp_xla_events.create_events(l_xla_ev_rec);

2831: l_xla_ev_rec.xla_to_doc_id := p_customer_trx_id;
2832: l_xla_ev_rec.xla_doc_table := 'CT';
2833: l_xla_ev_rec.xla_mode := 'O';
2834: l_xla_ev_rec.xla_call := 'D';
2835: arp_xla_events.create_events(l_xla_ev_rec);
2836: END IF;
2837: END IF;
2838: END IF;
2839: