DBA Data[Home] [Help]

APPS.FND_CONC_PRIVATE_UTILS dependencies on WF_NOTIFICATIONS

Line 379: from wf_notifications

375: notify_id number;
376:
377: cursor nids_cursor is
378: select notification_id
379: from wf_notifications
380: where group_id = nid;
381: -- code for bug 4172657 ends
382:
383: begin