DBA Data[Home] [Help]

APPS.IEX_DELINQUENCY_PUB dependencies on WF_EVENTS

Line 1674: wf_events we,

1670: END LOOP;*/
1671: select count(we.name)
1672: into l_noof_active_busi_events
1673: from wf_event_subscriptions wes,
1674: wf_events we,
1675: fnd_application fa
1676: where we.guid = wes.event_filter_guid
1677: and we.name like 'oracle.apps.ar.%'
1678: and fa.application_id=695