DBA Data[Home] [Help]

APPS.ETRM_FNDNAV dependencies on WF_EVENTS

Line 279: from wf_events e

275:
276: cursor cur_event(c_name in dba_objects.object_name%type := '%'
277: , n_appid in number) is
278: select count(e.name) id_count
279: from wf_events e
280: , fnd_application a
281: where a.application_id = n_appid
282: and e.owner_tag = a.application_short_name
283: and e.name like c_name ESCAPE '\';

Line 529: from wf_events e

525: cursor cur_event(c_name in dba_objects.object_name%type := '%'
526: , n_appid in number) is
527: select e.name
528: , e.guid id
529: from wf_events e
530: , fnd_application a
531: where a.application_id = n_appid
532: and e.owner_tag = a.application_short_name
533: and e.name like c_name ESCAPE '\';

Line 1497: FROM WF_EVENTS

1493: , STATUS
1494: , GENERATE_FUNCTION
1495: , OWNER_NAME
1496: , OWNER_TAG
1497: FROM WF_EVENTS
1498: where GUID = c_guid;
1499:
1500: cursor cur_subscriptions(c_guid in varchar2) is
1501: select s.wf_process_name