DBA Data[Home] [Help]

APPS.AP_TURNOVER_RPT_PKG dependencies on XLA_EVENTS

Line 177: ,xla_events xe

173: ,ap_checks ac
174: ,ap_payment_history aph
175: ,ap_lookup_codes alc
176: ,ap_system_parameters asps
177: ,xla_events xe
178: ,xla_distribution_links xdl
179: ,xla_ae_lines xal
180: ,xla_ae_headers xah
181: ,gl_code_combinations gcc

Line 229: ,xla_events xe

225: SELECT SUM(NVL(xal.accounted_cr,0)-NVL(xal.accounted_dr,0))
226: INTO gn_open_invoice_balance
227: FROM ap_invoices ai
228: ,xla_transaction_entities xte
229: ,xla_events xe
230: ,xla_ae_headers xah
231: ,xla_ae_lines xal
232: ,gl_code_combinations gcc
233: WHERE ai.set_of_books_id = LEDGER_ID_PARAM