DBA Data[Home] [Help]

APPS.AP_FUNDS_CONTROL_PKG dependencies on XLA_EVENTS_GT

Line 503: xla_events_gt e

499: FROM gl_lookups l
500: WHERE lookup_type = 'FUNDS_CHECK_RESULT_CODE'
501: AND EXISTS ( SELECT 'x'
502: FROM gl_bc_packets bc,
503: xla_events_gt e
504: WHERE bc.event_id = e.event_id
505: AND result_code like 'F%'
506: AND bc.result_code = l.lookup_code)
507: AND rownum = 1;