DBA Data[Home] [Help]

APPS.ICX_SEC dependencies on WF_EVENT_SUBSCRIPTIONS

Line 4329: FROM wf_event_subscriptions

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