DBA Data[Home] [Help]

APPS.ASO_PUBLISH_MISC_INT dependencies on IBE_WF_NOTIF_SETUP_PVT

Line 153: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);

149: IF l_debug = 'Y' THEN
150: ASO_QUOTE_UTIL_PVT.Debug('Check if this notification is enabled.');
151: END IF;
152:
153: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);
154: IF l_debug = 'Y' THEN
155: ASO_QUOTE_UTIL_PVT.Debug('Notification Name: '||l_notifName||' Enabled: '||l_notifEnabled);
156: END IF;
157:

Line 557: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);

553: IF l_debug = 'Y' THEN
554: ASO_QUOTE_UTIL_PVT.Debug('Check if this notification is enabled.');
555: END IF;
556:
557: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);
558:
559: IF l_debug = 'Y' THEN
560: ASO_QUOTE_UTIL_PVT.Debug('Notification Name: '||l_notifName||' Enabled: '||l_notifEnabled);
561: END IF;