DBA Data[Home] [Help]

APPS.INV_RECEIVING_TRANSACTION dependencies on FND_MSG_PUB

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

953: print_debug('Exception in txn_complete',4);
954: END IF;
955: x_return_status := fnd_api.g_ret_sts_unexp_error ;
956: --
957: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
958: THEN
959: fnd_msg_pub.add_exc_msg
960: ( g_pkg_name
961: , 'txn_complete'

Line 959: fnd_msg_pub.add_exc_msg

955: x_return_status := fnd_api.g_ret_sts_unexp_error ;
956: --
957: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
958: THEN
959: fnd_msg_pub.add_exc_msg
960: ( g_pkg_name
961: , 'txn_complete'
962: );
963: END IF;

Line 966: --fnd_msg_pub.count_and_get

962: );
963: END IF;
964:
965: -- Get message count and data
966: --fnd_msg_pub.count_and_get
967: -- ( p_count => x_msg_count
968: -- , p_data => x_msg_data
969: -- );
970: inv_mobile_helper_functions.get_stacked_messages(x_message => x_msg_data);

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

1206: print_debug('TXN_MOBILE_TIMEOUT_CLEANUP - Exception in TXN_MOBILE_TIMEOUT_CLEANUP',4);
1207: END IF;
1208: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1209: --
1210: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1211: THEN
1212: fnd_msg_pub.add_exc_msg
1213: ( g_pkg_name
1214: , 'txn_complete'

Line 1212: fnd_msg_pub.add_exc_msg

1208: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1209: --
1210: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1211: THEN
1212: fnd_msg_pub.add_exc_msg
1213: ( g_pkg_name
1214: , 'txn_complete'
1215: );
1216: END IF;

Line 1219: --fnd_msg_pub.count_and_get

1215: );
1216: END IF;
1217:
1218: -- Get message count and data
1219: --fnd_msg_pub.count_and_get
1220: -- ( p_count => x_msg_count
1221: -- , p_data => x_msg_data
1222: -- );
1223: inv_mobile_helper_functions.get_stacked_messages(x_message => x_msg_data);