DBA Data[Home] [Help]

APPS.IBE_WF_NOTIF_SETUP_PVT dependencies on IBE_WF_NOTIF_MSG_MAPS_PVT

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,