DBA Data[Home] [Help]

APPS.AR_AME_CMWF_API dependencies on ARP_XLA_EVENTS

Line 5371: l_xla_ev_rec arp_xla_events.xla_events_type;

5367: l_last_updated_by NUMBER;
5368: l_last_update_login NUMBER;
5369:
5370: --Start bug 11775249
5371: l_xla_ev_rec arp_xla_events.xla_events_type;
5372:
5373: Cursor ra_event_rows (p_customer_trx_id in number) IS
5374: SELECT ra.receivable_application_id,
5375: ra.customer_trx_id,

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

5517: l_xla_ev_rec.xla_to_doc_id := app_rec.receivable_application_id;
5518: l_xla_ev_rec.xla_mode := 'O';
5519: l_xla_ev_rec.xla_call := 'B';
5520: l_xla_ev_rec.xla_doc_table := 'CMAPP';
5521: ARP_XLA_EVENTS.create_events(p_xla_ev_rec => l_xla_ev_rec);
5522:
5523: end loop;
5524: -- End bug 11775249
5525: