DBA Data[Home] [Help]

APPS.ARP_PROCESS_ADJUSTMENT dependencies on XLA_EVENTS_PUB_PKG

Line 1596: l_event_source_info xla_events_pub_pkg.t_event_source_info;

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;
1598: l_security xla_events_pub_pkg.t_security;
1599: l_adj_post_to_gl ra_cust_trx_types.adj_post_to_gl%TYPE := 'Y' ;
1600:

Line 1598: l_security xla_events_pub_pkg.t_security;

1594:
1595: /* 6888581 */
1596: l_event_source_info xla_events_pub_pkg.t_event_source_info;
1597: l_event_id NUMBER;
1598: l_security xla_events_pub_pkg.t_security;
1599: l_adj_post_to_gl ra_cust_trx_types.adj_post_to_gl%TYPE := 'Y' ;
1600:
1601: BEGIN
1602: arp_util.debug('ar_process_adjustment.update_adjustment()+',

Line 1804: xla_events_pub_pkg.update_event

1800: and xet.entity_code ='ADJUSTMENTS'
1801: AND xet.application_id = 222
1802: AND adj.SET_OF_BOOKS_ID = xet.LEDGER_ID;
1803:
1804: xla_events_pub_pkg.update_event
1805: (p_event_source_info => l_event_source_info,
1806: p_event_id => l_event_id,
1807: p_event_status_code => 'N',
1808: p_valuation_method => null,