DBA Data[Home] [Help]

APPS.PA_SWEEPER dependencies on XLA_EVENTS

Line 376: NOT EXISTS (select 1 from xla_events xl

372: where pbc.status_code in ('S','F','T','R')
373: and (trunc(sysdate) - trunc(pbc.creation_date)) >= l_profile_value
374: and ((pbc.bc_event_id is null) OR
375: (pbc.bc_event_id is not null AND
376: NOT EXISTS (select 1 from xla_events xl
377: where xl.event_id = pbc.bc_event_id)
378: )
379: );
380: