DBA Data[Home] [Help]

APPS.ETRM_FNDNAV dependencies on WF_EVENT_SUBSCRIPTIONS

Line 1506: from wf_event_subscriptions s

1502: , s.wf_process_type
1503: , s.rule_function
1504: , s.source_type
1505: , s.description
1506: from wf_event_subscriptions s
1507: where s.event_filter_guid = c_guid
1508: order by source_type;
1509:
1510: v_first boolean := true;