DBA Data[Home] [Help]

APPS.AP_ACCTG_PAY_ROUND_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 336: ap_system_parameters_all asp

332: CURSOR c_sum_per_event(p_acct_event_id NUMBER) IS
333: SELECT SUM(amount), count(1)
334: FROM ap_invoice_distributions_all aid,
335: xla_events evnt,
336: ap_system_parameters_all asp
337: WHERE aid.accounting_event_id = p_acct_event_id
338: AND aid.accounting_event_id = evnt.event_id
339: AND evnt.event_type_code='INVOICE ADJUSTED'
340: AND aid.org_id = asp.org_id