DBA Data[Home] [Help]

APPS.OKL_AM_TERMINATE_INV_AGMT_PVT dependencies on FND_MSG_PUB

Line 49: FND_MSG_PUB.get(

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

Line 73: EXIT WHEN ((lx_error_rec.msg_count = FND_MSG_PUB.COUNT_MSG)

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: