DBA Data[Home] [Help]

APPS.AP_ACCTG_PREPAY_DIST_PKG dependencies on XLA_AE_HEADERS

Line 321: xla_ae_headers xah,

317: CURSOR c_sum_per_event(p_acct_event_id NUMBER) IS
318: SELECT SUM(amount), count(1)
319: FROM ap_invoice_distributions_all aid,
320: xla_events evnt,
321: xla_ae_headers xah,
322: ap_system_parameters_all asp
323: WHERE aid.accounting_event_id = p_acct_event_id
324: AND aid.accounting_event_id = evnt.event_id
325: AND evnt.event_type_code in ('INVOICE ADJUSTED', 'CREDIT MEMO ADJUSTED',