DBA Data[Home] [Help]

APPS.AP_FUNDS_CONTROL_PKG dependencies on XLA_EVENTS_GT

Line 650: xla_events_gt e

646: FROM gl_lookups l
647: WHERE lookup_type = 'FUNDS_CHECK_RESULT_CODE'
648: AND EXISTS ( SELECT 'x'
649: FROM gl_bc_packets bc,
650: xla_events_gt e
651: WHERE bc.event_id = e.event_id
652: AND result_code like 'F%'
653: AND bc.result_code = l.lookup_code)
654: AND rownum = 1;