DBA Data[Home] [Help]

APPS.IBE_WORKFLOW_PVT dependencies on WF_CORE

Line 1182: wf_core.context('ibe_workflow_pvt',

1178: When OTHERS Then
1179: x_return_status := FND_API.g_ret_sts_error;
1180: x_msg_count := 0;
1181:
1182: wf_core.context('ibe_workflow_pvt',
1183: 'NotifyRegistration',
1184: p_send_name
1185: );
1186: raise;

Line 1617: wf_core.context('ibe_workflow_pvt',

1613: Exception
1614: When OTHERS Then
1615: x_return_status := FND_API.g_ret_sts_error;
1616: x_msg_count := 0;
1617: wf_core.context('ibe_workflow_pvt',
1618: 'NotifyRegistration',
1619: p_login_name
1620: );
1621: raise;

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

1797:
1798: WHEN OTHERS THEN
1799: x_return_status := FND_API.g_ret_sts_error;
1800: x_msg_count := 0;
1801: wf_core.context('ibe_workflow_pvt', 'NotifyForgetLogin', p_login_name);
1802: raise;
1803:
1804: END NotifyForgetLogin;
1805:

Line 2478: wf_core.context('ibe_workflow_pvt',

2474: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2475: IBE_UTIL.DEBUG('NotifyOrderStatus:Exception block: '||SQLCODE||': '||SQLERRM);
2476: END IF;
2477:
2478: wf_core.context('ibe_workflow_pvt',
2479: 'NotifyOrderStatus',
2480: l_event_type,
2481: to_char(p_quote_id)
2482: );

Line 2706: wf_core.context('ibe_workflow_pvt',

2702: When OTHERS Then
2703: x_return_status := FND_API.g_ret_sts_error;
2704: x_msg_count := 0;
2705:
2706: wf_core.context('ibe_workflow_pvt',
2707: 'NotifyReturnOrderStatus',
2708: l_event_type,
2709: to_char(l_order_header_id)
2710: );

Line 3111: wf_core.context('ibe_workflow_pvt',

3107: Exception
3108: When OTHERS Then
3109: x_return_status := FND_API.g_ret_sts_error;
3110: x_msg_count := 0;
3111: wf_core.context('ibe_workflow_pvt',
3112: 'NotifyOrderStatus',
3113: l_event_type,
3114: to_char(p_order_id)
3115: );

Line 3438: wf_core.context('ibe_workflow_pvt',

3434: When OTHERS Then
3435: x_return_status := FND_API.g_ret_sts_error;
3436: x_msg_count := 0;
3437:
3438: wf_core.context('ibe_workflow_pvt',
3439: 'NotifyForContractsStatus',
3440: l_event_type,
3441: to_char(p_quote_id)
3442: );

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

3862: x_msg_count := 0;
3863: IF(IBE_UTIL.g_debugon = l_true) THEN
3864: IBE_UTIL.DEBUG('NotifyForContractsChange:Exception: '||SQLCODE||SQLERRM);
3865: END IF;
3866: wf_core.context('ibe_workflow_pvt','NotifyQuote',l_sales_event_type,to_char(p_quote_id));
3867: raise;
3868: END NotifyForContractsChange;
3869:
3870:

Line 4639: wf_core.context('ibe_workflow_pvt',

4635: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
4636: IBE_UTIL.DEBUG('NotifySalesAssist:Exception block: '||SQLCODE||': '||SQLERRM);
4637: END IF;
4638:
4639: wf_core.context('ibe_workflow_pvt',
4640: 'NotifySalesAssistance',
4641: l_sales_event_type,
4642: to_char(p_quote_id)
4643: );

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

4891:
4892: WHEN OTHERS THEN
4893: x_return_status := FND_API.g_ret_sts_error;
4894: x_msg_count := 0;
4895: wf_core.context('IBE_WORKFLOW_PVT',l_notifname,l_messagename,p_quote_header_id);
4896: RAISE;
4897:
4898: END Notify_End_Working;
4899:

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

5134:
5135: WHEN OTHERS THEN
5136: x_return_status := FND_API.g_ret_sts_error;
5137: x_msg_count := 0;
5138: wf_core.context('IBE_WORKFLOW_PVT',l_notifName,l_notifName);
5139: RAISE;
5140:
5141: END Notify_Finish_Sharing;
5142:

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

5386:
5387: WHEN OTHERS THEN
5388: x_return_status := FND_API.g_ret_sts_error;
5389: x_msg_count := 0;
5390: wf_core.context('IBE_WORKFLOW_PVT',l_notifName,l_notifName);
5391: RAISE;
5392:
5393: END Notify_Shared_Cart ;
5394:

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

5632:
5633: WHEN OTHERS THEN
5634: x_return_status := FND_API.g_ret_sts_error;
5635: x_msg_count := 0;
5636: wf_core.context('IBE_WORKFLOW_PVT',l_notifName,l_notifName);
5637: RAISE;
5638:
5639: END Notify_access_change;
5640:

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

5930:
5931: WHEN OTHERS THEN
5932: x_return_status := FND_API.g_ret_sts_error;
5933: x_msg_count := 0;
5934: --wf_core.context('IBE_WORKFLOW_PVT',l_notifName,l_notifName);
5935: RAISE;
5936:
5937: END;
5938:

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

6220:
6221: When OTHERS Then
6222: x_return_status := FND_API.g_ret_sts_error;
6223: x_msg_count := 0;
6224: wf_core.context('ibe_workflow_pvt','SHAREDCART','SHAREDCART');
6225: raise;
6226: End NotifyForSharedCart;
6227:
6228: