DBA Data[Home] [Help]

APPS.AP_CALC_WITHHOLDING_PKG dependencies on XLA_AE_HEADERS

Line 413: xla_ae_headers xah,

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
417: AND evnt.event_type_code in ('INVOICE ADJUSTED',