DBA Data[Home] [Help]

APPS.OE_ORDER_WF_UTIL dependencies on FND_MSG_PUB

Line 2726: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error)

2722: END IF;
2723:
2724: x_return_status := fnd_api.g_ret_sts_unexp_error;
2725:
2726: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error)
2727: THEN
2728: oe_msg_pub.add_exc_msg (g_pkg_name, 'Update_Flow_Status_Code');
2729: END IF;
2730:

Line 3377: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error)

3373: END IF;
3374:
3375: x_return_status := fnd_api.g_ret_sts_unexp_error;
3376:
3377: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error)
3378: THEN
3379: oe_msg_pub.add_exc_msg (g_pkg_name, 'Update_Quote_Blanket');
3380: END IF;
3381: