DBA Data[Home] [Help]

APPS.INV_INTER_INVOICE dependencies on FND_MSG_PUB

Line 79: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

75: END IF;
76:
77: x_return_status := fnd_api.g_ret_sts_unexp_error;
78:
79: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
80: oe_msg_pub.add_exc_msg(g_pkg_name, 'Update_Invoiced_flag');
81: /*inv_log_util.TRACE ('Unexpected Error occured while calling OE_INVOICE_UTIL.Update_Interco_Invoiced_Flag for d_priceAdjustmentId :'|| d_priceadjustmentid, l_module); */
82: print_debug('Unexpected Error occured while calling OE_INVOICE_UTIL.Update_Interco_Invoiced_Flag for d_priceAdjustmentId :'|| d_priceadjustmentid, l_module);
83: END IF;