DBA Data[Home] [Help]

APPS.PON_AUCTION_CREATE_PO_PKG dependencies on FND_MSG_PUB

Line 864: p_split_failure_reason := FND_MSG_PUB.GET(FND_MSG_PUB.G_LAST, FND_API.G_FALSE);

860: -- Here, we will retrieve the last error message to display to user.
861: -- in decoded format
862:
863: IF (l_num_messages > 0) THEN
864: p_split_failure_reason := FND_MSG_PUB.GET(FND_MSG_PUB.G_LAST, FND_API.G_FALSE);
865: END IF;
866:
867: -- if unexpected error, append the text 'Unexpected System Error' to
868: -- error message

Line 4580: x_error_msg := FND_MSG_PUB.GET(FND_MSG_PUB.G_LAST, FND_API.G_FALSE);

4576: x_error_code := PO_PDOI_ERROR;
4577: IF x_msg_count = 1 THEN
4578: x_error_msg := x_msg_data;
4579: ELSIF (x_msg_count > 0) THEN
4580: x_error_msg := FND_MSG_PUB.GET(FND_MSG_PUB.G_LAST, FND_API.G_FALSE);
4581: END IF;-- msg_count
4582:
4583: x_progress := substrb('67: GENERATE_POS: create cpa error:'||x_error_msg, 1,4000);
4584:

Line 4615: x_error_msg := FND_MSG_PUB.GET(FND_MSG_PUB.G_LAST, FND_API.G_FALSE);

4611: x_error_code := PO_DELETE_ERROR;
4612: IF x_msg_count = 1 THEN
4613: x_error_msg := x_msg_data;
4614: ELSIF (x_msg_count > 0) THEN
4615: x_error_msg := FND_MSG_PUB.GET(FND_MSG_PUB.G_LAST, FND_API.G_FALSE);
4616: END IF;-- msg_count
4617: x_progress := substrb('68.2: GENERATE_POS: delete interface header error:'||x_error_msg, 1,4000);
4618:
4619: log_message(x_progress);