DBA Data[Home] [Help]

APPS.OTA_INITIALIZATION_WF dependencies on OTA_FRM_NOTIF_SUBSCRIBERS

Line 1823: from ota_frm_notif_subscribers

1819:
1820: cursor get_frm_subscriber
1821: is
1822: select person_id
1823: from ota_frm_notif_subscribers
1824: where forum_id = p_forum_id
1825: and person_id is not null;
1826:
1827: