DBA Data[Home] [Help]

APPS.JAI_AR_MATCH_TAX_PKG dependencies on ARP_XLA_EVENTS

Line 179: A call is made to ARP_XLA_EVENTS.CREATE_EVENTS(p_xla_ev_rec => l_xla_event) to update the event_id field

175: from the call to 'Event Engine' for each line. IL will call the Event Engine API, and derive the
176: Event_Id for the base item line. This Event_Id will be punched to all the tax and freight lines related
177: to the base item line
178:
179: A call is made to ARP_XLA_EVENTS.CREATE_EVENTS(p_xla_ev_rec => l_xla_event) to update the event_id field
180:
181: Issue:
182: Impact on IL due to ebTax Uptake by AR
183: Reason:

Line 1173: l_xla_event arp_xla_events.xla_events_type;

1169: lv_loc_tax_code VARCHAR2(20) := 'Localization';
1170: lv_line_type_line VARCHAR2(10) := 'LINE';
1171: ld_gl_posted_date RA_CUST_TRX_LINE_GL_DIST_ALL.gl_posted_date%type ;
1172: lv_account_class_rec VARCHAR2(10) := 'REC';
1173: l_xla_event arp_xla_events.xla_events_type;
1174: ln_gl_seq Number;
1175: imported_trx VARCHAR2(10) := 'IMPORTED';
1176:
1177: lv_tax_regime_code zx_rates_b.tax_regime_code%type ;

Line 1756: ARP_XLA_EVENTS.CREATE_EVENTS(p_xla_ev_rec => l_xla_event);

1752: l_xla_event.xla_doc_table := 'CT' ;
1753: l_xla_event.xla_doc_event := NULL ;
1754: l_xla_event.xla_mode := 'O' ;
1755: l_xla_event.xla_call := 'D' ;
1756: ARP_XLA_EVENTS.CREATE_EVENTS(p_xla_ev_rec => l_xla_event);
1757: -- ###### IMPORTANT FOR R12
1758: END IF;
1759:
1760:

Line 2568: l_xla_event arp_xla_events.xla_events_type;

2564: v_gl_dist_id number;
2565:
2566:
2567: /* Added by Ramananda for bug#4468353 due to sla uptake by AR, end */
2568: l_xla_event arp_xla_events.xla_events_type;
2569:
2570: BEGIN --MAIN BLOCK BEGIN
2571:
2572:

Line 2997: ARP_XLA_EVENTS.CREATE_EVENTS(p_xla_ev_rec => l_xla_event);

2993: l_xla_event.xla_mode := 'O' ;
2994: l_xla_event.xla_call := 'D' ;
2995: --l_xla_event.xla_fetch_size
2996:
2997: ARP_XLA_EVENTS.CREATE_EVENTS(p_xla_ev_rec => l_xla_event);
2998:
2999:
3000: -- code for mrc insert starts here -- bug # 3326394
3001: ar_mrc_engine.maintain_mrc_data(