DBA Data[Home] [Help]

APPS.ARP_DEDUCTION dependencies on ARP_XLA_EVENTS

Line 1763: l_xla_ev_rec arp_xla_events.xla_events_type;

1759:
1760: l_ra_rec ar_receivable_applications%ROWTYPE;
1761: l_prev_app_id ar_receivable_applications.receivable_application_id%TYPE;
1762: l_ae_doc_rec ARP_ACCT_MAIN.ae_doc_rec_type;
1763: l_xla_ev_rec arp_xla_events.xla_events_type;
1764: l_msg_data VARCHAR2(2000);
1765:
1766: BEGIN
1767:

Line 1855: arp_standard.debug('Before calling ARP_XLA_EVENTS.create_events....');

1851: arp_app_pkg.insert_p( l_ra_rec, l_ra_rec.receivable_application_id );
1852:
1853: IF l_ra_rec.receivable_application_id IS NOT NULL THEN
1854:
1855: arp_standard.debug('Before calling ARP_XLA_EVENTS.create_events....');
1856:
1857: l_xla_ev_rec.xla_from_doc_id := l_ra_rec.receivable_application_id;
1858: l_xla_ev_rec.xla_to_doc_id := l_ra_rec.receivable_application_id;
1859:

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

1859:
1860: l_xla_ev_rec.xla_mode := 'O';
1861: l_xla_ev_rec.xla_call := 'B';
1862: l_xla_ev_rec.xla_doc_table := 'APP';
1863: ARP_XLA_EVENTS.create_events(p_xla_ev_rec => l_xla_ev_rec);
1864:
1865: arp_standard.debug('Processessed following RA row :receivable_application_id : '|| l_ra_rec.receivable_application_id);
1866:
1867: END IF;

Line 1919: arp_standard.debug('Before calling ARP_XLA_EVENTS.create_events....');

1915: arp_app_pkg.insert_p( l_ra_rec, l_ra_rec.receivable_application_id );
1916:
1917: IF l_ra_rec.receivable_application_id IS NOT NULL THEN
1918:
1919: arp_standard.debug('Before calling ARP_XLA_EVENTS.create_events....');
1920:
1921: l_xla_ev_rec.xla_from_doc_id := l_ra_rec.receivable_application_id;
1922: l_xla_ev_rec.xla_to_doc_id := l_ra_rec.receivable_application_id;
1923:

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

1923:
1924: l_xla_ev_rec.xla_mode := 'O';
1925: l_xla_ev_rec.xla_call := 'B';
1926: l_xla_ev_rec.xla_doc_table := 'APP';
1927: ARP_XLA_EVENTS.create_events(p_xla_ev_rec => l_xla_ev_rec);
1928:
1929: arp_standard.debug('Processessed following RA row :receivable_application_id : '|| l_ra_rec.receivable_application_id);
1930:
1931: END IF;