DBA Data[Home] [Help]

APPS.IBE_WF_NOTIF_MSG_MAPS_PVT dependencies on IBE_WF_NOTIF_MSG_MAPS_S1

Line 612: select ibe_wf_notif_msg_maps_s1.nextval

608: end if;
609:
610: if( l_operation_type = 'INSERT' ) then
611: debug('save_notif_msg_maps 7');
612: select ibe_wf_notif_msg_maps_s1.nextval
613: into l_notif_msg_map_id
614: from dual;
615:
616: debug('save_notif_msg_maps 8');