DBA Data[Home] [Help]

APPS.CSD_RECEIVE_UTIL dependencies on FND_MSG_PUB

Line 401: fnd_msg_pub.ADD;

397:
398: IF (cur_subinv%NOTFOUND)
399: THEN
400: fnd_message.set_name ('CSD', 'CSD_INVALID_SUBINV');
401: fnd_msg_pub.ADD;
402:
403: CLOSE cur_subinv;
404:
405: RAISE fnd_api.g_exc_error;

Line 426: -- fnd_msg_pub.ADD;

422: --IF (cur_serial_status %NOTFOUND)
423: --THEN
424: -- fnd_message.set_name ('CSD', 'CSD_INVALID_SRL_STATUS');
425: -- fnd_message.set_token ('STATUS', ' ');
426: -- fnd_msg_pub.ADD;
427: -- CLOSE cur_serial_status;
428: -- RAISE fnd_api.g_exc_error;
429: --
430: IF ( cur_serial_status %FOUND )

Line 435: fnd_msg_pub.ADD;

431: THEN
432: IF ( p_receive_rec.internal_order_flag <> 'Y' AND l_Srl_status <> l_c_srl_out_of_Stores) THEN
433: fnd_message.set_name ('CSD', 'CSD_INVALID_SRL_STATUS');
434: fnd_message.set_token ('STATUS', l_Srl_status);
435: fnd_msg_pub.ADD;
436: CLOSE cur_serial_status;
437: RAISE fnd_api.g_exc_error;
438: ELSIF ( p_receive_rec.internal_order_flag = 'Y' AND l_Srl_status <> l_c_srl_in_Stores
439: AND l_srl_Status <> l_c_srl_in_transit ) THEN

Line 442: fnd_msg_pub.ADD;

438: ELSIF ( p_receive_rec.internal_order_flag = 'Y' AND l_Srl_status <> l_c_srl_in_Stores
439: AND l_srl_Status <> l_c_srl_in_transit ) THEN
440: fnd_message.set_name ('CSD', 'CSD_INVALID_SRL_STATUS');
441: fnd_message.set_token ('STATUS', l_Srl_status);
442: fnd_msg_pub.ADD;
443: CLOSE cur_serial_status;
444: RAISE fnd_api.g_exc_error;
445:
446: END IF;

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

472: WHEN OTHERS
473: THEN
474: x_return_status := fnd_api.g_ret_sts_unexp_error;
475:
476: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error)
477: THEN
478: fnd_msg_pub.add_exc_msg (g_pkg_name, l_c_api_name);
479: END IF;
480:

Line 478: fnd_msg_pub.add_exc_msg (g_pkg_name, l_c_api_name);

474: x_return_status := fnd_api.g_ret_sts_unexp_error;
475:
476: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error)
477: THEN
478: fnd_msg_pub.add_exc_msg (g_pkg_name, l_c_api_name);
479: END IF;
480:
481: IF (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level)
482: THEN

Line 610: fnd_msg_pub.ADD;

606: i := i + 1;
607:
608: fnd_message.set_name ('CSD', 'CSD_AUTO_RCV_ERROR');
609: fnd_message.set_token ('RCV_ERROR', rcv_error_rec.error_message);
610: fnd_msg_pub.ADD;
611:
612: -- Derive the Transaction details
613: if(l_line_id is not null ) then
614: open cur_get_txn_details(l_line_id);

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

652: WHEN OTHERS
653: THEN
654: x_return_status := fnd_api.g_ret_sts_unexp_error;
655:
656: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error)
657: THEN
658: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
659: END IF;
660:

Line 658: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

654: x_return_status := fnd_api.g_ret_sts_unexp_error;
655:
656: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error)
657: THEN
658: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
659: END IF;
660:
661: IF (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level)
662: THEN