DBA Data[Home] [Help]

APPS.OKL_K_LINE_FIN_EXT_PVT dependencies on FND_MSG_PUB

Line 6354: l_msg_idx INTEGER := FND_MSG_PUB.G_FIRST;

6350: lx_return_status VARCHAR2(1);
6351:
6352: l_request_id NUMBER;
6353: l_row_count NUMBER;
6354: l_msg_idx INTEGER := FND_MSG_PUB.G_FIRST;
6355: lx_error_rec OKL_API.error_rec_type;
6356:
6357: CURSOR req_id_csr IS
6358: SELECT

Line 6463: fnd_msg_pub.get(

6459:
6460: -- Get the messages in the log
6461: LOOP
6462:
6463: fnd_msg_pub.get(
6464: p_msg_index => l_msg_idx,
6465: p_encoded => FND_API.G_FALSE,
6466: p_data => lx_error_rec.msg_data,
6467: p_msg_index_out => lx_error_rec.msg_count);

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

6472: fnd_file.put_line(fnd_file.output, lx_error_rec.msg_data);
6473:
6474: END IF;
6475:
6476: EXIT WHEN ((lx_error_rec.msg_count = FND_MSG_PUB.COUNT_MSG)
6477: OR (lx_error_rec.msg_count IS NULL));
6478:
6479: l_msg_idx := FND_MSG_PUB.G_NEXT;
6480: END LOOP;

Line 6479: l_msg_idx := FND_MSG_PUB.G_NEXT;

6475:
6476: EXIT WHEN ((lx_error_rec.msg_count = FND_MSG_PUB.COUNT_MSG)
6477: OR (lx_error_rec.msg_count IS NULL));
6478:
6479: l_msg_idx := FND_MSG_PUB.G_NEXT;
6480: END LOOP;
6481:
6482: fnd_file.new_line(fnd_file.log,2);
6483: