45:
46: -- Get the messages in the log
47: LOOP
48:
49: FND_MSG_PUB.get(
50: p_msg_index => l_msg_idx,
51: p_encoded => G_FALSE,
52: p_data => lx_error_rec.msg_data,
53: p_msg_index_out => lx_error_rec.msg_count);
69: msg_lines_table(lx_error_rec.msg_count).msg := lx_error_rec.msg_data;
70: */ --7007686
71: END IF;
72:
73: EXIT WHEN ((lx_error_rec.msg_count = FND_MSG_PUB.COUNT_MSG)
74: OR (lx_error_rec.msg_count IS NULL));
75:
76: l_msg_idx := G_NEXT;
77: