DBA Data[Home] [Help]

APPS.IBE_WF_MSG_MAPPING_PVT dependencies on IBE_WF_NOTIF_SETUP

Line 713: from ibe_wf_notif_setup

709: BEGIN
710:
711: select org_id_flag, msite_id_flag, enabled_flag, notif_setup_id, user_type_flag
712: into l_org_id_flag, l_msite_id_flag, l_enabled_flag, l_notif_setup_id, l_user_type_flag
713: from ibe_wf_notif_setup
714: where notification_name = p_notification_name;
715:
716: x_return_status := FND_API.G_RET_STS_SUCCESS;
717: x_org_id_flag := l_org_id_flag;