DBA Data[Home] [Help]

APPS.IBE_WORKFLOW_PVT dependencies on WF_CORE

Line 1172: wf_core.context('ibe_workflow_pvt',

1168: When OTHERS Then
1169: x_return_status := FND_API.g_ret_sts_error;
1170: x_msg_count := 0;
1171:
1172: wf_core.context('ibe_workflow_pvt',
1173: 'NotifyRegistration',
1174: p_send_name
1175: );
1176: raise;

Line 1607: wf_core.context('ibe_workflow_pvt',

1603: Exception
1604: When OTHERS Then
1605: x_return_status := FND_API.g_ret_sts_error;
1606: x_msg_count := 0;
1607: wf_core.context('ibe_workflow_pvt',
1608: 'NotifyRegistration',
1609: p_login_name
1610: );
1611: raise;

Line 1791: wf_core.context('ibe_workflow_pvt', 'NotifyForgetLogin', p_login_name);

1787:
1788: WHEN OTHERS THEN
1789: x_return_status := FND_API.g_ret_sts_error;
1790: x_msg_count := 0;
1791: wf_core.context('ibe_workflow_pvt', 'NotifyForgetLogin', p_login_name);
1792: raise;
1793:
1794: END NotifyForgetLogin;
1795:

Line 2405: wf_core.context('ibe_workflow_pvt',

2401: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2402: IBE_UTIL.DEBUG('NotifyOrderStatus:Exception block: '||SQLCODE||': '||SQLERRM);
2403: END IF;
2404:
2405: wf_core.context('ibe_workflow_pvt',
2406: 'NotifyOrderStatus',
2407: l_event_type,
2408: to_char(p_quote_id)
2409: );

Line 2616: wf_core.context('ibe_workflow_pvt',

2612: When OTHERS Then
2613: x_return_status := FND_API.g_ret_sts_error;
2614: x_msg_count := 0;
2615:
2616: wf_core.context('ibe_workflow_pvt',
2617: 'NotifyReturnOrderStatus',
2618: l_event_type,
2619: to_char(l_order_header_id)
2620: );

Line 3016: wf_core.context('ibe_workflow_pvt',

3012: Exception
3013: When OTHERS Then
3014: x_return_status := FND_API.g_ret_sts_error;
3015: x_msg_count := 0;
3016: wf_core.context('ibe_workflow_pvt',
3017: 'NotifyOrderStatus',
3018: l_event_type,
3019: to_char(p_order_id)
3020: );

Line 3343: wf_core.context('ibe_workflow_pvt',

3339: When OTHERS Then
3340: x_return_status := FND_API.g_ret_sts_error;
3341: x_msg_count := 0;
3342:
3343: wf_core.context('ibe_workflow_pvt',
3344: 'NotifyForContractsStatus',
3345: l_event_type,
3346: to_char(p_quote_id)
3347: );

Line 3771: wf_core.context('ibe_workflow_pvt','NotifyQuote',l_sales_event_type,to_char(p_quote_id));

3767: x_msg_count := 0;
3768: IF(IBE_UTIL.g_debugon = l_true) THEN
3769: IBE_UTIL.DEBUG('NotifyForContractsChange:Exception: '||SQLCODE||SQLERRM);
3770: END IF;
3771: wf_core.context('ibe_workflow_pvt','NotifyQuote',l_sales_event_type,to_char(p_quote_id));
3772: raise;
3773: END NotifyForContractsChange;
3774:
3775:

Line 4544: wf_core.context('ibe_workflow_pvt',

4540: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
4541: IBE_UTIL.DEBUG('NotifySalesAssist:Exception block: '||SQLCODE||': '||SQLERRM);
4542: END IF;
4543:
4544: wf_core.context('ibe_workflow_pvt',
4545: 'NotifySalesAssistance',
4546: l_sales_event_type,
4547: to_char(p_quote_id)
4548: );

Line 4800: wf_core.context('IBE_WORKFLOW_PVT',l_notifname,l_messagename,p_quote_header_id);

4796:
4797: WHEN OTHERS THEN
4798: x_return_status := FND_API.g_ret_sts_error;
4799: x_msg_count := 0;
4800: wf_core.context('IBE_WORKFLOW_PVT',l_notifname,l_messagename,p_quote_header_id);
4801: RAISE;
4802:
4803: END Notify_End_Working;
4804:

Line 5043: wf_core.context('IBE_WORKFLOW_PVT',l_notifName,l_notifName);

5039:
5040: WHEN OTHERS THEN
5041: x_return_status := FND_API.g_ret_sts_error;
5042: x_msg_count := 0;
5043: wf_core.context('IBE_WORKFLOW_PVT',l_notifName,l_notifName);
5044: RAISE;
5045:
5046: END Notify_Finish_Sharing;
5047:

Line 5295: wf_core.context('IBE_WORKFLOW_PVT',l_notifName,l_notifName);

5291:
5292: WHEN OTHERS THEN
5293: x_return_status := FND_API.g_ret_sts_error;
5294: x_msg_count := 0;
5295: wf_core.context('IBE_WORKFLOW_PVT',l_notifName,l_notifName);
5296: RAISE;
5297:
5298: END Notify_Shared_Cart ;
5299:

Line 5541: wf_core.context('IBE_WORKFLOW_PVT',l_notifName,l_notifName);

5537:
5538: WHEN OTHERS THEN
5539: x_return_status := FND_API.g_ret_sts_error;
5540: x_msg_count := 0;
5541: wf_core.context('IBE_WORKFLOW_PVT',l_notifName,l_notifName);
5542: RAISE;
5543:
5544: END Notify_access_change;
5545:

Line 5839: --wf_core.context('IBE_WORKFLOW_PVT',l_notifName,l_notifName);

5835:
5836: WHEN OTHERS THEN
5837: x_return_status := FND_API.g_ret_sts_error;
5838: x_msg_count := 0;
5839: --wf_core.context('IBE_WORKFLOW_PVT',l_notifName,l_notifName);
5840: RAISE;
5841:
5842: END;
5843:

Line 6129: wf_core.context('ibe_workflow_pvt','SHAREDCART','SHAREDCART');

6125:
6126: When OTHERS Then
6127: x_return_status := FND_API.g_ret_sts_error;
6128: x_msg_count := 0;
6129: wf_core.context('ibe_workflow_pvt','SHAREDCART','SHAREDCART');
6130: raise;
6131: End NotifyForSharedCart;
6132:
6133: