DBA Data[Home] [Help]

APPS.IBE_WF_MSG_MAPPING_PVT dependencies on IBE_WF_NOTIF_SETUP

Line 716: from ibe_wf_notif_setup

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