DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_PUB dependencies on FND_MSG_PUB

Line 871: fnd_msg_pub.ADD;

867: );
868: END IF;
869:
870: fnd_message.set_name ('INV', 'INV_INVALID_SERIAL_RANGE');
871: fnd_msg_pub.ADD;
872: RAISE fnd_api.g_exc_unexpected_error;
873: END IF;
874:
875: l_next_serial := l_msni_rs_serials_csr.fm_serial_number;

Line 912: fnd_msg_pub.ADD;

908: );
909: END IF;
910:
911: fnd_message.set_name ('INV', 'INVALID_SERIAL_NUMBER');
912: fnd_msg_pub.ADD;
913: RAISE fnd_api.g_exc_unexpected_error;
914: END IF;
915: END LOOP;
916: END LOOP;

Line 956: fnd_msg_pub.ADD;

952: );
953: END IF;
954:
955: fnd_message.set_name ('INV', 'INV_INVALID_SERIAL_RANGE');
956: fnd_msg_pub.ADD;
957: RAISE fnd_api.g_exc_unexpected_error;
958: END IF;
959:
960: l_next_serial := l_msni_st_serials_csr.fm_serial_number;

Line 1010: fnd_msg_pub.ADD;

1006: );
1007: END IF;
1008:
1009: fnd_message.set_name ('INV', 'INVALID_SERIAL_NUMBER');
1010: fnd_msg_pub.ADD;
1011: RAISE fnd_api.g_exc_unexpected_error;
1012: END IF;
1013: END LOOP;
1014: END LOOP;

Line 2214: FND_MSG_PUB.ADD;

2210:
2211: END IF;
2212:
2213: /* FND_MESSAGE.SET_NAME('INV', 'BAD_INPUT_ARGUMENTS');
2214: FND_MSG_PUB.ADD;
2215: RAISE FND_API.G_EXC_ERROR; */
2216:
2217: /*----------------------------------------------------------+
2218: | retrieving information

Line 2998: x_msg_data := fnd_msg_pub.get (i, 'F');

2994: -- Fetch all the error messages from the stack and log them.
2995: -- Update the MTI with last error message only, since the error messages can be redundant.
2996: FOR i IN 1 .. x_msg_count
2997: LOOP
2998: x_msg_data := fnd_msg_pub.get (i, 'F');
2999:
3000: IF (l_debug = 1)
3001: THEN
3002: inv_log_util.TRACE

Line 3043: x_msg_data := fnd_msg_pub.get (i, 'F');

3039: -- Fetch all the error messages from the stack and log them.
3040: -- Update the MTI with last error message only, since the error messages can be redundant.
3041: FOR i IN 1 .. x_msg_count
3042: LOOP
3043: x_msg_data := fnd_msg_pub.get (i, 'F');
3044:
3045: IF (l_debug = 1)
3046: THEN
3047: inv_log_util.TRACE

Line 3090: x_msg_data := fnd_msg_pub.get (i, 'F');

3086: -- Fetch all the error messages from the stack and log them.
3087: -- Update the MTI with last error message only, since the error messages can be redundant.
3088: FOR i IN 1 .. x_msg_count
3089: LOOP
3090: x_msg_data := fnd_msg_pub.get (i, 'F');
3091:
3092: IF (l_debug = 1)
3093: THEN
3094: inv_log_util.TRACE

Line 4271: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);

4267: x_return_status := fnd_api.g_ret_sts_error;
4268:
4269: /* Bug 3656824
4270: Replaced the hard coded message with the last message in the error stack from WIP validation*/
4271: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
4272: RETURN -1;
4273: END;
4274: ELSE
4275: IF (l_debug = 1)