DBA Data[Home] [Help]

APPS.ARP_DEDUCTION dependencies on ARP_XLA_EVENTS

Line 1767: l_xla_ev_rec arp_xla_events.xla_events_type;

1763:
1764: l_ra_rec ar_receivable_applications%ROWTYPE;
1765: l_prev_app_id ar_receivable_applications.receivable_application_id%TYPE;
1766: l_ae_doc_rec ARP_ACCT_MAIN.ae_doc_rec_type;
1767: l_xla_ev_rec arp_xla_events.xla_events_type;
1768: l_msg_data VARCHAR2(2000);
1769:
1770: BEGIN
1771:

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

1855: arp_app_pkg.insert_p( l_ra_rec, l_ra_rec.receivable_application_id );
1856:
1857: IF l_ra_rec.receivable_application_id IS NOT NULL THEN
1858:
1859: arp_standard.debug('Before calling ARP_XLA_EVENTS.create_events....');
1860:
1861: l_xla_ev_rec.xla_from_doc_id := l_ra_rec.receivable_application_id;
1862: l_xla_ev_rec.xla_to_doc_id := l_ra_rec.receivable_application_id;
1863:

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

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

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

1919: arp_app_pkg.insert_p( l_ra_rec, l_ra_rec.receivable_application_id );
1920:
1921: IF l_ra_rec.receivable_application_id IS NOT NULL THEN
1922:
1923: arp_standard.debug('Before calling ARP_XLA_EVENTS.create_events....');
1924:
1925: l_xla_ev_rec.xla_from_doc_id := l_ra_rec.receivable_application_id;
1926: l_xla_ev_rec.xla_to_doc_id := l_ra_rec.receivable_application_id;
1927:

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

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