DBA Data[Home] [Help]

APPS.AP_TURNOVER_RPT_PKG dependencies on XLA_TRANSACTION_ENTITIES

Line 228: ,xla_transaction_entities xte

224: BEGIN
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