DBA Data[Home] [Help]

APPS.FND_CONC_PRIVATE_UTILS dependencies on WF_NOTIFICATIONS

Line 348: from wf_notifications

344: notify_id number;
345:
346: cursor nids_cursor is
347: select notification_id
348: from wf_notifications
349: where group_id = nid;
350: -- code for bug 4172657 ends
351:
352: begin