DBA Data[Home] [Help]

APPS.AP_CALC_WITHHOLDING_PKG dependencies on XLA_EVENTS

Line 412: xla_events evnt,

408: --
409: CURSOR c_sum_per_event(p_acct_event_id NUMBER) IS
410: SELECT SUM(amount), count(1)
411: FROM ap_invoice_distributions_all aid,
412: xla_events evnt,
413: xla_ae_headers xah,
414: ap_system_parameters_all asp
415: WHERE aid.accounting_event_id = p_acct_event_id
416: AND aid.accounting_event_id = evnt.event_id