DBA Data[Home] [Help]

APPS.IBE_WF_NOTIF_SETUP_PVT dependencies on IBE_WF_NOTIF_SETUP_S1

Line 408: select ibe_wf_notif_setup_s1.nextval

404: l_notification_name VARCHAR2(30);
405: l_exists VARCHAr2(1);
406: l_object_version_number NUMBER;
407: cursor wf_setup_seq IS
408: select ibe_wf_notif_setup_s1.nextval
409: From dual;
410: l_rowid ROWID;
411: BEGIN
412: --debug('Save_wf_notif_setup 1');