DBA Data[Home] [Help]

APPS.INV_RECEIVING_TRANSACTION dependencies on FND_MSG_PUB

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

1195: print_debug('Exception in txn_complete',4);
1196: END IF;
1197: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1198: --
1199: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1200: THEN
1201: fnd_msg_pub.add_exc_msg
1202: ( g_pkg_name
1203: , 'txn_complete'

Line 1201: fnd_msg_pub.add_exc_msg

1197: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1198: --
1199: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1200: THEN
1201: fnd_msg_pub.add_exc_msg
1202: ( g_pkg_name
1203: , 'txn_complete'
1204: );
1205: END IF;

Line 1208: --fnd_msg_pub.count_and_get

1204: );
1205: END IF;
1206:
1207: -- Get message count and data
1208: --fnd_msg_pub.count_and_get
1209: -- ( p_count => x_msg_count
1210: -- , p_data => x_msg_data
1211: -- );
1212: inv_mobile_helper_functions.get_stacked_messages(x_message => x_msg_data);

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

1448: print_debug('TXN_MOBILE_TIMEOUT_CLEANUP - Exception in TXN_MOBILE_TIMEOUT_CLEANUP',4);
1449: END IF;
1450: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1451: --
1452: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1453: THEN
1454: fnd_msg_pub.add_exc_msg
1455: ( g_pkg_name
1456: , 'txn_complete'

Line 1454: fnd_msg_pub.add_exc_msg

1450: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1451: --
1452: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1453: THEN
1454: fnd_msg_pub.add_exc_msg
1455: ( g_pkg_name
1456: , 'txn_complete'
1457: );
1458: END IF;

Line 1461: --fnd_msg_pub.count_and_get

1457: );
1458: END IF;
1459:
1460: -- Get message count and data
1461: --fnd_msg_pub.count_and_get
1462: -- ( p_count => x_msg_count
1463: -- , p_data => x_msg_data
1464: -- );
1465: inv_mobile_helper_functions.get_stacked_messages(x_message => x_msg_data);