DBA Data[Home] [Help]

APPS.CTO_WORKFLOW dependencies on FND_MSG_PUB

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

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

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

2333: OE_STANDARD_WF.Clear_Msg_Context;
2334: raise; -- can be re-tried
2335:
2336: when FND_API.G_EXC_UNEXPECTED_ERROR then
2337: if FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then
2338: FND_MSG_PUB.Add_Exc_Msg
2339: (G_PKG_NAME
2340: ,'rsv_before_booking_wf'
2341: );

Line 2338: FND_MSG_PUB.Add_Exc_Msg

2334: raise; -- can be re-tried
2335:
2336: when FND_API.G_EXC_UNEXPECTED_ERROR then
2337: if FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then
2338: FND_MSG_PUB.Add_Exc_Msg
2339: (G_PKG_NAME
2340: ,'rsv_before_booking_wf'
2341: );
2342: end if;

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

2350: wf_core.context('CTO_WORKFLOW', 'rsv_before_booking_wf', p_itemtype, p_itemkey, to_char(p_actid), p_funcmode);
2351: raise;
2352:
2353: when OTHERS then
2354: if FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then
2355: FND_MSG_PUB.Add_Exc_Msg
2356: (G_PKG_NAME
2357: ,'rsv_before_booking_wf'
2358: );

Line 2355: FND_MSG_PUB.Add_Exc_Msg

2351: raise;
2352:
2353: when OTHERS then
2354: if FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then
2355: FND_MSG_PUB.Add_Exc_Msg
2356: (G_PKG_NAME
2357: ,'rsv_before_booking_wf'
2358: );
2359: end if;

Line 2444: if fnd_msg_pub.check_msg_level

2440: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2441: IF PG_DEBUG <> 0 THEN
2442: oe_debug_pub.add ('check_inv_rsv_exists: ' || 'unexpected error in called program check_inv_rsv_exists'|| sqlerrm , 1);
2443: END IF;
2444: if fnd_msg_pub.check_msg_level
2445: (fnd_msg_pub.g_msg_lvl_unexp_error)
2446: then
2447: fnd_msg_pub.Add_Exc_msg
2448: ( 'CTO_WORKFLOW',

Line 2445: (fnd_msg_pub.g_msg_lvl_unexp_error)

2441: IF PG_DEBUG <> 0 THEN
2442: oe_debug_pub.add ('check_inv_rsv_exists: ' || 'unexpected error in called program check_inv_rsv_exists'|| sqlerrm , 1);
2443: END IF;
2444: if fnd_msg_pub.check_msg_level
2445: (fnd_msg_pub.g_msg_lvl_unexp_error)
2446: then
2447: fnd_msg_pub.Add_Exc_msg
2448: ( 'CTO_WORKFLOW',
2449: 'check_inv_rsv_exists'

Line 2447: fnd_msg_pub.Add_Exc_msg

2443: END IF;
2444: if fnd_msg_pub.check_msg_level
2445: (fnd_msg_pub.g_msg_lvl_unexp_error)
2446: then
2447: fnd_msg_pub.Add_Exc_msg
2448: ( 'CTO_WORKFLOW',
2449: 'check_inv_rsv_exists'
2450: );
2451: end if;

Line 2557: if fnd_msg_pub.check_msg_level

2553: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2554: IF PG_DEBUG <> 0 THEN
2555: oe_debug_pub.add ('check_rsv_exists: ' || 'unexpected error in called program check_inv_rsv_exists'|| sqlerrm , 1);
2556: END IF;
2557: if fnd_msg_pub.check_msg_level
2558: (fnd_msg_pub.g_msg_lvl_unexp_error)
2559: then
2560: fnd_msg_pub.Add_Exc_msg
2561: ( 'CTO_WORKFLOW',

Line 2558: (fnd_msg_pub.g_msg_lvl_unexp_error)

2554: IF PG_DEBUG <> 0 THEN
2555: oe_debug_pub.add ('check_rsv_exists: ' || 'unexpected error in called program check_inv_rsv_exists'|| sqlerrm , 1);
2556: END IF;
2557: if fnd_msg_pub.check_msg_level
2558: (fnd_msg_pub.g_msg_lvl_unexp_error)
2559: then
2560: fnd_msg_pub.Add_Exc_msg
2561: ( 'CTO_WORKFLOW',
2562: 'check_inv_rsv_exists'

Line 2560: fnd_msg_pub.Add_Exc_msg

2556: END IF;
2557: if fnd_msg_pub.check_msg_level
2558: (fnd_msg_pub.g_msg_lvl_unexp_error)
2559: then
2560: fnd_msg_pub.Add_Exc_msg
2561: ( 'CTO_WORKFLOW',
2562: 'check_inv_rsv_exists'
2563: );
2564: end if;

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

4633: OE_STANDARD_WF.Clear_Msg_Context;
4634: raise; -- can be re-tried
4635:
4636: when FND_API.G_EXC_UNEXPECTED_ERROR then
4637: if FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then
4638: FND_MSG_PUB.Add_Exc_Msg
4639: (G_PKG_NAME
4640: ,'chk_rsv_after_afas_wf'
4641: );

Line 4638: FND_MSG_PUB.Add_Exc_Msg

4634: raise; -- can be re-tried
4635:
4636: when FND_API.G_EXC_UNEXPECTED_ERROR then
4637: if FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then
4638: FND_MSG_PUB.Add_Exc_Msg
4639: (G_PKG_NAME
4640: ,'chk_rsv_after_afas_wf'
4641: );
4642: end if;

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

4650: wf_core.context('CTO_WORKFLOW', 'chk_rsv_after_afas_wf', p_itemtype, p_itemkey, to_char(p_actid), p_funcmode);
4651: raise;
4652:
4653: when OTHERS then
4654: if FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then
4655: FND_MSG_PUB.Add_Exc_Msg
4656: (G_PKG_NAME
4657: ,'chk_rsv_after_afas_wf'
4658: );

Line 4655: FND_MSG_PUB.Add_Exc_Msg

4651: raise;
4652:
4653: when OTHERS then
4654: if FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then
4655: FND_MSG_PUB.Add_Exc_Msg
4656: (G_PKG_NAME
4657: ,'chk_rsv_after_afas_wf'
4658: );
4659: end if;