DBA Data[Home] [Help]

APPS.CSD_RECEIVE_UTIL dependencies on FND_MESSAGE

Line 400: fnd_message.set_name ('CSD', 'CSD_INVALID_SUBINV');

396: INTO l_tmp_char;
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:

Line 424: -- fnd_message.set_name ('CSD', 'CSD_INVALID_SRL_STATUS');

420: INTO l_srl_Status;
421:
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;

Line 425: -- fnd_message.set_token ('STATUS', ' ');

421:
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: --

Line 433: fnd_message.set_name ('CSD', 'CSD_INVALID_SRL_STATUS');

429: --
430: IF ( cur_serial_status %FOUND )
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;

Line 434: fnd_message.set_token ('STATUS', l_Srl_status);

430: IF ( cur_serial_status %FOUND )
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

Line 440: fnd_message.set_name ('CSD', 'CSD_INVALID_SRL_STATUS');

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
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;

Line 441: fnd_message.set_token ('STATUS', l_Srl_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
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:

Line 608: fnd_message.set_name ('CSD', 'CSD_AUTO_RCV_ERROR');

604: LOOP
605:
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

Line 609: fnd_message.set_token ('RCV_ERROR', rcv_error_rec.error_message);

605:
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