DBA Data[Home] [Help]

APPS.OTA_INITIALIZATION_WF dependencies on OTA_FRM_NOTIF_SUBSCRIBERS

Line 1827: from ota_frm_notif_subscribers

1823:
1824: cursor get_frm_subscriber
1825: is
1826: select person_id
1827: from ota_frm_notif_subscribers
1828: where forum_id = p_forum_id
1829: and person_id is not null;
1830:
1831: