DBA Data[Home] [Help]

APPS.PON_AUCTION_CREATE_PO_PKG dependencies on FND_MSG_PUB

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

808: -- Here, we will retrieve the last error message to display to user.
809: -- in decoded format
810:
811: IF (l_num_messages > 0) THEN
812: p_split_failure_reason := FND_MSG_PUB.GET(FND_MSG_PUB.G_LAST, FND_API.G_FALSE);
813: END IF;
814:
815: -- if unexpected error, append the text 'Unexpected System Error' to
816: -- error message

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

3665: x_error_code := PO_PDOI_ERROR;
3666: IF x_msg_count = 1 THEN
3667: x_error_msg := x_msg_data;
3668: ELSIF (x_msg_count > 0) THEN
3669: x_error_msg := FND_MSG_PUB.GET(FND_MSG_PUB.G_LAST, FND_API.G_FALSE);
3670: END IF;-- msg_count
3671:
3672: x_progress := substrb('67: GENERATE_POS: create cpa error:'||x_error_msg, 1,4000);
3673:

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

3699: x_error_code := PO_DELETE_ERROR;
3700: IF x_msg_count = 1 THEN
3701: x_error_msg := x_msg_data;
3702: ELSIF (x_msg_count > 0) THEN
3703: x_error_msg := FND_MSG_PUB.GET(FND_MSG_PUB.G_LAST, FND_API.G_FALSE);
3704: END IF;-- msg_count
3705: x_progress := substrb('68.2: GENERATE_POS: delete interface header error:'||x_error_msg, 1,4000);
3706:
3707: log_message(x_progress);