DBA Data[Home] [Help]

APPS.JG_ZZ_COMMON_PKG dependencies on XLA_EVENTS

Line 548: xla_events xe,

544: SELECT SUM (ROUND (NVL (xal.accounted_cr, 0), pn_precision))
545: - SUM (ROUND (NVL (xal.accounted_dr, 0), pn_precision))
546: into l_amt
547: FROM xla_transaction_entities xte,
548: xla_events xe,
549: xla_ae_headers xah,
550: xla_ae_lines xal
551: WHERE xte.entity_id = xe.entity_id
552: AND xe.application_id = 200