DBA Data[Home] [Help]

APPS.ICX_SEC dependencies on WF_EVENT_SUBSCRIPTIONS

Line 4326: FROM wf_event_subscriptions

4322: BEGIN
4323:
4324: SELECT substrb(parameters,(instrb(parameters,'=',1)+1))
4325: INTO l_except_ids
4326: FROM wf_event_subscriptions
4327: WHERE guid=p_guid;
4328:
4329:
4330: