DBA Data[Home] [Help]

APPS.ARP_RATE_ADJ dependencies on ARP_XLA_EVENTS

Line 257: l_xla_ev_rec arp_xla_events.xla_events_type;

253: claim_cancel_api_error EXCEPTION;
254: claim_create_api_error EXCEPTION;
255:
256: --Bug#2750340
257: l_xla_ev_rec arp_xla_events.xla_events_type;
258:
259: --BUG#5022786
260: CURSOR c_trx(p_trx_id IN NUMBER) IS
261: SELECT upgrade_method

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

575: l_xla_ev_rec.xla_to_doc_id := old_crh.cash_receipt_id;
576: l_xla_ev_rec.xla_doc_table := 'CRH';
577: l_xla_ev_rec.xla_mode := 'O';
578: l_xla_ev_rec.xla_call := 'B';
579: ARP_XLA_EVENTS.create_events(p_xla_ev_rec => l_xla_ev_rec);
580: END IF;
581:
582:
583: /*----------------------------------------------------------------*

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

944: l_xla_ev_rec.xla_to_doc_id := new_adj.cash_receipt_id;
945: l_xla_ev_rec.xla_doc_table := 'CRH';
946: l_xla_ev_rec.xla_mode := 'O';
947: l_xla_ev_rec.xla_call := 'B';
948: ARP_XLA_EVENTS.create_events(p_xla_ev_rec => l_xla_ev_rec);
949: END IF;
950:
951:
952:

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

1362: l_xla_ev_rec.xla_to_doc_id := temp_num;
1363: l_xla_ev_rec.xla_doc_table := 'APP';
1364: l_xla_ev_rec.xla_mode := 'O';
1365: l_xla_ev_rec.xla_call := 'B';
1366: ARP_XLA_EVENTS.create_events(p_xla_ev_rec => l_xla_ev_rec);
1367:
1368: --BUG#5022786
1369: IF old_rec_app.applied_customer_trx_id IS NOT NULL AND old_rec_app.status = 'APP' THEN
1370: OPEN c_trx(old_rec_app.applied_customer_trx_id);

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

1790: l_xla_ev_rec.xla_to_doc_id := temp_num;
1791: l_xla_ev_rec.xla_doc_table := 'APP';
1792: l_xla_ev_rec.xla_mode := 'O';
1793: l_xla_ev_rec.xla_call := 'B';
1794: ARP_XLA_EVENTS.create_events(p_xla_ev_rec => l_xla_ev_rec);
1795:
1796: /* Bug No. 3682777 JVARKEY
1797: Update the gl_date_closed of concerned invoice in the payment schedules if the status is closed and
1798: the current gl_date closed is less than gl_date of the reate adjustment */

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

1905: l_xla_ev_rec.xla_to_doc_id := temp_num;
1906: l_xla_ev_rec.xla_doc_table := 'APP';
1907: l_xla_ev_rec.xla_mode := 'O';
1908: l_xla_ev_rec.xla_call := 'B';
1909: ARP_XLA_EVENTS.create_events(p_xla_ev_rec => l_xla_ev_rec);
1910:
1911:
1912: --{BUG#5022786 Call the creation of APP distribution in LLCA mode if required
1913: IF old_rec_app.status = 'APP' AND l_upgrade_methode IN ('R12','R12_11IMFAR') THEN

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

2202: l_xla_ev_rec.xla_to_doc_id := temp_num;
2203: l_xla_ev_rec.xla_doc_table := 'APP';
2204: l_xla_ev_rec.xla_mode := 'O';
2205: l_xla_ev_rec.xla_call := 'B';
2206: ARP_XLA_EVENTS.create_events(p_xla_ev_rec => l_xla_ev_rec);
2207:
2208: --
2209: --Release 11.5 VAT changes, create the UNAPP record accounting.
2210: --

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

2286: l_xla_ev_rec.xla_to_doc_id := temp_num;
2287: l_xla_ev_rec.xla_doc_table := 'APP';
2288: l_xla_ev_rec.xla_mode := 'O';
2289: l_xla_ev_rec.xla_call := 'B';
2290: ARP_XLA_EVENTS.create_events(p_xla_ev_rec => l_xla_ev_rec);
2291:
2292: --
2293: --Release 11.5 VAT changes, create the UNID record accounting.
2294: --