DBA Data[Home] [Help]

APPS.IBE_OM_INTEGRATION_GRP dependencies on IBE_WF_NOTIF_SETUP_PVT

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

74: l_notifName := 'IBE_RETURNORDERAPPROVED';
75:
76: -- Check whether this notification is enabled
77:
78: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);
79:
80: IF l_notifEnabled = 'Y' THEN
81:
82:

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

194: l_notifName := 'IBE_RETURNORDERREJECTED';
195:
196: -- Check whether this notification is enabled
197:
198: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);
199:
200: IF l_notifEnabled = 'Y' THEN
201:
202: