DBA Data[Home] [Help]

APPS.OKS_BILL_LEVEL_ELEMENTS_PVT dependencies on FND_API

Line 29: p_encoded => fnd_api.g_false,

25: END IF;
26: LOOP
27: fnd_msg_pub.get(
28: p_msg_index => l_msg_idx,
29: p_encoded => fnd_api.g_false,
30: p_data => px_error_rec.msg_data,
31: p_msg_index_out => px_error_rec.msg_count);
32: px_error_tbl(j) := px_error_rec;
33: j := j + 1;