DBA Data[Home] [Help]

APPS.ARP_ETAX_SERVICES_PKG dependencies on ARP_XLA_EVENTS

Line 2429: l_xla_ev_rec ARP_XLA_EVENTS.XLA_EVENTS_TYPE;

2425: l_dist_count NUMBER;
2426: l_rules_check_flag VARCHAR2(1);
2427: l_account_set_flag VARCHAR2(1);
2428: l_rtn NUMBER;
2429: l_xla_ev_rec ARP_XLA_EVENTS.XLA_EVENTS_TYPE;
2430: BEGIN
2431: arp_util.debug('ARP_ETAX_SERVICES_PKG.Calculate_tax(+)');
2432: arp_util.debug('p_action = ' || p_action);
2433:

Line 2586: arp_xla_events.create_events(l_xla_ev_rec);

2582: l_xla_ev_rec.xla_to_doc_id := p_customer_trx_id;
2583: l_xla_ev_rec.xla_doc_table := 'CT';
2584: l_xla_ev_rec.xla_mode := 'O';
2585: l_xla_ev_rec.xla_call := 'D';
2586: arp_xla_events.create_events(l_xla_ev_rec);
2587: END IF;
2588: END IF;
2589: END IF;
2590: