DBA Data[Home] [Help]

APPS.CTO_WORKFLOW dependencies on FND_MSG_PUB

Line 1408: fnd_msg_pub.count_and_get(p_data=>x_msg_data,p_count=>x_msg_count);

1404: OE_DEBUG_PUB.add('create_config_item_wf: ' || 'CTO_WORKFLOW.create_config_item_wf ' ||
1405: to_char(l_stmt_num) || ':' ||
1406: l_x_error_msg);
1407: END IF;
1408: fnd_msg_pub.count_and_get(p_data=>x_msg_data,p_count=>x_msg_count);
1409: OE_STANDARD_WF.Save_Messages;
1410: OE_STANDARD_WF.Clear_Msg_Context;
1411: x_result := 'COMPLETE:INCOMPLETE';
1412: rollback to savepoint before_item_creation;

Line 2370: if FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then

2366: OE_STANDARD_WF.Clear_Msg_Context;
2367: raise; -- can be re-tried
2368:
2369: when FND_API.G_EXC_UNEXPECTED_ERROR then
2370: if FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then
2371: FND_MSG_PUB.Add_Exc_Msg
2372: (G_PKG_NAME
2373: ,'rsv_before_booking_wf'
2374: );

Line 2371: FND_MSG_PUB.Add_Exc_Msg

2367: raise; -- can be re-tried
2368:
2369: when FND_API.G_EXC_UNEXPECTED_ERROR then
2370: if FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then
2371: FND_MSG_PUB.Add_Exc_Msg
2372: (G_PKG_NAME
2373: ,'rsv_before_booking_wf'
2374: );
2375: end if;

Line 2387: if FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then

2383: wf_core.context('CTO_WORKFLOW', 'rsv_before_booking_wf', p_itemtype, p_itemkey, to_char(p_actid), p_funcmode);
2384: raise;
2385:
2386: when OTHERS then
2387: if FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then
2388: FND_MSG_PUB.Add_Exc_Msg
2389: (G_PKG_NAME
2390: ,'rsv_before_booking_wf'
2391: );

Line 2388: FND_MSG_PUB.Add_Exc_Msg

2384: raise;
2385:
2386: when OTHERS then
2387: if FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then
2388: FND_MSG_PUB.Add_Exc_Msg
2389: (G_PKG_NAME
2390: ,'rsv_before_booking_wf'
2391: );
2392: end if;

Line 2477: if fnd_msg_pub.check_msg_level

2473: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2474: IF PG_DEBUG <> 0 THEN
2475: oe_debug_pub.add ('check_inv_rsv_exists: ' || 'unexpected error in called program check_inv_rsv_exists'|| sqlerrm , 1);
2476: END IF;
2477: if fnd_msg_pub.check_msg_level
2478: (fnd_msg_pub.g_msg_lvl_unexp_error)
2479: then
2480: fnd_msg_pub.Add_Exc_msg
2481: ( 'CTO_WORKFLOW',

Line 2478: (fnd_msg_pub.g_msg_lvl_unexp_error)

2474: IF PG_DEBUG <> 0 THEN
2475: oe_debug_pub.add ('check_inv_rsv_exists: ' || 'unexpected error in called program check_inv_rsv_exists'|| sqlerrm , 1);
2476: END IF;
2477: if fnd_msg_pub.check_msg_level
2478: (fnd_msg_pub.g_msg_lvl_unexp_error)
2479: then
2480: fnd_msg_pub.Add_Exc_msg
2481: ( 'CTO_WORKFLOW',
2482: 'check_inv_rsv_exists'

Line 2480: fnd_msg_pub.Add_Exc_msg

2476: END IF;
2477: if fnd_msg_pub.check_msg_level
2478: (fnd_msg_pub.g_msg_lvl_unexp_error)
2479: then
2480: fnd_msg_pub.Add_Exc_msg
2481: ( 'CTO_WORKFLOW',
2482: 'check_inv_rsv_exists'
2483: );
2484: end if;

Line 2590: if fnd_msg_pub.check_msg_level

2586: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2587: IF PG_DEBUG <> 0 THEN
2588: oe_debug_pub.add ('check_rsv_exists: ' || 'unexpected error in called program check_inv_rsv_exists'|| sqlerrm , 1);
2589: END IF;
2590: if fnd_msg_pub.check_msg_level
2591: (fnd_msg_pub.g_msg_lvl_unexp_error)
2592: then
2593: fnd_msg_pub.Add_Exc_msg
2594: ( 'CTO_WORKFLOW',

Line 2591: (fnd_msg_pub.g_msg_lvl_unexp_error)

2587: IF PG_DEBUG <> 0 THEN
2588: oe_debug_pub.add ('check_rsv_exists: ' || 'unexpected error in called program check_inv_rsv_exists'|| sqlerrm , 1);
2589: END IF;
2590: if fnd_msg_pub.check_msg_level
2591: (fnd_msg_pub.g_msg_lvl_unexp_error)
2592: then
2593: fnd_msg_pub.Add_Exc_msg
2594: ( 'CTO_WORKFLOW',
2595: 'check_inv_rsv_exists'

Line 2593: fnd_msg_pub.Add_Exc_msg

2589: END IF;
2590: if fnd_msg_pub.check_msg_level
2591: (fnd_msg_pub.g_msg_lvl_unexp_error)
2592: then
2593: fnd_msg_pub.Add_Exc_msg
2594: ( 'CTO_WORKFLOW',
2595: 'check_inv_rsv_exists'
2596: );
2597: end if;

Line 4736: if FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then

4732: OE_STANDARD_WF.Clear_Msg_Context;
4733: raise; -- can be re-tried
4734:
4735: when FND_API.G_EXC_UNEXPECTED_ERROR then
4736: if FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then
4737: FND_MSG_PUB.Add_Exc_Msg
4738: (G_PKG_NAME
4739: ,'chk_rsv_after_afas_wf'
4740: );

Line 4737: FND_MSG_PUB.Add_Exc_Msg

4733: raise; -- can be re-tried
4734:
4735: when FND_API.G_EXC_UNEXPECTED_ERROR then
4736: if FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then
4737: FND_MSG_PUB.Add_Exc_Msg
4738: (G_PKG_NAME
4739: ,'chk_rsv_after_afas_wf'
4740: );
4741: end if;

Line 4753: if FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then

4749: wf_core.context('CTO_WORKFLOW', 'chk_rsv_after_afas_wf', p_itemtype, p_itemkey, to_char(p_actid), p_funcmode);
4750: raise;
4751:
4752: when OTHERS then
4753: if FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then
4754: FND_MSG_PUB.Add_Exc_Msg
4755: (G_PKG_NAME
4756: ,'chk_rsv_after_afas_wf'
4757: );

Line 4754: FND_MSG_PUB.Add_Exc_Msg

4750: raise;
4751:
4752: when OTHERS then
4753: if FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then
4754: FND_MSG_PUB.Add_Exc_Msg
4755: (G_PKG_NAME
4756: ,'chk_rsv_after_afas_wf'
4757: );
4758: end if;