DBA Data[Home] [Help]

APPS.IBE_WF_NOTIF_SETUP_PVT dependencies on IBE_WF_NOTIF_MSG_MAPS

Line 611: From ibe_wf_notif_msg_maps

607: where notification_name = p_notification_name;
608:
609: cursor wf_notif_msg_maps(p_notif_setup_id IN NUMBER) IS
610: select notif_msg_map_id, notification_name, message_name
611: From ibe_wf_notif_msg_maps
612: where notif_setup_id = p_notif_setup_id;
613: --And default_msg_map_flag <> 'Y';
614:
615: l_notif_Setup_id NUMBER;

Line 645: IBE_WF_NOTIF_MSG_MAPS_PVT.Delete_Wf_Notif_Msg_MAPS(

641: LOOP
642: fetch wf_notif_msg_maps into l_notif_msg_map_id, l_notification_name, l_message_name;
643: exit when wf_Notif_Msg_Maps%NOTFOUND;
644:
645: IBE_WF_NOTIF_MSG_MAPS_PVT.Delete_Wf_Notif_Msg_MAPS(
646: p_api_version => 1.0,
647: p_init_msg_list => FND_API.G_FALSE,
648: p_commit => FND_API.G_FALSE,
649: x_return_status => l_return_status,