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 574: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);

570: IF l_debug = 'Y' THEN
571: ASO_QUOTE_UTIL_PVT.Debug('Check if this notification is enabled.');
572: END IF;
573:
574: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);
575:
576: IF l_debug = 'Y' THEN
577: ASO_QUOTE_UTIL_PVT.Debug('Notification Name: '||l_notifName||' Enabled: '||l_notifEnabled);
578: END IF;