DBA Data[Home] [Help]

APPS.IBE_WF_NOTIF_MSG_MAPS_PVT dependencies on IBE_WF_NOTIF_SETUP

Line 619: from ibe_wf_notif_setup

615:
616: debug('save_notif_msg_maps 8');
617: select notif_setup_id
618: into l_notif_setup_id
619: from ibe_wf_notif_setup
620: where notification_name = p_notification_name;
621:
622: debug('save_notif_msg_maps 9');
623: insert_row(

Line 734: from ibe_wf_notif_setup

730: l_notification_name VARCHAR2(30);
731: l_notif_setup_id NUMBER;
732: cursor wf_notif_setup(p_notification_name IN VARCHAR2) IS
733: select notif_setup_id
734: from ibe_wf_notif_setup
735: where notification_name = p_notification_name;
736: BEGIN
737: --null;
738: savepoint delete_wf_notif_msg_maps;