DBA Data[Home] [Help]

APPS.ARP_PROCESS_ADJUSTMENT dependencies on ARP_XLA_EVENTS

Line 947: l_xla_ev_rec arp_xla_events.xla_events_type;

943: l_accounting_affect_flag ar_receivables_trx.accounting_affect_flag%type;
944:
945: l_app_ps_status VARCHAR2(10);
946: --BUG#2750340
947: l_xla_ev_rec arp_xla_events.xla_events_type;
948:
949: /* 4544013 */
950: l_gt_id NUMBER := 0;
951: l_gt_id_temp NUMBER := 0;

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

1385: l_xla_ev_rec.xla_call := 'B';
1386:
1387:
1388: IF (l_accounting_affect_flag <> 'N') THEN
1389: ARP_XLA_EVENTS.create_events(p_xla_ev_rec => l_xla_ev_rec);
1390: END IF;
1391:
1392: /*End Bug7299812 */
1393:

Line 1593: l_xla_ev_rec arp_xla_events.xla_events_type;

1589:
1590: l_amount_adjusted_pending NUMBER; /*3590046 */
1591:
1592: --BUG#2750340
1593: l_xla_ev_rec arp_xla_events.xla_events_type;
1594:
1595: /* 6888581 */
1596: l_event_source_info xla_events_pub_pkg.t_event_source_info;
1597: l_event_id NUMBER;

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

1827: l_xla_ev_rec.xla_to_doc_id := p_adjustment_id;
1828: l_xla_ev_rec.xla_doc_table := 'ADJ';
1829: l_xla_ev_rec.xla_mode := 'O';
1830: l_xla_ev_rec.xla_call := 'B';
1831: ARP_XLA_EVENTS.create_events(p_xla_ev_rec => l_xla_ev_rec);
1832:
1833: END IF;
1834: END IF;
1835: /*-------------------------------------------------------------------+

Line 2038: l_xla_ev_rec arp_xla_events.xla_events_type;

2034: l_old_adj_rec ar_adjustments%rowtype;
2035: l_ae_doc_rec ae_doc_rec_type;
2036: l_accounting_affect_flag ar_receivables_trx.accounting_affect_flag%type;
2037: --BUG#2750340
2038: l_xla_ev_rec arp_xla_events.xla_events_type;
2039:
2040: /* 4544013 */
2041: l_gt_id NUMBER := 0;
2042: l_line_amt NUMBER;

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

2238: l_xla_ev_rec.xla_to_doc_id := p_adjustment_id;
2239: l_xla_ev_rec.xla_doc_table := 'ADJ';
2240: l_xla_ev_rec.xla_mode := 'O';
2241: l_xla_ev_rec.xla_call := 'B';
2242: ARP_XLA_EVENTS.create_events(p_xla_ev_rec => l_xla_ev_rec);
2243:
2244: /*-------------------------------------------------------------------+
2245: | Change for the BR/BOE project has been made. |
2246: | Accounting is created only if the status is 'A' and the |

Line 2623: l_xla_ev_rec arp_xla_events.xla_events_type;

2619: l_aah_id NUMBER;
2620: l_adj_rec ar_adjustments%ROWTYPE;
2621: l_ps_rec ar_payment_schedules%rowtype;
2622: --BUG#2750340
2623: l_xla_ev_rec arp_xla_events.xla_events_type;
2624:
2625: BEGIN
2626: IF PG_DEBUG in ('Y', 'C') THEN
2627: arp_standard.debug( 'arp_process_adjustment.reverse_adjustment()+' );

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

2667: l_xla_ev_rec.xla_doc_table := 'ADJ';
2668: l_xla_ev_rec.xla_mode := 'O';
2669: l_xla_ev_rec.xla_call := 'B';
2670:
2671: ARP_XLA_EVENTS.create_events(p_xla_ev_rec => l_xla_ev_rec);
2672:
2673: EXCEPTION
2674: WHEN NO_DATA_FOUND THEN
2675: IF PG_DEBUG in ('Y', 'C') THEN

Line 2953: l_xla_ev_rec arp_xla_events.xla_events_type;

2949: l_sequence_assignment_id NUMBER;
2950: /* VAT changes */
2951: l_ae_doc_rec ae_doc_rec_type;
2952: --BUG#2750340
2953: l_xla_ev_rec arp_xla_events.xla_events_type;
2954:
2955: BEGIN
2956: IF PG_DEBUG in ('Y', 'C') THEN
2957: arp_standard.debug( 'arp_process_adjustment.insert_reverse_actions()+');