DBA Data[Home] [Help]

APPS.IBE_WORKFLOW_PVT dependencies on IBE_WF_NOTIF_SETUP_PVT

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

1032:
1033: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
1034: ibe_util.debug('Check if this notification is enabled.');
1035: END IF;
1036: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);
1037: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
1038: ibe_util.debug('Notification Name: '||l_notifName||' Enabled: '||l_notifEnabled);
1039: END IF;
1040:

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

1392: -- end-ab
1393: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
1394: ibe_util.debug('Check if this notification is enabled.');
1395: END IF;
1396: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);
1397:
1398: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
1399: ibe_util.debug('Notification Name: '||l_notifName||' Enabled: '||l_notifEnabled);
1400: END IF;

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

1665: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
1666: ibe_util.debug('Check if this notification is enabled.');
1667: END IF;
1668:
1669: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);
1670:
1671: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
1672: ibe_util.debug('Notification Name: '||l_notifName||' Enabled: '||
1673: l_notifEnabled);

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

1997:
1998: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
1999: ibe_util.debug('Check if this notification is enabled.');
2000: END IF;
2001: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);
2002: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2003: ibe_util.debug('Notification Name: '||l_notifName||' Enabled: '||l_notifEnabled);
2004: END IF;
2005: If l_notifEnabled = 'Y' Then

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

2289:
2290: CLOSE c_card_number;
2291: END IF;
2292: END LOOP;
2293: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);
2294: END IF;
2295: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2296: ibe_util.debug('Notification Name: '||l_notifName||' Enabled: '||l_notifEnabled);
2297: END IF;

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

2580: END IF;
2581:
2582:
2583: /* Check whether the notification is enabled or not */
2584: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);
2585:
2586:
2587:
2588: IF l_notifEnabled = 'Y' Then

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

2941: -- Check for WorkFlow Feature Availablity.
2942: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2943: ibe_util.debug('Check if this notification is enabled.');
2944: END IF;
2945: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);
2946: ----DBMS_OUTPUT.PUT('Notification Name: '||l_notifName||' Enabled: '||l_notifEnabled);
2947: --l_notifEnabled := 'Y';
2948: If l_notifEnabled = 'Y' Then
2949: IF (IBE_UTIL.G_DEBUGON = l_true) THEN

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

3185: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3186: ibe_util.debug('Check if this notification is enabled.');
3187: END IF;
3188:
3189: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);
3190:
3191: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3192: ibe_util.debug('Notification Name: '||l_notifName||' Enabled: '||l_notifEnabled);
3193: END IF;

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

3549: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3550: ibe_util.debug('Check if this notification is enabled.');
3551: END IF;
3552:
3553: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);
3554:
3555: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3556: ibe_util.debug('Notification Name: '||l_notifName||' Enabled: '||l_notifEnabled);
3557: END IF;

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

3686: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3687: ibe_util.debug('Check if this notification is enabled.');
3688: END IF;
3689:
3690: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);
3691:
3692: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3693: ibe_util.debug('Notification Name: '||l_notifName||' Enabled: '||l_notifEnabled);
3694: END IF;

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

4104: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
4105: ibe_util.debug('Check if this notification is enabled.');
4106: END IF;
4107:
4108: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);
4109:
4110: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
4111: ibe_util.debug('Notification Name: '||l_notifName||' Enabled: '||
4112: l_notifEnabled);

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

4317: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
4318: ibe_util.debug('Check if this notification is enabled.');
4319: END IF;
4320:
4321: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);
4322:
4323: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
4324: ibe_util.debug('Notification Name: '||l_notifName||' Enabled: '||
4325: l_notifEnabled);

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

4785: ELSE
4786: l_notif_context := 'ENDWORK';
4787: END IF;
4788:
4789: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);
4790: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
4791: ibe_util.debug('Notify_end_working: Notification enabled: '||l_notifEnabled);
4792: END IF;
4793:

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

4999: l_notif_context := 'STOPWORKING';
5000: END IF;
5001:
5002:
5003: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);
5004: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
5005: IBE_UTIL.DEBUG('Notify_finish_sharing: '||l_notifEnabled);
5006: END IF;
5007: IF l_notifEnabled = 'Y' THEN

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

5245: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
5246: IBE_UTIL.DEBUG('Notify_shared_cart:l_notifname: '||l_notifName);
5247: IBE_UTIL.DEBUG('Notify_shared_cart:l_usertype: '||l_usertype);
5248: END IF;
5249: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);
5250: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
5251: IBE_UTIL.DEBUG('Notify_shared_cart:Shared cart notification enabled: '||l_notifEnabled);
5252: END IF;
5253:

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

5479: l_notif_context := 'CHANGEACCESSLEVEL';
5480: END IF;
5481:
5482:
5483: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);
5484: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
5485: IBE_UTIL.DEBUG('Notify_access_change:l_notifEnabled: '||l_notifEnabled);
5486: END IF;
5487: --l_notifEnabled := 'Y';

Line 5700: l_notif_Enabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notif_Name);

5696: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
5697: ibe_util.debug('Check if this notification is enabled.');
5698: END IF;
5699:
5700: l_notif_Enabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notif_Name);
5701: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
5702: ibe_util.debug('Notification Name: '||l_notif_Name||' Enabled: '||l_notif_Enabled);
5703: END IF;
5704:

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

6022: -- Check for WorkFlow Feature Availablity.
6023: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
6024: ibe_util.debug('Check if this notification is enabled.');
6025: END IF;
6026: l_notifEnabled := IBE_WF_NOTIF_SETUP_PVT.Check_Notif_Enabled(l_notifName);
6027: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
6028: ibe_util.debug('Notification Name: '||l_notifName||' Enabled: '||l_notifEnabled);
6029: END IF;
6030: If l_notifEnabled = 'Y' Then